|
-
Sep 16th, 2005, 05:36 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] ODBC Connection error opening RS
I get an error on this line
rs.Open strSQL, cnn, adOpenDynamic, adLockOptimistic, adCmdText
It used to work fine until I made the only two columns in the table it references an Index.
Would anyone happen to know why this would cause a problem.
-
Sep 16th, 2005, 06:19 AM
#2
Thread Starter
Frenzied Member
Re: ODBC Connection error opening RS
More info...
Its not the Index thats causing the problem. Previously when it worked there was an identity column PK_ID. When I deleted this column due to it not been required the above code started erroring.
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
|