Results 1 to 2 of 2

Thread: Data base writing

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Posts
    120

    Data base writing

    Hi,

    I am writing a program that has a grid that a user can enter data into which is then saved to a database. The problem is that if the user types too fast the data in some cells does not get saved to the database. I think it may be that the last connection that is saving data has not finished before the next connection thries to save and clashing happens. Is this possible and if so is there a good solution. I am using a adodb connection.

    Thanks

    Joolz

  2. #2
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    Someplace 'ore the rainbow
    Posts
    392
    If your not already using the data-bound grid, use it instead. 2) If you're using it (which I bet you are), turn the BOUND property to False, then when you want it updated, just use the command:

    dataBase.Update

    --------------------
    Hope This Helps
    cjqp

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