Jump to content

Recommended Posts

Posted

Hi all,

 

I'm new to VB.Net coming from VB6

 

I need to create an SQL database and it's tables from with in VB.Net

 

Does anybody have any code for this.

 

Regards

 

Graham

Posted

Thanks for that, I've had a a little read up about Linq and I'm going to get a few books on the subject.

 

I've ordered a few books on ADO.Net and VB.Net 2010 (5 in total) only cost me £15! Used books of course, but when you can get a £50 Book for 1p + p&p off Amazon, well you can't go wrong can you!

 

Thanks again

Graham

Posted
Linq is about a bazillion times easier and quicker to use than ADO in my experience. I switched my cashless catering system from ADO to Linq a couple of years ago. It knocked a huge chunk of code off my project size too. Definitely something to look at.
Posted
If you've used the object builder in Visual Studio (i.e. dragged in a DB from SQL Explorer), and the DB changes structure (*cough*) you'll have to edit the table definitions in the auto-generated code. That's the only catch I've found.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...