G
Guest
hi,
how can I solve this problem? should I write some code or this is provided
by Microsoft?
string FirstName = "Monica";
string Number = "123456789";
strCommand = "INSERT INTO Profiles (FirstName, LastName) " +
"VALUES (FirstName, Number)";
.............................................
thisCommand.ExecuteNonQuery();
there are some problem in strCommand. please tell me what's the problem.
thank you,
Monica
how can I solve this problem? should I write some code or this is provided
by Microsoft?
string FirstName = "Monica";
string Number = "123456789";
strCommand = "INSERT INTO Profiles (FirstName, LastName) " +
"VALUES (FirstName, Number)";
.............................................
thisCommand.ExecuteNonQuery();
there are some problem in strCommand. please tell me what's the problem.
thank you,
Monica