Hi! I need help with importing my database from SQL 2003 to VB.NET 2003. Currently I am unable to connect to my database. Urgent help needed. Greatly appreciated. Thanks!
There are quiet a few examples like this. I posted one ages ago;
http://www.kdkeys.net/forums/post/3128.aspx
I only code in VB.NET for a hobby (sad, I know...) so there might be better ways doing doing this than I have used. My source codepopulates a UI Windows form with the available sql server databases, then tables, then columns, andcan allows you to get a sample of rows or submit an sql query and return the result in a datagrid.
Fairly basic stuffonceyou get used to it, and thisshould help you get started.
There are quiet a few examples like this. I posted one ages ago;
http://www.kdkeys.net/forums/post/3128.aspx
I only code in VB.NET for a hobby (sad, I know...) so there might be better ways doing doing this than I have used. My source codepopulates a UI Windows form with the available sql server databases, then tables, then columns, andcan allows you to get a sample of rows or submit an sql query and return the result in a datagrid.
Fairly basic stuffonceyou get used to it, and thisshould help you get started.
Cheers
Tim