J
Jan Alsenz
Hello everybody,
I tryed to set some Provider-Specific Connection
Parameters for a ADO Connection
to "Microsoft.Jet.OLEDB.4.0".
Some of the Properties worked but a whole bunch of
settings described in the Help-Files isn't accessible.
If I try to set them via:
Connection.Properties("Jet OLEDB:User Commit
Sync").Value=True
I get an item not found error.
And via:
Connection.Properties("Extended Properties")="Jet
OLEDB:User Commit Sync=True"
I get "Could not find installable ISAM" when trying to
open the connection.
If tested some properties listed here:
http://msdn.microsoft.com/library/en-
us/oledb/htm/joltspec_44.asp
Everyone I tryed didn't work.
Can anyone help me?
Regards,
Jan Alsenz
I tryed to set some Provider-Specific Connection
Parameters for a ADO Connection
to "Microsoft.Jet.OLEDB.4.0".
Some of the Properties worked but a whole bunch of
settings described in the Help-Files isn't accessible.
If I try to set them via:
Connection.Properties("Jet OLEDB:User Commit
Sync").Value=True
I get an item not found error.
And via:
Connection.Properties("Extended Properties")="Jet
OLEDB:User Commit Sync=True"
I get "Could not find installable ISAM" when trying to
open the connection.
If tested some properties listed here:
http://msdn.microsoft.com/library/en-
us/oledb/htm/joltspec_44.asp
Everyone I tryed didn't work.
Can anyone help me?
Regards,
Jan Alsenz