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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by manojvb

  1. manojvb

    Using Access Database with my VB6 project... DB corrupts

    Sub CompactDB() On Error GoTo CompactDB_Err Const conFilePath = "C:\Windows\My Database\" ' Compact the database to a temp file. DBEngine.CompactDatabase "C:\Windows\My Database\manojvb.mdb", "C:\Windows\My Database\manojvb1.mdb" ' Delete the previous backup file if it...

Part and Inventory Search

Back
Top