Re: connect to db in codes



Thank you all!!!!!!!!!!!!

below is my sigature for each mail, that is my general developing env.

Thanks again.

--
Env: SQL SERVER + Delphi 7 + ADO

"Viatcheslav V. Vassiliev" <support@xxxxxxxxxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ:4472c9e9@xxxxxxxxxxxxxxxxxxxxxxxxx
You can use dbExpress, ADO type libraries without VCL wrappers, you can
use OLEDB or ODBC or event ADO.Net, you can use old way such as DBLib and
BDE. The best way depends on what you want to do - all these ways will
require you to learn their API.

//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)


"keith" <support@xxxxxxxxxxxxx> ÓÏÏÂÝÉ?ÓÏÏÂÝÉÌÁ ?ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅ?
news:44725329@xxxxxxxxxxxxxxxxxxxxxxxxx
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: OLEDB consumer and for xml auto SELECT
    ... ADO .Net is very different from ADO in several regards. ... Odbc Client, OleDB Client and SqlClient. ... SQL Server, and for applications where portability is not of interest, ...
    (microsoft.public.data.oledb)
  • Re: MS SQL Server
    ... Native for MS SQL Server are OLEDB/ADO, ODBC, ADO.Net. ... If you need easy-to use components, use ADO (ADO Express or dbGo) that you ... If you need speed, try Oledb Direct ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Best component for using SQL Server 2005 DB with delphi 7
    ... ADO is the easest and most common used way to work with MS SQL Server from ... ADO) or ADO.Net (compatibility with .Net applications, for example, if you ... MS Jet and Interbase (through OLEDB) ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Output data to a program
    ... This is what a client application does when it connects to SQL Server using ... some of the database API's provided (ODBC, JDBC, ADO, ADO.NET, Db Library, ... OLEDB, SQL-DMO, the upcoming SMO, VBSQL etc.) There's no built-in mechanism ... for publishing data apart from the API's. ...
    (microsoft.public.sqlserver.server)
  • Re: data type of field value
    ... Env: SQL SERVER + Delphi 7 + ADO ...
    (borland.public.delphi.database.ado)