Search found 42 matches

by silvioprog
28.04.2016, 14:54
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120223

Re: 7.2-Beta testers-thread

Hello,

I've implemented the SQLite 3 Run-Time Load Extension[*] in my Zeos copy, and I wan to send it to the Zeos community. So, is there any place to I send a patch with my chances?

Thank you!

[*]

Code: Select all

TZSQLiteConnection.LoadExtension(<ext.dll/ext.so>)
by silvioprog
09.11.2010, 21:16
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Yes, it's works, this solution fixed the error definitely.

Thanks boys.
by silvioprog
18.10.2010, 04:16
Forum: 6.6 - stable
Topic: [patch_done] ubuntu / libmysqlclient.so.15 or .16
Replies: 9
Views: 1386

If you enable the directive {.$DEFINE MYSQL_STRICT_DLL_LOADING} (in Zeos.inc) your code not works?
by silvioprog
14.10.2010, 18:56
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Finally, after 3 more weeks...
No problems. :)
Can you dig deeper into the UncachedGetColumns procedure?
Yes... hmm, but how to I make this?
by silvioprog
21.09.2010, 15:26
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Hi Mark, excuse for my delay. :) I changed the code for: procedure TZInterbase6PreparedStatement.Prepare; begin LogPrepStmtMessage(lcPrepStmt, SQL); StmtHandle := nil; with FIBConnection do begin StatementType := ZDbcInterbase6Utils.PrepareStatement(GetPlainDriver, GetDBHandle, GetTrHandle, GetDiale...
by silvioprog
09.09.2010, 03:07
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Hi Mark, Not always 10 seconds, sometimes faster, sometimes slower. Call stack: #0 fpc_raiseexception at :0 #1 CHECKINTERBASE6ERROR({<IZPLAINDRIVER> = {<IUNKNOWN> = {}, }, }, #1#249#1't'#4#152#1#19#4#1#4#1#0'H'#158'X'#234'X'#152'p'#138, LCEXECUTE, 0x0) at C:\Repository\svn\zeos\src\dbc\ZDbcInterbase...
by silvioprog
05.09.2010, 00:12
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Hi Mark, I put the breakpoint, the error happens before it: http://imagebin.org/112711 The error also happens in Delphi(7): http://imagebin.org/112709 This error is present only in Zeos-7(SVN), in Zeos-6.6.6 is ok. ps. Excuse, I could not translate this part: " Does it always take that long? &q...
by silvioprog
02.09.2010, 12:31
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

In FlameRobin worked perfectly, please see:

http://imagebin.org/112383
by silvioprog
01.09.2010, 23:53
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Hi Mark, please excuse me :oops:

Using this code:

Code: Select all

procedure TForm1.ZSQLMonitor1Trace(Sender: TObject; Event: TZLoggingEvent;
  var LogTrace: Boolean);
begin
  Memo1.Text := Event.AsString;
end;
I receive this:

http://pastebin.com/chfhxazt

It's the information than you need?
by silvioprog
30.08.2010, 13:50
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Hi Mark,

My SQL:

Code: Select all

SELECT * FROM TABLETEST
ORDER BY OID
My table:

Code: Select all

CREATE TABLE TABLETEST
(
  OID integer NOT NULL,
  FIELD varchar(50),
  CONSTRAINT PK_OIDTABLETEST PRIMARY KEY (OID)
);
by silvioprog
16.08.2010, 14:19
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Patch to reproduce error in attached.
by silvioprog
16.08.2010, 14:17
Forum: ZeosLib 7.0 Beta Forum
Topic: Error when I try to edit and save data without modification
Replies: 22
Views: 2489

Error when I try to edit and save data without modification

Steps to reproduce the error: 1. Compile and open the project ; 2. Click in the edit button; 3. Click in the save button; You will see the error as image attachment. In Zeos 6.6.6 is normal, the error is in the current version of SVN. Windows7, Zeos7(SVN), Lazarus 0.9.29 r27109 FPC 2.4.3 i386-win32-...
by silvioprog
27.05.2010, 07:33
Forum: User Patches
Topic: Postgre SQL Events Alerter
Replies: 19
Views: 5276

Hi again guys,

A simple sample in attached.

Thansk :wink:

In run: http://imagebin.org/98510
by silvioprog
27.05.2010, 03:38
Forum: User Patches
Topic: Postgre SQL Events Alerter
Replies: 19
Views: 5276

Thanks for the excellent work. I did tests again and the component is working perfectly well. :up: Please, I updated my SVN and did not see the updated files ( ZPgEventAlerter.pas, ZComponentReg.lrs ...). :( Is there any estimate of when the component is released in the palette of Lazarus ? See ZPgE...
by silvioprog
20.05.2010, 17:33
Forum: Firebird
Topic: Query problems Zeos 6.6.6, Lazarus 0.9.28.2b & Firebird
Replies: 16
Views: 2149

I do not understand you, I was shown this early in the thread:
silvioprog Posted: 18.05.2010, 16:48 (No subject)
Double quote ("1") mark in integer field, this works? I uses ('1').
But no problems, serves as a lesson for me. 8)