Registriert seit: 16. Sep 2009
Ort: 127.0.0.1
288 Beiträge
Delphi 2007 Professional
|
Re: Welches Datenbanksystem ohne Server?
6. Okt 2009, 13:40
Variants ist scho eingebunden...
Delphi-Quellcode:
[...]
unit SLDataSet;
interface
{$I SLDefs.inc}
uses
// 2003.10.25 Paul - For compatibility with Kylix 1
SysUtils,
{$IFDEF WIN32} Windows, {$ELSE} Libc, {$ENDIF}
Classes, Contnrs, MATH, DB,
{$IFDEF D6}
Variants,
{$ELSE} {$IFDEF WIN32}
{for older vers, we need application object for event handling}
Forms,
{$ENDIF}
{$ENDIF}
SLTypes,
SLDB,
SLEngine,
SLFunAgr;
[...]
|
|
Zitat
|