Guten Abend,
ich besitze TD2006 Explorer und ich möchte gerne als lokale
DB SQLite benutzen.
Folgendes habe ich schon gemacht.
1. DbxSQLite.dll & sqlite3.dll von Borland heruntergeladen und nach Anleitung eingebunden
Zitat:
----------------------------------------------------
Installation of DbxSQLite.dll
----------------------------------------------------
1 Locate the dbxdrivers.ini on your computer.
2 Add the following lines to it:
[Installed Drivers]
SQLite=1
[SQLite]
LibraryName=C:\....\DbxSQLite.dll
GetDriverFunc=getSQLDriverSQLite
VendorLib=C:\....\sqlite.dll
RoleName=Cache=2000|TextLength=1024
3 Fire up Delphi
4 Add a TSqlConnection component
5 Set the DriverName to "SQLite"
6 Open the component editor ("Edit connection
properties")
7 Create a new connection and set the Database to a
file (If you don't have a file it will be created
upon connecting)
8 Create some ClientDataSet structure
enter your
SQL and build your applications
Bis zum Schritt 6 bin ich gekommen aber bei 7 hatte ich keine Möglichkeit eine
DB zu setzen bzw. es wurde keine angelegt. Wo muss ich das machen? Denn wenn ich die Verbindung aktivieren will, sagt er mir, dass die
DB fehlt, was ja logisch ist.
Die Datenbank habe ich angelegt und liegt im Projektverzeichnis. Was habe ich vergessen?
[edit=alcaeus]DB-Infos ergaenzt. Mfg, alcaeus[/edit]