|
-
May 8th, 2001, 11:50 AM
#1
Thread Starter
Addicted Member
Did you set the odbc connection up?
-
May 8th, 2001, 03:57 PM
#2
Good Ol' Platypus
2 pieces of advice:
Make sure the connection string uses the right driver. Also, I think you should use both ADODB.Recordset and ADODB.Connection to connect:
oConn.Open strConnect, "Admin", "YOUR_PWD"
oRec.Open "TableName", oConn, adOpenStatic, adLockOptimistic, adCmdTable
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
May 9th, 2001, 07:11 AM
#3
jdavison: Yes, I did..
sastraxi: I'm pretty sure I'm using the right driver, and I always connect to my SQL Server DB in the way I did and it works just fine, so unless there's some difference between SQL Server and Access (in connecting with it, I mean), this should work too..
Anyone else maybe?
Thanx!
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
|