User Profile
Collapse
-
Thank you. Your answers helped and i`ve figuered it out eventualy. -
SQL concatenating in C#
Hello,
I have a table in a data base named Table (access data base), with the following fields:
Name - string
TheaterNr - number
Day - date/time
and i`m trying to store in an OleDbCommand X.Command an sql statement:
X.Command = "SELECT Name, TheaterNr, Day FROM Table WHERE Name = <name of a variable that stores a string> AND TheaterNr = <name of a variable that stores a number> AND...
No activity results to display
Show More
Leave a comment: