Search found 10 matches

by bedfordch
07.01.2009, 21:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Range check error
Replies: 4
Views: 2489

With the help of Mark, I solved the problem with a newer libmysql.dll he sent me.

My libmysql.dll was really old, so maybe it's the source of the error message.

try to update to a newer dll.

Hope it helps.

Thank you again Mark !
by bedfordch
07.01.2009, 19:30
Forum: MySQL
Topic: Range Check Error
Replies: 2
Views: 487

same problem for me. I had a working project but now when I try to open it it fails. I did change the zeoslib version and the mysql database server version (4 to 5).
by bedfordch
01.10.2008, 09:26
Forum: 6.6 - stable
Topic: ZUpdateSQL and SQLite. Params missing
Replies: 4
Views: 828

adding idsouscategories seems to work (the params are passed) but the generated updatesql isn't correct for sqlite. The project is on your PM.
by bedfordch
30.09.2008, 11:31
Forum: SQLite Administrator
Topic: default values a few problems
Replies: 0
Views: 1394

default values a few problems

Hi, I've seen a few problems in the 0.8.3.2 version. Some have already been mentioned but I write them back again: - when you set a default value for a field, it ads quotes 'DEFAULT VALUE'. when you edit the table again, it ads new quotes ''DEFAULT VALUE''. It ads new quotes every time there is a ne...
by bedfordch
30.09.2008, 09:43
Forum: 6.6 - stable
Topic: ZUpdateSQL and SQLite. Params missing
Replies: 4
Views: 828

I fixed it by putting the table that needs to be changed in the first place on the sqlquery (select). It seems to work (was previously on the second place). Also added the "idsouscategorie" for the udpate. new select: select nomcategorie, souscategories.idsoucategorie, nomsouscategorie, su...
by bedfordch
30.09.2008, 08:34
Forum: 6.6 - stable
Topic: ZUpdateSQL and SQLite. Params missing
Replies: 4
Views: 828

ZUpdateSQL and SQLite. Params missing

Hi there, sorry if this isn't an error but my fault, as I'm quite new in the Zeos library (I use 6.3.3 stable with Delphi 6 Enterprise French). I have a ZConnection on a SQLite-3 protocol. I've a Zquery with inner and left joins on 3 tables and I've attached a ZUpdateSQL to it. I've generated the SQ...
by bedfordch
21.09.2007, 12:58
Forum: 6.1.5
Topic: CompareFieldsFromResultSet access violation
Replies: 1
Views: 2513

CompareFieldsFromResultSet access violation

Hello, I'm facing a very annoying problem when I try to do a "locate" in a TZQuery. I've an access violation on CompareFieldsFromResultSet in the ZDataSetUtils unit. I've version 6.1.5 and this problem seems to have been corrected in the 6.5.x version or later, but since they are still in ...
by bedfordch
27.08.2007, 09:09
Forum: 6.1.5
Topic: Filter on TZQuery
Replies: 1
Views: 2795

Filter on TZQuery

I've version 6.1.5, Delphi 6 enterprise and Mysql database. In a TZQuery I've this SQL: select id, sum(amount1) as total1, sum(amount2) as total2, sum(amount3) as total3, sum(amount1+amount2+amount3) as total from orders group by id Now I'm trying to apply a filter on a field in this query: ordertyp...
by bedfordch
07.02.2007, 17:35
Forum: 6.1.5
Topic: problem with aggregate field
Replies: 0
Views: 2701

problem with aggregate field

I've Delphi 6 enterprise French + Zeos 6.1.5 I've a TZQuery with this query "select * from mytable". This query returns many fields and I've to calculate the sum of 2 of them. So I create a TAggregate field in my TZQuery and in the expression I set sum(amountcol1) I then activate it. for n...
by bedfordch
12.09.2006, 18:13
Forum: 6.1.5
Topic: Can't modify records
Replies: 1
Views: 2611

Can't modify records

I juste installed the Zeos 6.1.5 library, put a TZConnection, TZTable, TDBNavigator, TDataSource and a DBGrid. Everything looks good, I can go trough my table records, but no way to modify the datas. How can I do it ? The edit TDbNavigator button is grayed. I've checked everything and it seems all o...