Hello,
I have a dBase file that I want to set up as a database. I was thinking of setting up an ODBC DSN system connection and connect using this. How do I set this up in an asp.net web.config file and use it
<connectionStrings configSource="MyFolder\database.config" />
Inside Database file
<connectionStrings> My Connection Here???</connectionStrings>