Subject | Characteristics |
---|---|
Author | grzegorz.chmielewski |
Post date | 2009-01-03T08:56:25Z |
Hello,
I have problem with Characteristics,
DB->Characteristics.dbServer_Major_Version,
when I try get this information, I get Access Violation,
is this same, in firebird 1.5 and 2.0
this is part of source
DB is TIBODatabase*,
DB->Connect();
if (DB->Connected)
int w = DB->Characteristics.dbServer_Major_Version; => throw
exception
but in BCB2007 in IDE, in watch window I can see struct
TIB_ConnectCharacteristics with good information,
I use IBO 4.8.6, BCB 2007 Prof, Vista
but in WinXP error appear too
Have you any ideas?
Grzesiek
I have problem with Characteristics,
DB->Characteristics.dbServer_Major_Version,
when I try get this information, I get Access Violation,
is this same, in firebird 1.5 and 2.0
this is part of source
DB is TIBODatabase*,
DB->Connect();
if (DB->Connected)
int w = DB->Characteristics.dbServer_Major_Version; => throw
exception
but in BCB2007 in IDE, in watch window I can see struct
TIB_ConnectCharacteristics with good information,
I use IBO 4.8.6, BCB 2007 Prof, Vista
but in WinXP error appear too
Have you any ideas?
Grzesiek