User Profile

Collapse

Profile Sidebar

Collapse
Radu
Radu
Last Activity: May 7 '11, 07:08 PM
Joined: Apr 30 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Radu
    replied to SQL concatenating in C#
    Thank you. Your answers helped and i`ve figuered it out eventualy.
    See more | Go to post

    Leave a comment:


  • Radu
    started a topic SQL concatenating in C#

    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...
    See more | Go to post
No activity results to display
Show More
Working...