Re: Connection String Error
You're using the wrong data access classes..... SQLClient is ONLY, I repeat ONLY for SQL Server. If you are trying to access an Access databse, use the OLEDBClient namespace. And use the JEt driver, not the access driver.
-tg
Re: Connection String Error
Hi,
you can't access an access database directly from PPC - your options are SqlClient to access SqlServer or SqlCEClient to access SqlMobile on the device.
There is an article here on accessing a database on the PPC and here on accessing SqlServer from your PPC.
There are 3rd party solutions to access MDB's from the PPC, including 1 from my company, SqlLinkCE
Pete