|
-
Nov 8th, 2000, 11:23 AM
#1
Thread Starter
New Member
Please advise, how can I add Record to the
Recordset , which has no connection with
database.
(The Recordset was received from the other computer
not database!!!!!)
Thank you in advance,
Yossi
-
Nov 8th, 2000, 11:32 AM
#2
Fanatic Member
What type of database are you trying to write to?
-
Nov 8th, 2000, 01:41 PM
#3
Hyperactive Member
Use the AddNew method. It doesn't matter if you're connected or disconnected.
However, make sure you have write permissions set when you open it. (Don't use ReadOnly - though I think Static will work.)
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
|