Search found 26 matches

by waheed
26.04.2008, 08:41
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Fast Report and ZEOS
Replies: 2
Views: 1459

But what if I wanted to create the query inside the report at run time using a report dialog box.
by waheed
23.04.2008, 06:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Fast Report and ZEOS
Replies: 2
Views: 1459

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.
by waheed
19.06.2007, 20:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZConnection User property value
Replies: 2
Views: 934

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.
by waheed
09.04.2007, 17:02
Forum: MySQL
Topic: Storing files in Blob Field
Replies: 4
Views: 2251

The max_allowed_packet can be any number. But it needs a server restart to be effective.

As for changing your components to handle large packets, I don't know if it would worth the effort, but it would be better.

Thanks
by waheed
09.04.2007, 13:39
Forum: MySQL
Topic: Storing files in Blob Field
Replies: 4
Views: 2251

Solution was simplerer.
MySQL max_allowed_packet variable was set to 1MB. I changed it to 3MB and the problem was solved.

Thanks
by waheed
05.04.2007, 21:52
Forum: MySQL
Topic: Storing files in Blob Field
Replies: 4
Views: 2251

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...
by waheed
11.03.2007, 05:50
Forum: Off Topic
Topic: MySQL database structure comparation
Replies: 5
Views: 25642

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
by waheed
10.03.2007, 22:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Updatable Query
Replies: 7
Views: 1716

I didn't completely understand the last sentence. But I have used on a seperate new application. I used the query with the field as mentioned above "cast(author as char) as author" and the update didn't work. Then I connected the query to UpdateSQL and it worked, as if the changes didn't h...
by waheed
10.03.2007, 18:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Updatable Query
Replies: 7
Views: 1716

Thanks, I used UpdateSQL which is a better programming method (IMHO).
by waheed
09.03.2007, 13:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Updatable Query
Replies: 7
Views: 1716

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...
by waheed
09.03.2007, 06:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Updatable Query
Replies: 7
Views: 1716

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?
by waheed
26.02.2007, 15:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZConnection Version Property change
Replies: 3
Views: 938

I got confused by which folder I should use:
tags\6.6.1-beta\
branches\firmos_branch
branches\releases
branches\testing
trunk

for example RefreshCurrentRow procedure is not in tags\6.6.1-beta\src\component\ZAbstractDataset.pas file but is in the branches\testing folder.
by waheed
26.02.2007, 11:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZConnection Version Property change
Replies: 3
Views: 938

ZConnection Version Property change

Shouldn't the ZConnection version property be changed to reflect the current version no.
Thanks
by waheed
25.02.2007, 14:12
Forum: MySQL
Topic: Select returns: Query OK, -1 rows affected
Replies: 2
Views: 3603

You're right. Thanks again. Data was wrong.
by waheed
25.02.2007, 13:00
Forum: MySQL
Topic: Select returns: Query OK, -1 rows affected
Replies: 2
Views: 3603

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...