Search found 81 matches

by mparak
22.12.2011, 06:18
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10581

Hi Guys,
Earlier on Bernard sent this link.

http://www.delphipraxis.net/164241-de ... ion.html

Follow it to the German site, Use Google translate and log in. Get the PDF and it will explain everything.
Its all good and it works.
M
by mparak
10.12.2011, 09:49
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10581

You are a star! Thanks.
I downloaded the pdf and will give it a try today.
by mparak
09.12.2011, 19:57
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10581

I have been following this thread and hoped that at the end there would some guidlines on how to actually go about installing Zeos on XE2.
by mparak
15.06.2011, 09:51
Forum: 6.6 - stable
Topic: Maximum number of fields (columns)
Replies: 2
Views: 493

I have included a procedure that will prove my point. If you try to open more than 255 fields it gives the error I mentioned. If column count is below then all is well. procedure TForm1.Prove_Max_columns_are_restricted; var mSQL:Tzquery; i:Integer; Number_Columns:String; begin try try Number_Columns...
by mparak
15.06.2011, 08:58
Forum: 6.6 - stable
Topic: Maximum number of fields (columns)
Replies: 2
Views: 493

Maximum number of fields (columns)

Hi guys, I recently got a "Range Check error" when executing a simple "select * from tablename" and discovered that it was related to the number of columns in the resultset. It had nothing to do with the number of rows as I tried a table that had one row only. The minute I reduce...
by mparak
20.05.2011, 13:55
Forum: MySQL
Topic: Compress Data between client and server?
Replies: 6
Views: 1453

Hi mDeams, I set the connection property to compressed, using all the various methods, and did not notice any change at all. My next option is to write a sever application which listens to the remote requests using sockets. Maybe I can compress the traffic between them myself. It would have been nic...
by mparak
17.04.2011, 18:00
Forum: MySQL
Topic: Compress Data between client and server?
Replies: 6
Views: 1453

I think maybe I did not explain myself. Let me first comment on the mysqlimport matter. I have successfully used this utility to load data to a Mysql server. With compression. What I am trying to do is enable compression between the Tconnection and the Mysql server to reduce the traffic when a TzQue...
by mparak
15.04.2011, 13:20
Forum: MySQL
Topic: Compress Data between client and server?
Replies: 6
Views: 1453

Compress Data between client and server?

Hi Friends, If I select to text file, zip the file, copy the file over the wire, unzip and restore the records to a temp file, it is often much faster than a straight select. I am told that if there is a way of compressing the data that I send over the wire, at the level of the connection I could ge...
by mparak
22.08.2010, 03:08
Forum: MySQL
Topic: Error when close application
Replies: 1
Views: 562

Error on Exit

Hi
In the form's on close or close event try to :
If Zconnection1.connected then Zconnection1.disconnect;
This should close the open connection before the form is destroyed.
Regards
M
by mparak
05.07.2010, 20:39
Forum: 5.x Versions
Topic: MySQL - multi-statement query
Replies: 1
Views: 2720

Dear Man Supporter,

Use the ZSQLProcessor component instead and load the sql strings into the ZSQLProcessor.script
Make sure that every separate command ends with a ;
then ZSQLProcessor.Execute;

regards
M
by mparak
07.05.2010, 13:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 - Compile, Install - Compiling Error
Replies: 1
Views: 635

I tried installing Zeos on Delphi 2010 a few months ago and found that the distribution and installation was not yet clean and tidy. In my case I rolled back to my previous version and decided to wait for a cleaner installation for Delphi 2010.
by mparak
19.03.2010, 10:56
Forum: MySQL
Topic: Getting last response messages and error codes from MySQL
Replies: 3
Views: 695

Getting last response messages and error codes from MySQL

Dear Mdeams, I have used the RowsAffected and "show errors" for a while now and while one gives me the number of insertions/edits/deletions , the other gives me the last error. Between the two of them I am able to get most of my work done. There are instances where I create multi-line sql ...
by mparak
12.03.2010, 21:08
Forum: MySQL
Topic: Getting last response messages and error codes from MySQL
Replies: 3
Views: 695

Often use the functions
show errors;
show messages;
but was hoping for a more elegant solution.
by mparak
12.03.2010, 08:09
Forum: MySQL
Topic: Getting last response messages and error codes from MySQL
Replies: 3
Views: 695

Getting last response messages and error codes from MySQL

Dear Friends. I often send a series of queries, and one often depends on another. While I am able to get the rows updated, I often need to know more about the success or failure of the last query, and would love to know how. What I need to know is:. 1. Was the last query successful?. If not what was...
by mparak
03.11.2009, 18:20
Forum: MySQL
Topic: Looking for a good BI product to report on MySQL Data.
Replies: 3
Views: 746

DevExpress DBPivotGrid.
Check it out.
All the glitz, really expensive, but worth every cent.