 |
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: select statements Archived to Disk
The connection that you used to open the database (like you have done)
Make sure "struct04" is a table.
Try:
' Removing the two lines prior to the open line
adoRecordset.Open "SELECT * FROM struct04", adoConnect, adOpenKeyset, adLockOptimistic
-OR-
' If you keep the prior two lines
adoRecordset.Open "SELECT * FROM struct04", adoConnect
|
|
06-08-2002 at 08:24 PM |
|
|
|
|
 |
 |