Giter Club home page Giter Club logo

dbx4fb's People

Contributors

ccy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dbx4fb's Issues

Compiling New dbx4fb.dll

Hello Chee Yang Chau,
Thank you very much for your great work :))
I would like to compile the new dbx4fb.dll with Delphi 10.4.2 but have somme difficulties to setup the two libraries you suggest :

  1. jedi-apilib
  2. delphi-firebird-api
    Can you please describe step by step their installation on Delphi 10.4.2,
    or could you simply, if you have time (i know you are very buzy) compile it (last dbx4fb.dll ) for us and upload it somewhere

Many Thx


M.-Y Zerrouki
my email : [email protected]

Support for Firebird 3.0

Hi! I'm new to DBExpress and just found this driver.
I wonder if it works with Firebird 3.0 and its new features such as true Boolean fields.

support for Delphi 7?

Hi Chau Chee-Yang, does dbx4fb support Delphi 7?
Anyway, thanks for your nice creation.

GetMetaData is not working

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 working. I'm talking about TDBXMetaDataCommands.GetIndexes command.

The new dbx4fb.dll with Delphi Alexandria 11.2 not work ?

Hi Chee Yang Chau,
I just tested the new attached dbx4fb.dll (whith Delphi 11.2)--> DBXError not implemented.

1

I downloaded all the projects, Compiled them on Delphi 11.2,
as usually, but same problem.

Can you please check.
Thx

RangeCheck error

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 L > 0 then  //  ++ check length here ++
               Move(Source[1], W[1], Length(Source));
             Result := W;
           end;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.