Search found 184 matches

by Michael
21.11.2005, 13:20
Forum: MySQL
Topic: [PHP] 2 different tables
Replies: 8
Views: 2779

Hi Wayne, found this iteration-sample on a german php-site: [syntax="php"]<?php error_reporting(E_ALL); @mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASS) OR die(mysql_error()); mysql_select_db(MYSQL_DATABASE) OR die(mysql_error()); $sql = "SELECT Title, xDate FROM News ORDER BY xDate...
by Michael
21.11.2005, 11:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error Database Connection component is not assigned
Replies: 6
Views: 1887

Hi Edmilson, Very obliged, now it gave certain seeing its small code I discovered what it was making of missed :D So, this means that your problem is solved! Am I right? Don't be angry but I have little problems to understand your english... :oops: Regrads! P.S.: Looking forward towards the future o...
by Michael
21.11.2005, 07:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error Database Connection component is not assigned
Replies: 6
Views: 1887

Hi orlando, don't be angry, but highlighted your code to make it better to look at ;-). Please take a short look at the added code. Hope this will be helpful ... Btw: Scribes seems to be a pretty cool piece of work :up:. Never heard of it, before. I'm alwas looking for free software solutions :c8l: ...
by Michael
20.11.2005, 18:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error Database Connection component is not assigned
Replies: 6
Views: 1887

Hi orlando,

:shock:

could you please be so kind and add the code of your app? This will make everything clearer. Because I have an idea what it could be don't know exactly if I'm right ...

Regards!
by Michael
20.11.2005, 18:22
Forum: 6.1.5
Topic: Delphi 7 Personal Edition?
Replies: 1
Views: 1284

Hi nuthling,

please take a look at this topic: Delphi 2005 personal. Hope it will help...

Regards!
by Michael
19.11.2005, 18:11
Forum: MySQL
Topic: [PHP] 2 different tables
Replies: 8
Views: 2779

Hi, again! Your idea is not that wrong but you have to consider that the result set you arte retrieving with [syntax="sql"]SELECT TeamName FROM telford_teams WHERE Division='1'[/syntax] contains multiple rows (names of the teams). So if you want to put all the teams into a new table, you h...
by Michael
19.11.2005, 14:50
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Known limitations...
Replies: 2
Views: 957

Hi.

My suggestion is to use a "text" field. This will (afaik) be handled as an ascii-stream (BLOB) and you won't have no problems with the size of the text anymore.

Regards.

P.S.: Also a warm :welcome1: to you !!!
by Michael
19.11.2005, 14:46
Forum: MySQL
Topic: [PHP] 2 different tables
Replies: 8
Views: 2779

Hi wayneglossop,

first of all: :welcome: to our forum.

And now: Could you (please) add some text to your posting? What is your problem? Please consider: We are no PHP professionals but trying to help you...

:thx: a lot!
by Michael
19.11.2005, 13:20
Forum: 6.1.5
Topic: Firebird 2.0
Replies: 1
Views: 945

Hi, ZeosDBO's "firebird-1.5" protocol is compatible with Firebird 2.0. fortunately there are no changes made in the API of Firebird 2.0 that will touch ZeosDBO's functionality. So it will certainly run on 6.1.5 using the 1.5 protocol. :c8l:. So, you may give it a try :up:! Btw: Firebird 2....
by Michael
18.11.2005, 06:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Access Violation libpq8x.dll
Replies: 13
Views: 3626

btw:

using the libpq.dll delivered with the 8.1 version of PostgreSQL works perfectly in my environment if you rename it to libpq8x.dll.

... working on a solution to get rid of this renaming-thing and make it more transparent for the users ... 8)

M.
by Michael
18.11.2005, 06:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZIBEventAlerter
Replies: 1
Views: 813

Hi markd_mms, you can download a Version that is prepared for the Integration into ZeosLib 6.1.5 (+ patches) from here: TZIBEventAlerter for ZeosLib 6.1.5 (+ patches) The original version written by our member "xStarter" can be downloaded from this place: http://sourceforge.net/tracker/ind...
by Michael
17.11.2005, 09:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: PG8 Blob problem
Replies: 5
Views: 1639

FYI:

Some more changes have been made. They have to be tested and then committed to CVS. After that a new CVS-Build will be released, soon.

Please be patient and stick to us ...
by Michael
17.11.2005, 09:55
Forum: Off Topic
Topic: Delphi 2005 Personal
Replies: 6
Views: 3659

Hi there! It is possible to run ZeosDBOs on a Delphi (whatever) "personal" edition. But you don't have the comfort of the components you are limited to ZDBC-functionality level which is like JDBC 8). O.K.: You will have a little bit more to code to display your result sets and edit the dat...
by Michael
09.11.2005, 20:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Developer mailing list
Replies: 4
Views: 1150

Hi IgD, hi zippo! I'm one of the ZeosLib developers (to be more precise: the deputy project manager of ZeosLib with developer skills). At the moment we have problems to (re)activate all the developers that are in our SourceForge memberlist. But there are also activities to find new members who are w...
by Michael
09.11.2005, 18:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error while execute Store Procedure
Replies: 14
Views: 5453

Hi knancys, what database are you using? If it is Firebird, then I would suggest to read the "TZStoredProc"-Section of the article "The ZeosLib DBOs 6.1.5 - With Delphi 7 and Firebird 1.5" maybe this could give you a hint to solve the problem. The idea is to call the StoredProc w...