Subject | FBPreparedStatement |
---|---|
Author | llafranc78 |
Post date | 2001-12-21T09:18:36Z |
Hi !!
Just a question: would it be possible to "enhance" the
setString(int,String) method to be used to store numeric values (in
numeric columns, obviously...)? I.e. something like
setString(1,"123.4"), where column 1 is a decimal(10,2) or so. With
the current version I get an Exception ("not a string type").
Ciao and Merry Christmas :))
Luca
Just a question: would it be possible to "enhance" the
setString(int,String) method to be used to store numeric values (in
numeric columns, obviously...)? I.e. something like
setString(1,"123.4"), where column 1 is a decimal(10,2) or so. With
the current version I get an Exception ("not a string type").
Ciao and Merry Christmas :))
Luca