ing. fabio freddi wrote:
I have this type of problem.I don't know much about ADO, but it would be easiest if you could use some kind of prepared statement. You create it by putting question marks where the actual values should appear [INSERT INTO sometable values (?, ?, ?)], then you execute it with a vector containing the actual values. The advantage is that no string conversion is actually necessary, you just pass numers to the methods.
Italian linguage use comma for decimal (100,22).
With Sap DB standard installation number are stored in database with point (100.22)
If that doesn't work, there could be a function in VBScript that allows you to format a number with points. Then you could call that function instead of using the default Number => String conversion
Daniel Dittmar
--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
