my command is like
insert into stock (stockcode, stockname, isactive, cost, external) values ('abc','def','0', '0','0')
the field "isactive" and "external" are both bool type. when i take out "external" the query works just fine.
is there a limitation in the oledbcommand that the last column in the insert query can not be of type bool?
please help!
Achievement provides the ultimate pleasure in life