kuvo
August 16th, 1999, 09:55 AM
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"
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"