microsoft.jet.oledb.3.51 v.s. microsoft.jet.oledb.4.0 
Author Message
 microsoft.jet.oledb.3.51 v.s. microsoft.jet.oledb.4.0

I am running Windows NT 4.0 and I upgraded to Access 2000 so in the example
code below I ONLY changed microsoft.jet.oledb.3.51 to
microsoft.jet.oledb.4.0.  When the program uses microsoft.jet.oledb.4.0 it
runs 3 times slower than microsoft.jet.oledb.3.51 to perform the same
updates.  Any ideas why this happens and what I can do to fix it?

'Example Code-----------------------------------------------
Dim conCCIWorking As New ADODB.Connection
Set conCCIWorking = New ADODB.Connection
conCCIWorking.Open "provider = microsoft.jet.oledb.3.51 ; data source=
c:\w\working.mdb;"
Set rsCCIWorking = New ADODB.Recordset
With rsCCIWorking
    .ActiveConnection = conCCIWorking
    .CursorType = adOpenStatic
    .LockType = adLockPessimistic
End With
'--------------------------------------------------------------

Mel
---------------------------------------------------
Circuit Check, Inc.
Maple Grove, MN 55311
www.circuitcheck.com
"The largest single-facility manufacturer of custom test fixtures and
related products for automatic test equipment."
---------------------------------------------------



Mon, 05 Jul 2004 05:08:23 GMT  
 microsoft.jet.oledb.3.51 v.s. microsoft.jet.oledb.4.0
Hi,

Next article could give you some hints

http://www.able-consulting.com/ADO_Faq.htm#Q16

Val

Quote:
>-----Original Message-----
>I am running Windows NT 4.0 and I upgraded to Access 2000
so in the example
>code below I ONLY changed microsoft.jet.oledb.3.51 to
>microsoft.jet.oledb.4.0.  When the program uses

microsoft.jet.oledb.4.0 it
Quote:
>runs 3 times slower than microsoft.jet.oledb.3.51 to
perform the same
>updates.  Any ideas why this happens and what I can do to
fix it?

>'Example Code---------------------------------------------
--
>Dim conCCIWorking As New ADODB.Connection
>Set conCCIWorking = New ADODB.Connection
>conCCIWorking.Open "provider = microsoft.jet.oledb.3.51 ;
data source=
>c:\w\working.mdb;"
>Set rsCCIWorking = New ADODB.Recordset
>With rsCCIWorking
>    .ActiveConnection = conCCIWorking
>    .CursorType = adOpenStatic
>    .LockType = adLockPessimistic
>End With
>'---------------------------------------------------------
-----

>Mel
>---------------------------------------------------
>Circuit Check, Inc.
>Maple Grove, MN 55311
>www.circuitcheck.com
>"The largest single-facility manufacturer of custom test
fixtures and
>related products for automatic test equipment."
>---------------------------------------------------

>.



Mon, 05 Jul 2004 06:11:14 GMT  
 microsoft.jet.oledb.3.51 v.s. microsoft.jet.oledb.4.0
In the article it says I should upgrade the system database (.MDW) (I am not
using ODBC).  What is the system database .MDW?


Quote:
> Hi,

> Next article could give you some hints

> http://www.able-consulting.com/ADO_Faq.htm#Q16

> Val

> >-----Original Message-----
> >I am running Windows NT 4.0 and I upgraded to Access 2000
> so in the example
> >code below I ONLY changed microsoft.jet.oledb.3.51 to
> >microsoft.jet.oledb.4.0.  When the program uses
> microsoft.jet.oledb.4.0 it
> >runs 3 times slower than microsoft.jet.oledb.3.51 to
> perform the same
> >updates.  Any ideas why this happens and what I can do to
> fix it?

> >'Example Code---------------------------------------------
> --
> >Dim conCCIWorking As New ADODB.Connection
> >Set conCCIWorking = New ADODB.Connection
> >conCCIWorking.Open "provider = microsoft.jet.oledb.3.51 ;
> data source=
> >c:\w\working.mdb;"
> >Set rsCCIWorking = New ADODB.Recordset
> >With rsCCIWorking
> >    .ActiveConnection = conCCIWorking
> >    .CursorType = adOpenStatic
> >    .LockType = adLockPessimistic
> >End With
> >'---------------------------------------------------------
> -----

> >Mel
> >---------------------------------------------------
> >Circuit Check, Inc.
> >Maple Grove, MN 55311
> >www.circuitcheck.com
> >"The largest single-facility manufacturer of custom test
> fixtures and
> >related products for automatic test equipment."
> >---------------------------------------------------

> >.



Mon, 05 Jul 2004 21:19:03 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. microsoft.jet.oledb.3.51 v.s. microsoft.jet.oledb.4.0

2. Microsoft.Jet.OLEDB.3.51 provider not registered

3. How to insert AutoIncrement column with Microsoft.Jet.OLEDB.3.51

4. Updating child recordsets using the Microsoft.Jet.OLEDB.3.51 provider

5. Install Microsoft.Jet.OLEDB.3.51

6. MS Jet.OLEDB.3.51 connection problem

7. Where to get oledb provider Microsoft.Jet.OLEDB.3.51?

8. Microsoft.Jet.OLEDB.4.0

9. Deploy project using Microsoft.Jet.OLEDB.4.0

10. Microsoft Jet OLEDB Provider 3.51: Does it support parameterized querys

11. Microsoft.jet.oledb.4.0 question

12. Microsoft.Jet.OLEDB.4.0

 

 
Powered by phpBB® Forum Software