Search found 8 matches

by andy
18.01.2008, 12:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: float roundto error numeric field
Replies: 3
Views: 1054

A type of (18,4) should be treated internally as Currency.
To avoid rounding problems.

But I don't know how to do it in Zeos.
by andy
03.01.2008, 10:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How to prepare a ZQuery?
Replies: 6
Views: 2627

But parsing on the client side is not preparing on the server side. When you send the sql to the database, like firebird, the statement will be prepared there (for example finding the optimal indexes to use, reserving memory and so on). And this process can cost a lot of time compared to fetching ro...
by andy
11.09.2007, 11:50
Forum: Firebird
Topic: FB embedded application on CD
Replies: 3
Views: 1697

The actual homepage for IBOConsole is
http://www.mengoni.it/Software/
by andy
10.08.2007, 10:26
Forum: Firebird
Topic: Result set returns only one record
Replies: 4
Views: 2299

Use a normal Query (TZQuery).
This is a selectable Stored Procedure.
by andy
10.08.2007, 10:25
Forum: Firebird
Topic: is this bug or i missing something ?
Replies: 7
Views: 2669

Show us the full SQL statement, that raises the error.
by andy
30.05.2007, 10:16
Forum: Firebird
Topic: Problem with insert
Replies: 14
Views: 4898

TField.Clear; // sets the Field to null
by andy
07.03.2007, 11:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DataType ftTime limited to 24 hours
Replies: 2
Views: 834

A TTime is only from 00:00:00 to 23:59:59.
If I have to sum times I use a TDateTime and format the output only as hours. So the internal TDateTime Value of 1.5 will result in 36:00 hours.
by andy
21.12.2006, 14:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird: SInvalidInputParameterCount - Exception
Replies: 0
Views: 502

Firebird: SInvalidInputParameterCount - Exception

Firebird Connection.
I get a SInvalidInputParameterCount-Exception in an Insert Statement with 2 Parameters (the InParamCount is 1).
Any hints why I get it?

Andreas