hi
i have query (DO2) in access that makes a table and inserting any data.
how to run this query in C# code ?
i try this:
SQL = "Select * from DO2";
Cmd = new OleDbCommand(SQL, Conn);
Cmd.ExecuteNonQuery();
Cmd.Dispose();
but i get error