Using fbclient.dll in Firebird 2.1.X in fresh install Windows XP that never install with Microsoft C++ 2005 Redistrubable will cause problem.
Consider this table (from http://www.tizag.com/mysqlTutorial/mysqlmax.php): Idnametypeprice 123451 Park\'s Great HitsMusic19.99
I am integrating a system with 2 other applications, 1 using a Firebird database whilst the other BIS (using ADO). My delphi application uses Firebird. I need to read data from my database, insert it
I have three tables that I need to join together and get a combination of results. I have tried using left/right joins but they don\'t give the desired results.
If it matters, I\'m using Firebird 2.1 database. I have three tables, one with keywords, one with negative keywords, and the other with required keywords.I need to be able to filter the data so the o
I\'m using D2K9, Zeos 7Alpha, and Firebird 2.1 I had this working before I added the autoinc field. Although I\'m not sure I was doing it 100% correctly. I don\' know what order to do the SQL code, w
i开发者_开发百科n Firebird the only way to have an auto increment coloumn is to setup a generator and use it with a trigger.
How do I make an autoinc field in firebird with Zeos. -Br开发者_Python百科adIt is explained in Firebird FAQ #29. See the bottom of that page.I don\'t know what do you mean by \"making an autoinc fiel
I\'m trying to get a firebird web ap开发者_如何学编程plication (IIS6 64 bit) to run. However I\'m getting bad image format (bit difference incompatability) issues. Has anyone got any advice to get it
I seem to have an issue with connecting to an embedded FireBird database from a sample C# app. Here\'s what I\'ve got.