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 Chriss Miller 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. PalaniappaBabu

    Determining the version of MS-Access through Code

    How do I determine, through ADO, what version of MS-Access (97/2000) am i opening?
  2. PalaniappaBabu

    Database Compacting Problem

    I am trying to compact a MS-Access database using the follwing piece of code which is in Visual C++/JRO : try { CoInitialize(NULL); IJetEnginePtr jet(__uuidof(JetEngine)); jet->CompactDatabase("Provider=Microsoft.Jet.OLEDB.4.0;Data...
  3. PalaniappaBabu

    Database Compacting Problem

    I am trying to compact a MS-Access database using the follwing piece of code : try { CoInitialize(NULL); IJetEnginePtr jet(__uuidof(JetEngine)); jet->CompactDatabase("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=nSamp.mdb","Provider=Microsoft.Jet.OLEDB.4.0;Data...
  4. PalaniappaBabu

    Select two fields from different MS-Access Databases

    Is it possible to Select two fields from different MS-Access Databases?

Part and Inventory Search

Back
Top