Board index » delphi » MSAccess Connection Problem ? (Delphi 4.0 Std)
Hombourger Cedric
![]() Delphi Developer |
Sun, 25 Mar 2001 03:00:00 GMT
MSAccess Connection Problem ? (Delphi 4.0 Std)Hello, I'm new to the Delphi world. I need to connect to a Ms Access database. Database:= TDatabase.Create (Component); Here's the var section Database: TDatabase; Component:=TComponent.Create (MyForm); What's wrong ? I'm using Windows 95 & Delphi 4.0 Std (In the BDE Panel Application, I've seen that the driver uses a DLL which Any sample code is welcome... What about the solution of adding a reference to DAOxxx.DLL in the project Thanks |