|
-
Oct 29th, 2003, 05:03 AM
#1
Thread Starter
Hyperactive Member
using sqldataadapter
I use SqlDataAdapter to my VB.NET project.
I drag a SqlDataAdapter1 to a Form and I configure it.
The default OLE DB Provider of SqlDataAdapter is Microsoft OLE DB Provider for SQL Server but I select Microsoft Jet 4.0 OLE DB Provider as my provider but I encounter this message!
"The connection you have created does not work witht he current adapter."
My PC is not connected with network. Kindly help me what do? Can I still use Microsoft Jet 4.0 OLE DB Provider?
-
Oct 29th, 2003, 06:37 AM
#2
Fanatic Member
use oledbdataadapter for connecting to access database's. SQLdataadapter is only for connecting to SQL 2000 and SQL 7 databases.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|