|
-
Aug 1st, 2003, 09:42 AM
#1
Thread Starter
Hyperactive Member
Does anyone have the code for refreshing a OleDB .mdb database?
How to “REFRESH” a database.
Does anyone have the code for refreshing a OleDB .mdb database?
On a Tabcontrol, Tab1 page I insert a record into a Datagrid.1 and click update using dataAdapter1-dataSet1 combination. No problem here.
On the Tab2 page I have the same database connection but with a Parent-Child relationship showing a few textboxes and a Datagrid.2 with dataAdapter2-dataSet2.
The problems comes with the Record that was inserted in Tab1 not being shown in Datagrid.2 in Tab2.
When I quit the application and started it again the Record is indeed shown in Datagrid.2 in Tab2.
What should I do to refresh Datagrid.2 so the records inserted in Tab1 appears immediately.
I tried these but none of the code below works.
Me. Datagrid.2_PositionChanged()
Datagrid.2.Refresh()
Andy
-
Aug 1st, 2003, 11:55 AM
#2
Sleep mode
Reconnect again to your database , I've done the same with no problems.
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
|