|
-
Mar 23rd, 2004, 05:26 AM
#1
Thread Starter
New Member
use an sql insert statemant with a comma value
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|