is there something wrong with the insert sql string in sql ce?
i am using "insert into table (field1) values (value1);" and it tells me that that is an unacceptable command in sqlce. what is the other way to do variables?
it looks something like thiscan i get a little help?VB Code:
insert into table (field1) values (?) cecmd.sqlparamets.add("field1", value1)




Reply With Quote