Re: connect to db in codes



Not using adoconnection, adoquery, etc......

--
Env: SQL SERVER + Delphi 7 + ADO
"John Herbster" <herb-sci1_AT_sbcglobal.net>
??????:447121e1$1@xxxxxxxxxxxxxxxxxxxxxxxxx

"Keith" <support@xxxxxxxxxxxxx> wrote
Is it possible to connect to access or sql server purely
in codes not using components?

Keith,
By "components" do you mean descendents of TComponent?
If not, then what?
Rgds, JohnH



.



Relevant Pages

  • Re: Index number not working properly with variable
    ... create codes within the forms themselves. ... ADO also doesn't allow for persistent connection against a Jet Engine ... that only leaves DAO coding left even though it's ... DAO is NOT dead in the water. ...
    (microsoft.public.access.modulesdaovba)
  • Re: SQL Server Connection Declearation
    ... You need to set a reference to ADO. ... Of course, if you don't have a reference set to ADO, then your program won't ... See the codes below: ... > Private Sub cmdSearch_Click ...
    (microsoft.public.vb.database.ado)