Thursday, July 9, 2009

How to use "insert into" syntax in ms access using oledb in c#????

Try something like this....





string insertStatement = "INSERT INTO Clock "


+ "([Login], [Time], [Status]) "


+ "VALUES (@Login, @Time, @Status)";

orange

No comments:

Post a Comment