Search found 2733 matches

by mdaems
08.11.2005, 14:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZEOSDBO - New Application
Replies: 5
Views: 1552

Hi Sandeep, I think this kind of questions has already been answered some times. Unfortunately a lot of these answers has been lost the day the old forum was gone. If I'm not mistaken the 'answer' was that you will have to make the trade off between a very quick 1 database implementation with the na...
by mdaems
08.11.2005, 14:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZDbcMySqlStatement.pas(96): File not found: 'DateUtils.dcu'
Replies: 2
Views: 1138

Hi, As a newbie it's not possible to install the most recent release on D5, because somebody has built in some newer Delphi functions. You can install the release of 14/11/2004 waiting until somebody fixes the D5 compatibility. That version installs without trouble in D5 Enterprise Edition. In the P...
by mdaems
07.11.2005, 12:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 with Delphi 5 professional
Replies: 6
Views: 2521

New 6.5.1 Alpha of 14/11/2004.
http://prdownloads.sourceforge.net/zeos ... p?download

This version did not use these units, I think. Can you check? (At the moment I've no source on my PC)

Tschüs,
Mark
by mdaems
07.11.2005, 11:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 with Delphi 5 professional
Replies: 6
Views: 2521

Hi, I think I have the enterprise edition, so the ADO part is not a problem for me. The DateUtils and other units were not used in that old version. (14/11/2004) If you can fix the ADO part I propose you give the 2004 version a try (see sourceforge). As I said for simple applications it can be suffi...
by mdaems
06.11.2005, 13:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 with Delphi 5 professional
Replies: 6
Views: 2521

I installed the last version released by the old team and that one was working without problems. (no blame to the new team however, they're doing a great job continuing the project) Until now i did not find blocking bugs for the simple applications I've written. I'm also waiting for a newer version ...
by mdaems
03.11.2005, 10:39
Forum: MySQL
Topic: creating users
Replies: 2
Views: 1145

Dear dgbowen,

First thing to do for you is getting your mysql server up and running. Once you have connected to the server using mysql.exe, I think you will be able to connect using zeoslib as well. I think you first need an introduction on Mysql. See mysql doc directory.

Succes,

Mark
by mdaems
03.11.2005, 10:24
Forum: 6.1.5
Topic: No Authentication to MySQL 5
Replies: 5
Views: 2453

Quick solution without tampering with the server:
Rename libmysql.dll from your database distribution to libmysql41.dll. Works fine on Windows. I suppose a similar trick is possible with Linux.

Good Luck,

Mark
by mdaems
27.10.2005, 10:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Installation and Sybase connectivity from Delphi7
Replies: 1
Views: 859

Rizwan, I don't think Sybase stuff can be published in an open source distribution as it has a commercial licence. If you have a Sabase client installed on you computer you should already have the necessary dll's installed. (If not : trying to connect using Zeos will return 'dll not found' or someth...
by mdaems
25.10.2005, 07:55
Forum: MySQL
Topic: Problem with SQL QUERY and timestamp
Replies: 3
Views: 1454

Hi Mil0s,

I would use ZQuery1.Open instead of execsql. As I'm not mistaken, Execsql does not return a result but just executes some statements (eg insert, update, DDL,...).

If somebody knows this is not correct, please, tell us.

Mark
by mdaems
20.10.2005, 07:44
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with NULL params in TZStoredProc - URGENT!
Replies: 5
Views: 1721

Jennecy,

If you think it's a bug : post it to the buglists at sourceforge.
Did you try my suggestion, anyway? Just in case it works...

Greets,

Mark
by mdaems
18.10.2005, 15:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with NULL params in TZStoredProc - URGENT!
Replies: 5
Views: 1721

Hi jennesy, I'm not sure, But are you sure you don't have to do it like this: IF <is it null??> THEN DBFIELD.AsVariant := Null ELSE DBFIELD.AsInteger := Value; [code] I've used this method in one of my programs because otherwise I had the same kind of trouble. Sorry, but I didn't have a way to check...
by mdaems
14.10.2005, 08:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 5 standard
Replies: 7
Views: 1882

Michael, Maybe it's better to leave out the line numbers when formatting the code. So we don't have to strip them if we copy it to a unit. I'lll try to attach a stripped version to this reply. Unfortunately I had to zip this little piece of text because .pas files are not allowed as attachment. It w...
by mdaems
29.09.2005, 08:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo-6.5.1-alpha_cvs doesn't want to compile on Delphi 5
Replies: 2
Views: 1192

Hi,

This problem is the one I mentioned in this topic :
http://seegernet.koolhost.de/zeosforum/ ... c.php?t=88

(No replies yet)

Mark Daems
by mdaems
27.09.2005, 08:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: CVS Downloads
Replies: 9
Views: 2987

Hi, Does somebody from the development team still use Dephi5? I tried to install the CVS release of 26/9/2005 and the error mentioned above is fixed indeed. Next unit is called Dateutils. Same problem. Somebody decided to use decodeDateTime (I suppose to replace DecodeDate + DecodeTime) and once aga...
by mdaems
23.09.2005, 14:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: CVS Downloads
Replies: 9
Views: 2987

Thx Michael,

That's what we were all waiting for. Unfortunately it does not solve my problem with the StrUtils unit that is not known by Delphi5. Why are the used functions not necessary for the other ZDbc*****ResultSet units?