Re: New to Delphi - Connecting to database using just code
- From: "MikeB" <m.byerleyATVerizonDottieNettie>
- Date: Fri, 28 Mar 2008 07:24:54 -0400
"TD" <dlee@xxxxxxxxxxx> wrote in message
news:bdc9d44c-b7e5-479a-9599-12159b57a924@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Yes. Import the DAO type library and code away. We have an application
that does just that. It starts from DBEngine, then goes on to Database
and Recordset interfaces. Works fine without a component in sight.
Where can I find examples of the code to do this?
The few examples I have are using ADO. Like most, I still use DAO in the
Access environ (for now at least).
I use ADO elsewhere, like in ASP and Delphi.
.
Relevant Pages
- Re: New to Delphi - Connecting to database using just code
... It starts from DBEngine, then goes on to Database ... and Recordset interfaces. ... Works fine without a component in sight. ... (alt.comp.lang.borland-delphi) - Re: New to Delphi - Connecting to database using just code
... then goes on to Database ... and Recordset interfaces. ... Works fine without a component in sight. ... I use ADO elsewhere, ... (alt.comp.lang.borland-delphi) - Re: Is ADO Dead (3)?
... The Design of ADO ... ADO uses a single object, the Recordset, as a common representation for ... a forward-only stream of results from a database, ... where data is updated at the data source or cached locally as with the ... (comp.databases.ms-access) - Re: Is ADO Dead (3)?
... The Design of ADO ... ADO uses a single object, the Recordset, as a common representation for ... a forward-only stream of results from a database, ... where data is updated at the data source or cached locally as with the ... (comp.databases.ms-access) - Re: Is ADO Dead (3)?
... The Design of ADO ... ADO uses a single object, the Recordset, as a common representation for ... a forward-only stream of results from a database, ... where data is updated at the data source or cached locally as with the ... (comp.databases.ms-access) |
|