N
NJC©\(TM\)
Hello Newsgroup,
Briefly, I have constructed a desktop application using C# 3.5 SP1, with a
Microsoft Access 2007 back end, or more specifically application file. Everything
works well. In my pursuit to (completely) understand the Connection String for
Access 2007, my good friend Google has given me the following information;
Provider=Microsoft.ACE.OLEDB.12.0;
User ID=Admin;
Data Source=Drive:\Path\Database.accdb;
Persist Security Info=False;
Mode=Exclusive;
Extended Properties="";
Jet OLEDB:System Database=Drive:\Path\System.mdw;
Jet OLEDB:Registry Path=Software\Microsoft\Office\12.0\Access\Access Connectivity
Engine;
Jet OLEDB
atabase Password=a_password;
Jet OLEDB:Engine Type=6;
Jet OLEDB
atabase Locking Mode=0;
Jet OLEDB:Global Partial Bulk Ops=2;
Jet OLEDB:Global Bulk Transaction=1;
Jet OLEDB:New Database Password="";
Jet OLEDB:Create System Database=False;
Jet OLEDB:Encrypt Database=False;
Jet OLEDB
on't Copy Locale on Compact=False;
Jet OLEDB:Compact Without Replica Repair=False;
Jet OLEDB:SFP=False;
Jet OLEDB:Support Complex Data=True;
Realising I require a few of these 'tokens' or settings to connect to the
database, I only require Provider, Data Source, and Persist Security Info, for my
application's purposes. I would like to know what values some of the other tokens
my take. For instance what values can;
Mode=
Extended Properties=
Jet OLEDB:Engine Type=
Jet OLEDB
atabase Locking Mode=
take?
Thanks and regards,
Briefly, I have constructed a desktop application using C# 3.5 SP1, with a
Microsoft Access 2007 back end, or more specifically application file. Everything
works well. In my pursuit to (completely) understand the Connection String for
Access 2007, my good friend Google has given me the following information;
Provider=Microsoft.ACE.OLEDB.12.0;
User ID=Admin;
Data Source=Drive:\Path\Database.accdb;
Persist Security Info=False;
Mode=Exclusive;
Extended Properties="";
Jet OLEDB:System Database=Drive:\Path\System.mdw;
Jet OLEDB:Registry Path=Software\Microsoft\Office\12.0\Access\Access Connectivity
Engine;
Jet OLEDB

Jet OLEDB:Engine Type=6;
Jet OLEDB

Jet OLEDB:Global Partial Bulk Ops=2;
Jet OLEDB:Global Bulk Transaction=1;
Jet OLEDB:New Database Password="";
Jet OLEDB:Create System Database=False;
Jet OLEDB:Encrypt Database=False;
Jet OLEDB

Jet OLEDB:Compact Without Replica Repair=False;
Jet OLEDB:SFP=False;
Jet OLEDB:Support Complex Data=True;
Realising I require a few of these 'tokens' or settings to connect to the
database, I only require Provider, Data Source, and Persist Security Info, for my
application's purposes. I would like to know what values some of the other tokens
my take. For instance what values can;
Mode=
Extended Properties=
Jet OLEDB:Engine Type=
Jet OLEDB

take?
Thanks and regards,