Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
9 Points
61 Posts
Jun 12, 2012 08:17 PM|LINK
Here is the connection string for my Access DB.
<connectionStrings> <add name="clocknoConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Mode=Read;Data Source=E:\Web\rhi\databases\clockno.mdb" providerName="System.Data.OleDb" /> </connectionStrings>
Should I be using a different connection string now?
If so, why does this connection string work fine on the ASPX page when used by a SQLDataSource?
gene7135
Member
9 Points
61 Posts
Re: Reader produces no results at all
Jun 12, 2012 08:17 PM|LINK
Here is the connection string for my Access DB.
<connectionStrings> <add name="clocknoConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Mode=Read;Data Source=E:\Web\rhi\databases\clockno.mdb" providerName="System.Data.OleDb" /> </connectionStrings>Should I be using a different connection string now?
If so, why does this connection string work fine on the ASPX page when used by a SQLDataSource?
You can teach an old dog new tricks, but it is very hard work!