I have created an SQL server database and saved data using vb.net code.
How can I read that file’s data, the way we do in Access?
Thanks
Furqan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since you are using VB .Net to save data, you can use VB .Net to read that data as well.
This link can give you a brief guideline:
http://www.fryan0911.com/2009/05/vbnet-tutorial-sql-database-basics.html
On the other hand, if you just want to see what data is on your database, or manage your database (tables, relations, procedures….) you can use SQL Server Management Studio (google it, and you will be able to find a lot of material/download links), the express edition is free of charge: