Re: Create mdb file with code
- From: "Vassiliev V. V." <support@xxxxxxxxxxxxxxx>
- Date: Mon, 22 Jan 2007 16:59:37 +0300
TADOXCatalog was not in earlier versions of Delphi. To have it import ADOX
type library ("Microsoft ADO Ext. 2.8 for DDL and Security (Version 2.8)").
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Ugo" <ugo@xxxxxxxxxxx> ñîîáùèë/ñîîáùèëà â íîâîñòÿõ ñëåäóþùåå:
news:45b4b90b$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I've seen many examples on how to create a new (empty) access database
from code. However the code is usually similar to below,
dbName:='c:\aboutdelphi.mdb';
DataSource :=
'Provider=Microsoft.Jet.OLEDB.4.0' +
';Data Source=' + dbName +
';Jet OLEDB:Engine Type=4';
ADOXCatalog1.Create1(DataSource);I'm using Delphi 2006 and cannot find
any reference to a TADOXCatalog that was in earlier versions of Delphi. 2
questions - 1) what happened to this class, and 2) if its gone how does
anyone have an example of what I'm trying to do?Thanks..
.
- References:
- Create mdb file with code
- From: Ugo
- Create mdb file with code
- Prev by Date: Re: ADO and subquery
- Next by Date: Re: Need Help with connecting to a database
- Previous by thread: Create mdb file with code
- Next by thread: ADO over WAN
- Index(es):
Relevant Pages
|