Board index » delphi » OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB Provider
Alain962
![]() Delphi Developer |
Tue, 30 Aug 2005 07:34:55 GMT
|
Alain962
![]() Delphi Developer |
Tue, 30 Aug 2005 07:34:55 GMT
OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB Provider
What's the best solution for working with ADO on Access 2000 Databases ?
What are the needs of each solution about components (MAD, JET, ODBC.....) Thank's Al |
Bill
![]() Delphi Developer |
Tue, 30 Aug 2005 08:44:18 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderMAD??? Use Jet it is faster, more robust than ODBC. Jet was specifically designed for MS products. Hope this helps, Avoiding Danger is no safer in the long run than outright exposure... QuoteAlain962 wrote: |
Alain96
![]() Delphi Developer |
Tue, 30 Aug 2005 20:12:10 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderMAD was MDAC You think that JET is the best way with MS Products. "Bill N" <ahappyfam...@sympatico.ca> a crit dans le message de news: Quote> MAD??? Use Jet it is faster, more robust than ODBC. Jet was |
Dave Blak
![]() Delphi Developer |
Tue, 30 Aug 2005 20:22:19 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderQuote"Alain962" <a...@leaweb.org> wrote in message Quote> What's the best solution for working with ADO on Access 2000 Databases ? times speed increase with our app!!! Don't know MAD (????). From reading other postings the fastest solution of all is to aviod ADO and use Viatcheslav V. Vassiliev's Oledbdirect http://www.oledbdirect.com, but I can't speak from experience. If you browse this newsgroup for ADO deployment you will see that generally Dave |
Alain96
![]() Delphi Developer |
Tue, 30 Aug 2005 21:47:29 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderThank's for your help. Generally the systems have them but my app has to run on old systems as Win 95. I would in the install program check the presence of tehse components. I found a function to check the MDAC version and I will try to check the registry to determine the version of the Jet engine MAD was MDAC, sorry... Thank's "Dave Blake" <barnsw...@hotmail.com> a crit dans le message de news: Quote
|
Dave Blak
![]() Delphi Developer |
Tue, 30 Aug 2005 22:25:41 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderQuote> ...Generally the systems have them but my app has to run on old systems as don't know how to check that programatically (maybe the successful creation of a connection will do?) |
Alain96
![]() Delphi Developer |
Tue, 30 Aug 2005 22:33:25 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderYes I know about DCOM95 I have'nt a computer under 95 here... Thank's Al "Dave Blake" <barnsw...@hotmail.com> a crit dans le message de news: Quote
|
Viatcheslav V. Vassilie
![]() Delphi Developer |
Wed, 31 Aug 2005 01:52:49 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderYou can check if provider is registered as follow: ProgIDToClassID('Microsoft.Jet.OLEDB.4.0'); If this will not thow an exception, Jet 4 is registered. To be sure it is function CheckJet40(): Boolean; ---------------------------------------------------------------- "Alain962" <a...@leaweb.org> ???Y/???Y ????? ???Y??: Quote> Thank's for your help. |
Alain96
![]() Delphi Developer |
Wed, 31 Aug 2005 02:39:42 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderDo you know how check the presence of DCOM 95 on PC running under W95 ? "Viatcheslav V. Vassiliev" <supp...@oledbdirect.com> a crit dans le message Quote> You can check if provider is registered as follow: - Hide quoted text - - Show quoted text - Quote> Result := Assigned(pUnk); |
Alain96
![]() Delphi Developer |
Wed, 31 Aug 2005 02:30:22 GMT
Re:OLE DB Provider for ODBC OR Microsoft Jet 4.0 Ole DB ProviderThank's I used ProgIDToClassID but not CreateComObject(ProgIDToClassID('Microsoft.Jet.OLEDB.4.0')); "Viatcheslav V. Vassiliev" <supp...@oledbdirect.com> a crit dans le message Quote> You can check if provider is registered as follow: - Hide quoted text - - Show quoted text - Quote> Result := Assigned(pUnk); |
1. Microsoft Jet 4.0 OLE Provider vs OLE Provider for ODBC
2. JET 4 Ole DB Provider bug? (Guid/Uniqueidentifier)
4. MS Jet 3.51 OLE DB Provider
5. Problems with Microsoft OLE DB Provider for Oracle
6. MS OLE DB Providers for ODBC and SQL Server
7. Problems with OLE DB Provider for ODBC Drivers
8. Writing OLE DB (ODBC) Provider with Delphi
9. Does OLE/DB Provider + ODBC drvier support MTS/COM+ transaction