Results 1 to 3 of 3

Thread: Record adding

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12
    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
    yossi

  2. #2
    Fanatic Member Gaffer's Avatar
    Join Date
    Nov 2000
    Location
    London
    Posts
    828
    What type of database are you trying to write to?

  3. #3
    Hyperactive Member
    Join Date
    Oct 2000
    Posts
    400
    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
  •  



Click Here to Expand Forum to Full Width