dbx4fb
dbx4fb copied to clipboard
dbExpress driver for Firebird
I´m using a standard Firebird TSQLConnection i just change the LibraryName to dbx4fb.dll, when i try to click StoredProcName from TSQLStoredProc i got an AV. [bugreport.txt](https://github.com/ccy/dbx4fb/files/2796093/bugreport.txt)
While compiling with RangeCheck on i get an error in dbx4.firebird.dll.pas: Convert := function (Source: RawByteString): string var W: WideString; L: Integer; begin L:= Length(Source) div 2; SetLength(W, L); if...
Just set GetMetaData property for SQLQuery to true and open query. You will get assertion failure (c:\lib\rad10.1\delphi-firebird-api\source\firebird.dsql.pas, line 1633). I have done some debugging and found that GetIndexes is not...
I have a legacy application written on Delphi 6 and Firebird 2.5, dbXpress driver UIB for Firebird 2.5. Connection and driver parameters are stored in dbxdrivers.ini and dbxconnections.ini. Now I'm...