Search found 30 matches
- 08.11.2013, 14:33
- Forum: Firebird
- Topic: BUG 7.0.3 - query with params - dont return any record
- Replies: 7
- Views: 3067
Re: BUG 7.0.3 - query with params - dont return any record
Hello Michel, I notice that my datatype was DOUBLE (not LONG), then I do this change... Its work ok. (7.1.2-stable). I think is better to see with AVZ why this dont work... case SQLCode of SQL_TEXT : EncodeString(SQL_TEXT, Index, Value); SQL_VARYING : EncodeString(SQL_VARYING, Index, Value); // SQL_...
- 21.10.2013, 15:26
- Forum: Firebird
- Topic: BUG 7.0.3 - query with params - dont return any record
- Replies: 7
- Views: 3067
Re: BUG 7.0.3 - query with params - dont return any record
Yes, Its Firebird 2.5.3 I Updated to 7.1.2-Stable... I did the same test and the problem appear too. Its not solved. ----------------------------------------- Inspecting Zeos Code, I think that occur in : GetPlainDriver.isc_dsql_execute2(@FStatusVector, GetTrHandle, @StmtHandle, GetDialect, FParamSQ...
- 17.10.2013, 22:09
- Forum: Firebird
- Topic: ExecSQL Access violation with multi-threaded process
- Replies: 10
- Views: 5739
Re: ExecSQL Access violation with multi-threaded process
Solved.
good work.
Thanks...
Today I UPDATED to 7.1.2-stable (Solved too)
good work.
Thanks...
Today I UPDATED to 7.1.2-stable (Solved too)
- 09.09.2013, 02:44
- Forum: Firebird
- Topic: ExecSQL Access violation with multi-threaded process
- Replies: 10
- Views: 5739
Re: ExecSQL Access violation with multi-threaded process
With Zeos 7.0.5 (today release) --------------------------------2013/9/8 22:40:10-------------------------------- This application has leaked memory. The small block leaks are (excluding expected leaks registered by pointer): 5 - 12 bytes: TZCppCommentState x 10, TZQuoteState x 10, TZNumberState x 1...
- 09.09.2013, 02:10
- Forum: Firebird
- Topic: ExecSQL Access violation with multi-threaded process
- Replies: 10
- Views: 5739
Re: ExecSQL Access violation with multi-threaded process
Inspecting my code I notice some Memory Leaks: Delphi: XE3/32 or Delphi 2007 (the same) FastMM4 4.991; Zeos: 7.0.4; Its simple to test: with TZConnection.Create(Self) do try Protocol := 'firebird-2.5'; HostName := 'localhost'; User := 'sysdba'; Password := 'masterkey'; Database := 'c:\dados\store_pa...
- 08.09.2013, 21:20
- Forum: Firebird
- Topic: ExecSQL Access violation with multi-threaded process
- Replies: 10
- Views: 5739
Re: ExecSQL Access violation with multi-threaded process
Solved.
A basic mistake. One thread was not commiting record.
When another thread enter a lock conflict at record .
Thanks.
A basic mistake. One thread was not commiting record.
When another thread enter a lock conflict at record .
Thanks.
- 03.09.2013, 17:39
- Forum: Firebird
- Topic: ExecSQL Access violation with multi-threaded process
- Replies: 10
- Views: 5739
Re: ExecSQL Access violation with multi-threaded process
Hello, thaks for your help, first of all. I created this test case. For my surprise this test case work fine. Now I will rework my job to find where is the problem. Thanks for your attention. -----------------------------xxxxxxxxxxxxx-------------------------------- uses zConnection, zDataset; { TAB...
- 03.09.2013, 14:55
- Forum: Firebird
- Topic: ExecSQL Access violation with multi-threaded process
- Replies: 10
- Views: 5739
Re: ExecSQL Access violation with multi-threaded process
Delphi XE3
Zeos - 7.0.4
Zeos - 7.0.4
- 03.09.2013, 04:20
- Forum: Firebird
- Topic: ExecSQL Access violation with multi-threaded process
- Replies: 10
- Views: 5739
Re: ExecSQL Access violation with multi-threaded process
I create a connection for each thread and free at the end.
It work ok with select, but crash with execSql.
Crash occurs in this point (ZAbstractRODataset -line 1660)
FRowsAffected := Statement.ExecuteUpdatePrepared;
It work ok with select, but crash with execSql.
Crash occurs in this point (ZAbstractRODataset -line 1660)
FRowsAffected := Statement.ExecuteUpdatePrepared;
- 30.08.2013, 03:30
- Forum: Firebird
- Topic: BUG 7.0.3 - query with params - dont return any record
- Replies: 7
- Views: 3067
Re: BUG 7.0.3 - query with params - dont return any record
Today, I test you sugestion with 7.0.4.... (fbclient.dll 2.5.3 )
The problem continue the same.
The problem continue the same.
- 30.08.2013, 03:04
- Forum: Firebird
- Topic: ExecSQL Access violation with multi-threaded process
- Replies: 10
- Views: 5739
ExecSQL Access violation with multi-threaded process
Using version 7.0.4, or 7.2 - has the same behavior: I have a RESTful server (using indy httpserver). For each client I create a connection to the database (Firebird 2.5.3 - 64bit) to isolate the database access for each client. Everything works fine when I asked to "select" command (TzQue...
- 14.05.2013, 17:56
- Forum: Firebird
- Topic: BUG 7.0.3 - query with params - dont return any record
- Replies: 7
- Views: 3067
BUG 7.0.3 - query with params - dont return any record
/* CREATE TABLE CTPROD_ATALHO_TITULO ( CODIGO DOUBLE PRECISION NOT NULL, NOME CHAR(20), PRIORIDADE DOUBLE PRECISION ); insert into CTPROD_ATALHO_TITULO (codigo,nome) values (3,'TEST'); */ db := TZConnection.create(self); db.Protocol := 'firebird-2.5'; db.User := 'sysdba'; db.Password := 'masterkey';...
- 28.04.2012, 12:46
- Forum: Firebird
- Topic: Update on various fields with the same sql statement
- Replies: 2
- Views: 1590
- 28.04.2012, 12:35
- Forum: Firebird
- Topic: Boolean Fields (as CHAR fields in Firebird)
- Replies: 8
- Views: 4184
it was code in FB 3.0 as you can see at http://asfernandes.blogspot.com.br/
- 28.04.2012, 12:29
- Forum: Firebird
- Topic: Delphi & Firebird and Create Database
- Replies: 4
- Views: 7201
There are no way to connect to firebird without an exists database. Everything firebird need to run are in one file. After 2.0 they include some security apart, but as a known, there are no way to access or link user to database. You can use except to do that or test with fileexists(...), before con...