oledbparameter Questions
3
Solved
Would you please kindly check the following code for errors that give me a 'Data type mismatch in criteria expression' exception? I just can't seem to find the source of the problem...
*record.D...
Udale asked 9/9, 2014 at 18:30
2
Solved
I have an SQL statement that I'm executing through OleDb, the statement is something like this:
INSERT INTO mytable (name, dept) VALUES (@name, @dept);
I'm adding parameters to the OleDbCommand ...
Garlicky asked 9/3, 2010 at 8:55
1
© 2022 - 2024 — McMap. All rights reserved.