Re: ADO Connection via DSN

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 11/19/04


Date: Thu, 18 Nov 2004 22:22:11 -0600


>Really? I thought this was all encapsulated in the DSN. How could this ever work with service applications? We have two services and one application and all three need access the DB. Sure I can have the user login to the application, but what about the services, they are running before my application gets run. Why do you setup the username/pw and the default database in the DSN if it is not used?
Sorry I got DNS and DSN mixed up in my reply.
But why would you want to use ODBC its and old technology that doesn't work well
with ADO. You do know you are posting in the ADO section?

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com


Relevant Pages

  • Re: Catching CDatabase Exceptions?
    ... underlying database via ODBC while using ADO as your API. ... I thought ADO interfaces through OLE DB? ... your underlying data source no matter which data access technology you use. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: The best way to connect to SQL Server from C++
    ... I want to connect to SQL Server from Visual C++, ... technology is best to use? ... Easiest - either ADO or ODBC. ...
    (microsoft.public.vc.language)
  • The best way to connect to SQL Server from C++
    ... I want to connect to SQL Server from Visual C++, ... technology is best to use (ODBC, ADO, ...)? ...
    (microsoft.public.vc.language)
  • Re: The best way to connect to SQL Server from C++
    ... technology is best to use (ODBC, ADO, ...)? ... Id go for ADODB, once you create the classes you have them for life, you can ...
    (microsoft.public.vc.language)
  • Re: TADO vs. TQuery
    ... >> I have an application that uses ODBC to connect to MS SQL ... >> this benefit greatly if I changed to ADO? ... It will take a while to 'tune up' ADO objects to get BDE speed. ... Eventually we started using DOA (Direct ...
    (borland.public.delphi.database.ado)