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 !
Search found 10 matches
- 07.01.2009, 21:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Range check error
- Replies: 4
- Views: 2516
- 07.01.2009, 19:30
- Forum: MySQL
- Topic: Range Check Error
- Replies: 2
- Views: 495
- 01.10.2008, 09:26
- Forum: 6.6 - stable
- Topic: ZUpdateSQL and SQLite. Params missing
- Replies: 4
- Views: 855
- 30.09.2008, 11:31
- Forum: SQLite Administrator
- Topic: default values a few problems
- Replies: 0
- Views: 1421
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...
- 30.09.2008, 09:43
- Forum: 6.6 - stable
- Topic: ZUpdateSQL and SQLite. Params missing
- Replies: 4
- Views: 855
- 30.09.2008, 08:34
- Forum: 6.6 - stable
- Topic: ZUpdateSQL and SQLite. Params missing
- Replies: 4
- Views: 855
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...
- 21.09.2007, 12:58
- Forum: 6.1.5
- Topic: CompareFieldsFromResultSet access violation
- Replies: 1
- Views: 2568
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 ...
- 27.08.2007, 09:09
- Forum: 6.1.5
- Topic: Filter on TZQuery
- Replies: 1
- Views: 2833
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...
- 07.02.2007, 17:35
- Forum: 6.1.5
- Topic: problem with aggregate field
- Replies: 0
- Views: 2724
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...
- 12.09.2006, 18:13
- Forum: 6.1.5
- Topic: Can't modify records
- Replies: 1
- Views: 2663
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...