|
-
August 16th, 1999, 09:55 AM
#1
Cannot Open RecordSet
Hi,
why do I get this error, What can I do ?
Thanks
cmd.CommandType = adCmdText
Set cmd.ActiveConnection = cnnMyConnection
cmd.CommandText = "Create Table MyTable "
Set rsTable = cmd.Execute
rsTable.AddNew
----ERROR: Object is closed ?????
rsTable.Fields("Name") = "Kathy"
rsTable.Fields("City") = "Montreal"
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
|