Search found 3 matches

by amzeos
25.01.2007, 21:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error while execute Store Procedure
Replies: 14
Views: 5440

Hi all, in my application the problem in this topic is raised after upgrading from zeos 6.0.5 to 6.6.0-beta. I use D7 and fb2.0. My solution is: procedure TForm1.Button1Click(Sender: TObject); var id: integer; begin ZStoredProc1.CleanupInstance; ZStoredProc1.ParamByName('PAR1').AsString := 'T1'; ZSt...
by amzeos
19.10.2005, 11:54
Forum: 6.1.5
Topic: [FB1.01][Z6.1.5] TZSQLMetadata treat DOUBLE like NUMERIC
Replies: 0
Views: 770

[FB1.01][Z6.1.5] TZSQLMetadata treat DOUBLE like NUMERIC

I'm using NUMERIC(15,4) field to store currency delphi type but when retrive the schema from DB tzsqlmetadata assign to the field the type DOUBLE.

Why this?

I note the same thing with CHAR and VARCHAR.

Thanks a lot
by amzeos
19.10.2005, 11:50
Forum: Firebird
Topic: [FB1.01][Z6.1.5] TZSQLMetadata treat DOUBLE like NUMERIC
Replies: 0
Views: 1415

[FB1.01][Z6.1.5] TZSQLMetadata treat DOUBLE like NUMERIC

I'm using NUMERIC(15,4) field to store currency delphi type but when retrive the schema from DB tzsqlmetadata assign to the field the type DOUBLE.

Why this?

I note the same thing with CHAR and VARCHAR.

Thanks a lot