|
-
May 14th, 2000, 09:11 PM
#1
Thread Starter
Hyperactive Member
have tried
----
strSQLOut = "select * from DAILY_RET"
rsTableOut.Open strSQLOut, cnDataBaseOut, adOpenKeyset, adLockOptimistic
While rsTableOut.RecordCount > 0
rsTableOut.Delete adAffectCurrent
Wend
rsTableOut.Close
----
which works in another program i`m maintaining, but not in this one! the error is in the line doing the deleting... .RecordCount is not null... error is `Errors occured` - number is 80040e21
any ideas?
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
|