Hello Mindaugas, Tuesday, March 23, 2010, 6:23:58 PM, you wrote:
MK> Viktor Szakáts wrote: >> Can you test if hbfbird works with similar SQL command? >> They are using the same API, so if that one works, it's >> only a matter of finding the difference. MK> Hi, MK> I have not noticed we have one more firebird contrib. Samples of hbfbird MK> do not work for me. MK> --------------- MK> C:\harbour\contrib\hbfbird\tests>simple.exe MK> -904 MK> Connecting... MK> can't format message 13:98 -- message file MK> C:\harbour\contrib\hbfbird\firebird.msg not found MK> --------------- MK> C:\harbour\contrib\hbfbird\tests>test.exe MK> -904 can't format message 13:96 -- message file MK> C:\harbour\contrib\hbfbird\firebird.msg not fo MK> und MK> Error: -902 can't format message 13:98 -- message file MK> C:\harbour\contrib\hbfbird\firebird.msg MK> not found MK> --------------- MK> Please, tell is anyone can run it without error - I'll try reinstall FB. Yes, I can run it, but IMHO you have to run this test (test.exe) with argument C:\harbour\contrib\hbfbird\tests>test.exe <somebasename> Using hbfbird I can create new database or connecting to existing database and execute SELECT , CREATE DROP statements. So, maybe (as Viktor said) it is a good start point to verify buggy sddfb, which, even after Przemek`s last commits, still not work i.e connection is created, but any DBUSEAREA probe fail with Error SDDFB/1909 Fetch error (DOS Error 335544569) if table COUNTRY is created manualy (using thirdparty tool - Flamerobin) or Error SDDFB/1903 Prepare statement failed: SELECT * FROM country (DOS Error -204) Called from DBUSEAREA(0) Called from MAIN(40) Abnormal program termination otherwise what is important such operations like RDDINFO(RDDI_EXECUTE, "DROP TABLE country") RDDINFO(RDDI_EXECUTE, "COMMIT") RDDINFO(RDDI_EXECUTE, "CREATE TABLE country (CODE char(3), NAME char(50), RESIDENTS int(11))") RDDINFO(RDDI_EXECUTE, "COMMIT") RDDINFO(RDDI_EXECUTE, "INSERT INTO country ... returns always .T. but nothing is doing ... -- Best regards, Jacek Kubica _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour