ADOX - Import type library into Delphi 2007



Howdy!

I asked the same question more than two years ago, and give it a new shot here as I still have got no answers I have been able to use.

I want to modify an Access database at runtime and this takes ADOX (not only ADO but also ADOX so you can f.ex. access the structure of the data and not only the data itself).

Importing a type library is very well described at many informative sites. Take this brilliant example:

http://delphi.about.com/od/database/l/aa072401a.htm

Now; How do I do that in Delphi 2007? It's totally different and renaming is not one of the options.

/Pontus Berg
.



Relevant Pages

  • ADOX copy database
    ... I have a procedure that takes an existing Access database and makes a copy ... AutoNumber fields in the original MDB file become plain old Numeric fields ... auto-increment fields from a source to a copy database using ADOX? ... some special way I need to handle appending the columns to tables? ...
    (microsoft.public.data.ado)
  • ADOX database copy
    ... I have a procedure that takes an existing Access database and makes a copy ... AutoNumber fields in the original MDB file become plain old Numeric fields ... auto-increment fields from a source to a copy database using ADOX? ... some special way I need to handle appending the columns to tables? ...
    (microsoft.public.vb.database)
  • ADOX copy database
    ... I have a procedure that takes an existing Access database and makes a copy ... AutoNumber fields in the original MDB file become plain old Numeric fields ... auto-increment fields from a source to a copy database using ADOX? ... some special way I need to handle appending the columns to tables? ...
    (microsoft.public.vb.database.ado)
  • Re: Append field to existing table
    ... ADOX to add new fields to the existing table. ... which will add this field using ALTER TABLE SQL statement ... I do not know exact syntax of the ALTER TABLE statement for Access database, ...
    (microsoft.public.vb.database.ado)
  • Re: Advice on creating a DataTable to place into Blank MS Access DB file
    ... >structure as the Dataset built from the CSV file. ... And I am building the Access database and Table with ADOX. ... >So, there are other ways besides, using SQL statements to build a new table and database. ...
    (microsoft.public.dotnet.framework.adonet)