Re: Importing ADOX library - How?



Kevin Frevert skrev:
"Pontus Berg" <pontus@xxxxxxxxxxxxxxxxx> wrote in message news:476193e9$1@xxxxxxxxxxxxxxxxxxxxxxxxx
There is no wrapper for the functionality shipped with Delphi

Depending on your version of Delphi (Pro, Enterprise, etc) it has a full set of ADO components (TADOTable, TADODataSet, TADOCommand, etc).

No need to import anything.

I worked a lot with the ADO components in my project and working with the dataset and it's content is just fine. But for working with the structure of the database they won't do and you need ADOX (and not just ADO).

I would hope you are right but please tell me
a) how to add a field in the database at runtime
b) how to compact the database

Again, I hope you are right and that it's all there, but I fear it's not ...

/Pontus
.



Relevant Pages

  • EDatabase Error Exception Using ADO Locate
    ... This error occurs with both the Diamond ADO components and the Winsoft ... I have a database of cities and latitudes and longitudes. ... "All Cities" is selected then the filter routine just Accepts everything. ...
    (borland.public.delphi.database.ado)
  • Re: Importing ADOX library - How?
    ... Depending on your version of Delphi (Pro, Enterprise, etc) it has a full set ... of ADO components (TADOTable, TADODataSet, TADOCommand, etc). ...
    (borland.public.delphi.database.ado)
  • Re: RefreshRecord
    ... Is there some way to limit the result set with a WHERE clause? ... What database are you using? ... >If I change S.StateID I want to refresh S.Name. ... >ADO components using properties Recordset.Propertiesand ...
    (comp.lang.pascal.delphi.databases)
  • Re: Newbie- Can I create a new MySQL database from within my app?
    ... > I'm trying to find out a bit about MySQL and Delphi. ... > tutorials about accessing existing databases from within a client ... > components or the ADO components to access tables or to perform ... > queries on a MySQL database." ...
    (alt.comp.lang.borland-delphi)
  • Services and SQL
    ... I've written a program that I've converted into a Database. ... function TRM_SVC.GetServiceController: TServiceController; ... The AquireList is called in the MainProcess procedure. ... Also, I currently use ADO components, with Delphi 7 accessing an MS SQL ...
    (borland.public.delphi.database.ado)