![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
| |
#2
| |||
| |||
|
|
can any one help me with the below script. I am getting error like Error code = 0 Error Source = ADODB.recordset Error Description : operation is not allowed when the object is closed. error on line 15 Operation is not allowed when the object is closed set rst = cnn.Execute ("insert into properties1 (propertyid)select propcode from htcrepr where propcode not in (select propertyid from properties1) group by propcode") While Not rst Is Nothing If (Not rst.EOF) Then Debug.Print rst(0) End If ' Set rst = rst.NextRecordset Wend |
![]() |
| Thread Tools | |
| Display Modes | |
| |