[V4RB] VDouble precision and scale

Ivan Smahin ivan_smahin at paradigmasoft.com
Sat Nov 24 01:57:53 CST 2007


Hello Stan,

Friday, November 23, 2007, 11:04:09 PM, you wrote:

> Hi,

> Ok, I have to use VField.GetString() but how do I set a given Double  
> (or all of them) in my DB? You told me it is an SQL command but which
> command is it?

-- Precision:  5
-- Scale:      3
CREATE TABLE t1 ( f1 float(5,3) );

-- Precision:  5
-- Scale:      2
ALTER TABLE t1 Modify f1 float(5,2)


-- 
Best regards,
Ivan Smahin 
Senior Software Engineer
Paradigma Software, Inc
Valentina - The Ultra-Fast Database
http://www.valentina-db.com



More information about the Valentina mailing list