hallo,
bin gerade von einem User auf folgendes angesprochen worden:
SQLite
Introduced in Mac OS X version 10.4, the SQLite library lets you
embed a SQL database engine into your applications. Programs that
link with the SQLite library can access SQL databases without running
a separate RDBMS process. You can create local database files and
manage the tables and records in those files. The library is designed
for general purpose use but is still optimized to provide fast access
to database records.
The SQLite library is located at /usr/lib/libsqlite3.dylib and the
sqlite3.h header file is in /usr/include. A command-line interface
(sqlite3) is also available for communicating with SQLite databases
using scripts. For details on how to use this command-line interface,
see the man page for sqlite3.
heisst das nun, dass man SQLite auch in RB (Standard) nutzen kann?
Was muss man da machen? Oder muss da ein Serverprozess laufen?
Vielen Dank
Claudius
--
G4/733 QS / MacOS X 10.4de / RB 5.5.5/ Valentina 1.10.0 & 2.0.4
Homepage http://www.ClaSai.de
iChat ryhoruk
RealBasic ListBoxes: [ I feel the need...the need for speed!!! ]
|