|
-
Dec 2nd, 2002, 04:15 PM
#1
Thread Starter
Lively Member
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
-
Dec 3rd, 2002, 12:28 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|