Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C# SQL Express
Name: dragonslayer300814 Date: May 5, 2009 at 13:00:09 Pacific OS: Windows XP Subcategory: C/C++
Comment:
Ok, so I have an SQL Express database, and I am using C#. I have successfully connected to the db within my program. I am having issues querying the db with parameters. Such as "SELECT * FROM USERS WHERE USERNAME = " + textBox1.Text, but if I just use SELECT * FROM USERS it works just fine, but I get all the data which I don't want. I get an exception saying invalid column name for whatever text I put in textBox1. I dunno if it's my SQL or what? I'm befuddled, please help. =)
Summary: I would recommend Visual C++ 2005 Express Edition for developing your C++ applications. You could get it at Microsoft's website, and it's free. Visual C++ 2005 Express: http://msdn2.microsoft.com/en-u...
Summary: Hi, I'm an engineering Student. We work with Ms Sql server 2000 in our college labs to get familiar with database queries n so on. I wanted to Learn this at home more practically so i got a copy of ...