[RESOLVED] insert command
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 this
VB Code:
insert into table (field1) values (?)
cecmd.sqlparamets.add("field1", value1)
can i get a little help?
Re: [RESOLVED] insert command
getDate() does the same, its sql servers in built function of getting the date & time from the device