Re: trivial (or not?) question about MSAccess login

From: Jeremy Collins (jd.collins_at_ntlworld-not.com)
Date: 02/06/04


Date: Fri, 06 Feb 2004 13:47:50 +0000

Christodoulos Pantazis wrote:

> Where in the object inspector? The object that handles the connection to the
> database is not a form.

Create a new datamodule. Drop a TADOConnection on it from the
ADO page of the component palette. Set the properties.

-- 
jc
Remove the -not from email


Relevant Pages

  • ADO in a DLL
    ... Using Delphi 6 and trying to use ADO in a DLL. ... DataModule with a TADOConnection accessing SQLserver. ... calling Form then there is no problem. ...
    (borland.public.delphi.database.ado)
  • simultaneous read/write using ado
    ... I'm writing a delphi program that writes a dbf file using ado. ... I'm using TADOConnection and TADOCommand. ... I want to execute two programs that read and write simultaneously in the same dbf file. ... Do I need to build some security to avoid a corrupt database or is this taken care of in the ADO component? ...
    (microsoft.public.data.ado)
  • Re: Ado, Threads (and videotape)
    ... > I protect the attributes with a TMultiReadExclusiveWriteSynchronizer. ... > Access BD (using ADO). ... You can have only one TADOConnection for it. ... TADOConnections has sense, for example, if you need to connect to multiple ...
    (borland.public.delphi.database.ado)
  • Re: ADO in a DLL
    ... Using Delphi 6 and trying to use ADO in a DLL. ... DataModule with a TADOConnection accessing SQLserver. ... calling Form then there is no problem. ...
    (borland.public.delphi.database.ado)
  • Pointer to TADOConnection
    ... I have a Form1 a TADOTable. ... Try to get a TADOConnection from the datamodule ... Connection: TADOConnection; ...
    (borland.public.delphi.database.ado)