Missing Properties

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top