Top "Oledbparameter" questions

C# Access OleDb Data type mismatch in criteria expression

Would you please kindly check the following code for errors that give me a 'Data type mismatch in criteria expression' …

c# ms-access oledbexception oledbparameter
C# OleDbParameter with Access DateTime query

I have the following query that works from inside Access or from C# as an OleDbCommand: SELECT Table1.ProductType, Sum(…

c# ms-access datetime oledbparameter
OleDbParameters and Parameter Names

I have an SQL statement that I'm executing through OleDb, the statement is something like this: INSERT INTO mytable (name, …

c# .net oledb oledbcommand oledbparameter
pass null parameter to SQL server query

How can I pass a null parameter to a SQL server query. I have a simple table with a nullable …

sql sql-server oledb oledbparameter
Using Parameters with OleDbDataAdapter in C#

I'm using OleDb to populate a DataTable. I'm trying to use a parameterized query, but it doesn't seem to work …

c# oledb oledbparameter