Search found 5 matches

by psix
23.01.2009, 16:13
Forum: MS SQL Server
Topic: Lazarus crash using Zeos 6.6.4 SQL 2005
Replies: 9
Views: 2436

Mark Here it's the code from debugger , when he raize error: Paulo ---------- procedure TZDBLibMSSQL7PlainDriver.CheckError; var I: Integer; S: string; lErrorEntry: PDBLibError; lMesageEntry: PDBLibMessage; begin { TODO -ofjanos -cGeneral : Error handling should be based on connection object. At the...
by psix
22.01.2009, 11:59
Forum: MS SQL Server
Topic: Lazarus crash using Zeos 6.6.4 SQL 2005
Replies: 9
Views: 2436

Thanks Mark. I've have done the following code in the button clause : ZConnection1.Connected := True; ZQuery1.SQL.Clear; ZQuery1.SQL.Add('Select * from TEMP_VENDAS'); ZQuery1.Active:= True; When debugging the application send me a "Project raise exception class 'External : SIGSEGV' address : $7...
by psix
19.01.2009, 13:14
Forum: MS SQL Server
Topic: Lazarus crash using Zeos 6.6.4 SQL 2005
Replies: 9
Views: 2436

Hi Mark In design time I can put active the connection , but when I active the zquery, that as a "select * from <tablename>" in the SQL property, it crash everything including lazarus. I've tried every way (in design and with source code), but it seems that doesn't work at all. Does SQL 20...
by psix
15.01.2009, 11:16
Forum: MS SQL Server
Topic: Lazarus crash using Zeos 6.6.4 SQL 2005
Replies: 9
Views: 2436

Thanks Mark for your help, but that didn't work also. I'm using in the test form a zcconection , a zquery and a Tdatasource, and the goal is to show in a grid the record of a table, that should appear after turning on the active property of the zquery. Im using Lazarus in Windows, and when in zquery...
by psix
09.01.2009, 12:38
Forum: MS SQL Server
Topic: Lazarus crash using Zeos 6.6.4 SQL 2005
Replies: 9
Views: 2436

Lazarus crash using Zeos 6.6.4 SQL 2005

Hello, With lazarus 0.9.26 beta, i'm using in a form a zconnection using mssql. When I use a Zquery and after a put active the query, lazarus crash. If I do the same thing with a zconneciton and a table no problem appears. The funny thing is that after the startup configuration of the zconnection to...