Search found 81 matches

by mparak
09.03.2007, 20:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus crashes when I set Connection1.connected:=true
Replies: 0
Views: 757

Lazarus crashes when I set Connection1.connected:=true

Dear Friends, I have worked with Delphi and Zeos for a while now, and recently made the move to get started with Lazarus and Zeos. After downloading the latest of both I went through a smooth and uneventful installation. When playing with my test project I find that when I try to connect to a databa...
by mparak
09.02.2007, 15:11
Forum: MySQL
Topic: BEWARE - MySQL Free, but not as in "Free Beer"
Replies: 3
Views: 2045

I agree with you in that we did not read the MySQL documents well enough, and are paying the price. follow the link I provided though and you will see that the case is far from Cut and dried as you imply. http://www.bitboost.com/people/free-software-open-source-licensing/mysql-license/ Regards M
by mparak
09.02.2007, 14:00
Forum: MySQL
Topic: BEWARE - MySQL Free, but not as in "Free Beer"
Replies: 3
Views: 2045

BEWARE - MySQL Free, but not as in "Free Beer"

Dear Friends, We were recently contacted by MySQL (Yes they emailed, then phoned us in South Africa - All the way from the UK) A really rude wake up call. They tracked me down using the MySQL forum membership. Is nothing sacred? It seems that the worlds most popular OPen Source Free Database is not ...
by mparak
14.10.2006, 22:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL Format() results as currency, yields strange results,
Replies: 1
Views: 2036

MySQL Format() results as currency, yields strange results,

Dear Friends, I often need to display a MySQL calculated field in a DbGrid and find that if I use the Format(calculated_field, decimal_places) thingy I get the results as a string and often the thousand separator of comma causes the thousands to be lost. I solve this by implicitly setting the displa...
by mparak
31.08.2006, 22:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: "select * from abc into outfile" local file (not
Replies: 4
Views: 6211

Dear Mark, I too found the same bad news on the MySQL forums, just this minute. Thanks anyway. The option of iterating through the records is not available as the data I am moving is huge. MySQLDump works fine, but hangs the server if dumping large tables that are being edited, as it places a lock o...
by mparak
31.08.2006, 22:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: "select * from abc into outfile" local file (not
Replies: 4
Views: 6211

"select * from abc into outfile" local file (not

Dear Friends I am using MySQL and am able to issue the following: select * from `setup_new` into outfile "c:\_setup.txt" The server is remote and the text file is on the server (somewhere). How do I type the path so that the resulting file is on my PC, not on the remote server? If I use my...
by mparak
03.08.2006, 21:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Table.Delete , Table.Edit / Table.Post
Replies: 2
Views: 917

Table.Delete , Table.Edit / Table.Post

Dear Friends. I recently found that when doing a tZTable.Edit if the table had no unique fields the wrong records were updated. If appears that the table.edit, is meant to edit the current record issues the SQL updat table where fields = values command and therein lies th eproblem. If the table has ...
by mparak
22.07.2006, 21:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Help with the Update command
Replies: 2
Views: 617

I have been able to do a multi table update, in MySQL, but the syntax is clearly different for Firebird.
Therein lies the problem.
by mparak
22.07.2006, 16:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Help with the Update command
Replies: 2
Views: 617

Help with the Update command

Dear Friends I am trying to update a value in one table with a value form a different table. The update command seems to be the logical way. Can somebody help me with the SQL command that would update a single field from one table to another. Update Table1, Table2 set table1.EndValue=Table2.somefiel...
by mparak
15.07.2006, 22:41
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Client Server - Myths and definitions
Replies: 2
Views: 3584

I obviously read him wrong.
My Bad
by mparak
13.07.2006, 16:04
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Client Server - Myths and definitions
Replies: 2
Views: 3584

Client Server - Myths and definitions

Hi folks, I was reading up on Michael Seeger's (ZeosLib QA- and Documentation Team) explaination on the use of TZtable component and I quote:... -------------------------------------------------------------------------------- TZTable TZTable acts like BDE's TTable. As a principle you only should use...
by mparak
10.04.2006, 20:10
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Installing Zeos in Lazarus
Replies: 3
Views: 6272

Installing Zeos in Lazarus

Dear Friends, It seems from what I read on this and other Forums that Zeos can be made to install and work on Lazarus. What is clear is that one needs to do all sorts of magical stuff and say the secret word before it all "happens". Does any kind soul have a record of the installation proc...
by mparak
09.04.2006, 19:26
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Where can I get detailed instructions on Zeos components?
Replies: 8
Views: 6018

Dear Friends,

I subsequently downloaded ZeosLibDBO.chm and found that many of my questions have already been answered here.

many thanks

Mo
www.cad.co.za
by mparak
09.04.2006, 19:08
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Where can I get detailed instructions on Zeos components?
Replies: 8
Views: 6018

Where can I get detailed instructions on Zeos components?

Dear Friends I have used the basic Zeos components (TZConnection, TzQuery, TzTable etc..) but have recently needed to raise my game to the next level. The (ZSQLProcessor, ZSQLMonitor, ZUpdateSQL, ZStoredProcedure) components clearly came to mind and it was apparent that there does not exist any defi...
by mparak
09.04.2006, 17:56
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Stupid Question - Raising errors from Delphi 5.0
Replies: 3
Views: 3492

Hi mdeams, In answer to your question, I need help at run time, not in debug mode. I get the impression from your reply that the ZsqlMonitor is the answer, but have no clue how this component works. I will scratch around and see if I can figure out how to use this. Will let you know in this thread h...