Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MYRTOS

    MDB size increases abnormally when updating

    I am using access 2003!
  2. MYRTOS

    MDB size increases abnormally when updating

    I connect via VB6: [Set cnW = New ADODB.Connection cnW.CursorLocation = adUseClient cnW.Provider = "Microsoft.Jet.OLEDB.4.0" cnW.Open w.MDB] When I do intensive update to Access, the MDB size increases 3 times more (bit less) than its actuall size. The problem is when the shrinked MDB size is...
  3. MYRTOS

    refresh DataGrid

    Hello Tolambo. I've used Adodc also refreshing, rebinding etc in many events of the controls. My assumption is that if I update foreign key column of datagrid then the column that shows a corresponding information of the key-table cannot be displayed (or with problems) As the already mentioned...
  4. MYRTOS

    refresh DataGrid

    I have 4 cols in my DataGrid1 EmplCode,EmplName,OccCode,OccDescr Please, when I change the 'OccCode' in DataGrid1 the table [Employees] is updated but the the next col 'OccDescr' that comes from the joined table [Occupations] is not refreshed right away!!! Next is the way The Datagrid1 is...

Part and Inventory Search

Back
Top