Click here to Skip to main content
15,888,521 members
Home / Discussions / Database
   

Database

 
GeneralPlease recommend on connection to Ms Acess Database Pin
DotNet29-Jul-04 15:16
DotNet29-Jul-04 15:16 
GeneralRe: Please recommend on connection to Ms Acess Database Pin
EdbertP29-Jul-04 16:52
EdbertP29-Jul-04 16:52 
GeneralUser access to SQL Server database Pin
Colin Angus Mackay29-Jul-04 6:35
Colin Angus Mackay29-Jul-04 6:35 
GeneralRe: User access to SQL Server database Pin
Grimolfr29-Jul-04 7:56
Grimolfr29-Jul-04 7:56 
GeneralRe: User access to SQL Server database Pin
Colin Angus Mackay29-Jul-04 22:37
Colin Angus Mackay29-Jul-04 22:37 
QuestionODBC API's code examples? Pin
PrashantJ28-Jul-04 21:54
PrashantJ28-Jul-04 21:54 
Generalxml to excel Help! Pin
michanne128-Jul-04 12:07
michanne128-Jul-04 12:07 
GeneralCreate System Database form C# using ADOX Pin
ulrich_v28-Jul-04 0:37
ulrich_v28-Jul-04 0:37 
I want to create a secure Access-Database from C#.
I want to create a Database and a Systemdatabase - I suppose this works only in the same time.

Why does the following code not work?

private void button1_Click(object sender, System.EventArgs e)<br />
{<br />
ADOX.Catalog catalog = new ADOX.Catalog();<br />
catalog.Create("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=e:\\new.mdb;Jet OLEDB:System Database=e:\\new.mdw;Jet OLEDB:Create System Database=true");<br />
}


- it creates the e:\new.mdb but fails to create the e:\new.mdw.

I use Visual Studio 2003 and I have tried this
- on WXP with installed Access2003 and
- on W2K with installed Access97 and Access2000

All with the same result. Dead | X| Confused | :confused:
GeneralNeed help!!! Pin
yanh10027-Jul-04 14:12
yanh10027-Jul-04 14:12 
QuestionCan I call OLEDB and ADO from the same app? Pin
CherezZaboro27-Jul-04 8:34
CherezZaboro27-Jul-04 8:34 
GeneralADO Connection Failure...HELP!!!!! Pin
girl_lash26-Jul-04 21:27
girl_lash26-Jul-04 21:27 
GeneralRe: ADO Connection Failure...HELP!!!!! Pin
Bill Dean27-Jul-04 4:45
Bill Dean27-Jul-04 4:45 
GeneralRe: ADO Connection Failure...HELP!!!!! Pin
girl_lash27-Jul-04 14:22
girl_lash27-Jul-04 14:22 
GeneralRe: ADO Connection Failure...HELP!!!!! Pin
Bill Dean28-Jul-04 9:49
Bill Dean28-Jul-04 9:49 
GeneralUsing MDB database with OLEDB/ATL/MFC (from SQL Server) Pin
Gian26-Jul-04 2:15
Gian26-Jul-04 2:15 
GeneralWindows-only authentication not working Pin
sid98dha26-Jul-04 0:40
susssid98dha26-Jul-04 0:40 
GeneralRe: Windows-only authentication not working Pin
Mike Dimmick26-Jul-04 5:29
Mike Dimmick26-Jul-04 5:29 
GeneralCurious about a query Pin
brdavid25-Jul-04 15:12
brdavid25-Jul-04 15:12 
GeneralRe: Curious about a query Pin
Grimolfr26-Jul-04 4:26
Grimolfr26-Jul-04 4:26 
GeneralRe: Curious about a query Pin
brdavid26-Jul-04 6:04
brdavid26-Jul-04 6:04 
GeneralRe: Curious about a query Pin
Michael Potter26-Jul-04 10:36
Michael Potter26-Jul-04 10:36 
GeneralRe: Curious about a query Pin
Grimolfr26-Jul-04 11:28
Grimolfr26-Jul-04 11:28 
GeneralHOW: format date field in sql Pin
JabraJabra25-Jul-04 13:16
JabraJabra25-Jul-04 13:16 
GeneralRe: HOW: format date field in sql Pin
darkbyte29-Jul-04 1:37
darkbyte29-Jul-04 1:37 
GeneralData type Pin
Peter Mayhew25-Jul-04 4:42
Peter Mayhew25-Jul-04 4:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.