D
David C
I have an asp.net application that I need to connect to and read dBase IV
file format files. I have a connection string below in the web.config but I
don't think it will work because the folder where the files exist is on
another server. Can I substitute the \\server\folder in the connection
string where the c:\folder is now? Thanks.
David (web config line below)
<add name="EMSConnectionString" connectionString="Data
Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;"
providerName="Microsoft.Jet.OLEDB.4.0;"/>
file format files. I have a connection string below in the web.config but I
don't think it will work because the folder where the files exist is on
another server. Can I substitute the \\server\folder in the connection
string where the c:\folder is now? Thanks.
David (web config line below)
<add name="EMSConnectionString" connectionString="Data
Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;"
providerName="Microsoft.Jet.OLEDB.4.0;"/>