I am going to start working on a new Project using VB.net and SQLServer 2005. The requirement would be for the user to be able to access the Sql Server from any location and using the frontend (written in vb.net) for accessing the data. Could you please guide me which SQL Server version should be used and any material on Sql Server and VB.net (any example projects) I can go through to implement this.
Thanks
Anita
Jan MontanoPosted Jul 30, 2007, 5:53 AM
You could use sql 2000 or sql 2005 version. Here's a compilation of vb.net codes from msdn site. sample codes
for sql specific vb.net codes, try this vb.net with sql