Search found 91 matches

by pol
23.07.2007, 08:47
Forum: MySQL
Topic: Problem With Date Format in MySQL 4.0.x?
Replies: 3
Views: 1800

Why don't you use FormatDateTime('yyyy-MM-dd', datetimepicker1.date)? Then you can convert the date to any format you want.

Regards,
Rüdiger
by pol
04.07.2007, 11:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How can I implement "ALLOW STREAMD CONNECTION" on
Replies: 4
Views: 899

Claro que funciona. Faço sempre assim...
by pol
02.07.2007, 13:30
Forum: SQLite Administrator
Topic: Timestamp import
Replies: 4
Views: 3023

Hi,

How did you export the data? The date format looks quite weird. And 12/30/1899 looks quite like zero.

Regards,
Rüdiger
by pol
24.05.2007, 09:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Multiple transaction
Replies: 2
Views: 835

Hi Marco,

Multiple connection components should do it. There is no more transaction component, since Zeos 6.

Regards,
Rüdiger
by pol
25.04.2007, 13:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Trouble while installing ZEOSDBO 6.6.1 beta on Delphi 2007
Replies: 18
Views: 4692

Hi Frank,

Ah, you didn't mention that you had installed Delphi 2006, you wrote it was a fresh install. And no way to have different search paths for the two versions?

Rüdiger
by pol
13.04.2007, 08:15
Forum: SQLite
Topic: Simple query
Replies: 3
Views: 1823

OK Ben that is true. But there have been many people who where confused with open/close and execute. So as a rule of thumb I say: when the query retorns rows: open/close, when not: execute.

Rüdiger
by pol
12.04.2007, 10:36
Forum: SQLite
Topic: Simple query
Replies: 3
Views: 1823

What is not easy here?
But what is qRwGeneral? Shouldn#t it be ZREadOnlyQuery1?
And with queries returning rows it is better to use Query.Close and Query.Open.
by pol
03.04.2007, 10:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Trouble while installing ZEOSDBO 6.6.1 beta on Delphi 2007
Replies: 18
Views: 4692

Hi John,

But they should at least appear in the Components... window in the Components/Install Packages menu (sorry, didn't see ZeosTrouble.jpg before). What about unchecking Zeos, closing Delphi and installing again? I know, an old trick...

Regards,
Rüdiger
by pol
30.03.2007, 09:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Trouble while installing ZEOSDBO 6.6.1 beta on Delphi 2007
Replies: 18
Views: 4692

Hm, that's strange. In Delphi, when you go to Components > Install Packages, is Zeos Database Components checked? And when you highlight Zeos and click Components..., are they appearing? And path settings: normally there has nothing to be done. By default, ${Delphi}\Projects\bpl is already there. Yo...
by pol
29.03.2007, 12:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Trouble while installing ZEOSDBO 6.6.1 beta on Delphi 2007
Replies: 18
Views: 4692

Hi,

This issue has been mentioned here before. If I remember well it had something to do with older versions being in the path. Is this a fresh install?
Maybe you can do a search here in the forum.

hth
Rüdiger
by pol
28.03.2007, 09:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: D7 / D2006
Replies: 2
Views: 766

Hi!

As far as I can see, in the second case you tried to assign a datasource before you put it on the form - of course nothing to choose. After you deleted the ZQuery and put it on again - then the datasource was already there...

Regards,
Rüdiger
by pol
27.03.2007, 08:42
Forum: SQLite Administrator
Topic: Possible bug with Query with Result
Replies: 4
Views: 3019

But does it really make sense to fetch all records of such a big table? Why don't you narrow down the result set to the records you really need? Just a question...
by pol
25.01.2007, 10:01
Forum: 6.1.5
Topic: Zeos 6.15 and Oracle 9.2?
Replies: 14
Views: 6212

It seems so. I use 'oracle' for 10g, no problems. What happens when you use 'oracle-9i'? Or does it not yet exist in 6.1.5? Maybe you should try to a newer version. I use 6.5.1 as of 13/10/2005. If not, there seems to be no other way tan to dive into the code and look for the real origin of the erro...
by pol
23.01.2007, 09:15
Forum: 6.1.5
Topic: Zeos 6.15 and Oracle 9.2?
Replies: 14
Views: 6212

There must be a "not found" message in the Filemon log when the "driver not found" message appears. Have you applied a filter to Filemon? Otherwise it is hard to find the right lines, as there appears so much. I have used Zeos 6.15 wit Oracle 8.1.7 and 10.2, am now using 6.5.1 an...
by pol
17.01.2007, 10:56
Forum: 6.1.5
Topic: Zeos 6.15 and Oracle 9.2?
Replies: 14
Views: 6212

Hi, Normally, when you install the Oracle client, the installer creates a path entry %ORACLE_HOME%\bin, for example c:\oracle\bin, as the first element in the Path variable. So this should not be the problem. You could use Sysinternal's Filemon to find out what your program is looking for. Regards, ...