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
Printable View
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
What type of database are you trying to write to?
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.)