Hi there,
You're never executing your SQL command or deal with the results. All you do is declare the command, but the SQL statement will never be fired against the database.
Take a look at this tutorial to see how to execute the command, and deal with its return value:
http://www.csharp-station.com/Tutori...otNet/lesson03
Cheers.
Imar