HI.

my problem is that I am trying to put a commavalue into a database, useing an insert statement.

the sqlcommand goes kinda like this:

insert into tbl1 (value1, value2) values (" & DTMain.CellSet(Row, 5).Value & ",'" & DTMain.CellSet(Row, 6).Value & "')"




the float value(number)
the string value


please help me.

best regards snorri