Search found 26 matches
- 26.04.2008, 08:41
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Fast Report and ZEOS
- Replies: 2
- Views: 1468
- 23.04.2008, 06:24
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Fast Report and ZEOS
- Replies: 2
- Views: 1468
Fast Report and ZEOS
Any one using FastReport 4.x and ZEOS 6.6.x can provide me with the db connection component for FR so I could be able to connect to the db internally from FR? The only one available in FR NewGroup is for FR 3.x. I have already asked at FR site. No one seems to be using ZEOS there.
- 19.06.2007, 20:27
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZConnection User property value
- Replies: 2
- Views: 944
ZConnection User property value
After using the login prompt to connect to the database the value of User is blank why? It is blank even if I showed the User property onAfterConnect event.
- 09.04.2007, 17:02
- Forum: MySQL
- Topic: Storing files in Blob Field
- Replies: 4
- Views: 2273
- 09.04.2007, 13:39
- Forum: MySQL
- Topic: Storing files in Blob Field
- Replies: 4
- Views: 2273
- 05.04.2007, 21:52
- Forum: MySQL
- Topic: Storing files in Blob Field
- Replies: 4
- Views: 2273
Storing files in Blob Field
I'm trying to store a 2,737,152 bytes file in a MidiumBlob column. But after loading and then I post the record I get "SQL Error: MySQL Server has gone away." and the record is not saved. I don't know where it went!! :wink: But really why did it go away? BTW: I'm able to save size with les...
- 11.03.2007, 05:50
- Forum: Off Topic
- Topic: MySQL database structure comparation
- Replies: 5
- Views: 25704
I don't know how far you got in the routines. But just to let you know:
http://www.sqlmanager.net/en/products/mysql/dbcomparer
http://www.sqlmanager.net/en/products/mysql/dbcomparer
- 10.03.2007, 22:11
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Updatable Query
- Replies: 7
- Views: 1743
- 10.03.2007, 18:30
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Updatable Query
- Replies: 7
- Views: 1743
- 09.03.2007, 13:13
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Updatable Query
- Replies: 7
- Views: 1743
Didn't help. The property was true but one of the fields didn't update. The field is retrieved like this: cast(author as char) as author other fields did update. Come to think about it. My question was wrong. After Monitoring the statements with ZMonitor component I noticed that that only field didn...
- 09.03.2007, 06:09
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Updatable Query
- Replies: 7
- Views: 1743
Updatable Query
I know that joins in a select makes a query not-Updatable. Does ZEOS knows that and how could I check if it is updatable or not?
- 26.02.2007, 15:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZConnection Version Property change
- Replies: 3
- Views: 952
- 26.02.2007, 11:35
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZConnection Version Property change
- Replies: 3
- Views: 952
ZConnection Version Property change
Shouldn't the ZConnection version property be changed to reflect the current version no.
Thanks
Thanks
- 25.02.2007, 14:12
- Forum: MySQL
- Topic: Select returns: Query OK, -1 rows affected
- Replies: 2
- Views: 3664
- 25.02.2007, 13:00
- Forum: MySQL
- Topic: Select returns: Query OK, -1 rows affected
- Replies: 2
- Views: 3664
Select returns: Query OK, -1 rows affected
I have a select statement with a function call in MySQL 5.0. It doesn't return any data with Query OK, -1 rows affected as a result, but I remove the function it returns the data I asked for. The result without using the function get 65000 records. What could be the problem? The function is listed i...