G
Guest
hi
SQL queries does not recognize *$()!.,?/\[]{};:'"&^+=<>|.
if I have a variable alike this:
Date = "Thursday, March 01, 2007 - 9:53 PM";
how can I inset in my database?
strCommand = "INSERT INTO Profiles (Date) " +
"VALUES ('" + Date + "')";
..............................................
thisCommand.ExecuteNonQuery();
Thank you;
Monica.
SQL queries does not recognize *$()!.,?/\[]{};:'"&^+=<>|.
if I have a variable alike this:
Date = "Thursday, March 01, 2007 - 9:53 PM";
how can I inset in my database?
strCommand = "INSERT INTO Profiles (Date) " +
"VALUES ('" + Date + "')";
..............................................
thisCommand.ExecuteNonQuery();
Thank you;
Monica.