Re: Importing ADOX library - How?



"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.

Good luck,
krf



.



Relevant Pages

  • Re: Importing ADOX library - How?
    ... Depending on your version of Delphi it has a full set of ADO components (TADOTable, TADODataSet, TADOCommand, etc). ... But for working with the structure of the database they won't do and you need ADOX. ...
    (borland.public.delphi.database.ado)
  • Re: TADOStoredProc
    ... used TadoDataset and TadoCommand instead of TadoStoredProc or TadoQuery ...
    (borland.public.delphi.database.ado)
  • Re: Replacing a TQuery and TUpdateSQL component with ADO components
    ... TADODataSet has LockType of ltBatchOptimistic that is pretty close to ... TUpdateSQL. ... > I am converting an application from Paradox BDE to ADO msde. ... > Delphi 7 ADO components. ...
    (borland.public.delphi.database.ado)
  • Re: TADOStoredProc
    ... From D2006 the SQL is of type TWideStrings class. ... if they will use TADOCommand & TADODataSet. ... TADOCommand & TADODataSet usage will give you more explicit / natural control on recorset manipulations, briefcase model, persistence, ... ASA, Interbase/Firebird, DbExpress, ODBC data access engine ...
    (borland.public.delphi.database.ado)
  • Re: Use query or stored procedure
    ... but I'd recommend the tADODataset instead of the tADOQuery. ... > Since the SQL is an insert statement and returns no records a TadoCommand ...
    (borland.public.delphi.database.ado)