VB .net

  • Thread starter Thread starter Paul Ilacqua
  • Start date Start date
P

Paul Ilacqua

What version of VB .NET do you need to Access a SQL Server database. I
bought VB.Net standard and now it tells me you cannot Access SQL Server.
What's going on?

Paul
 
Paul Ilacqua said:
What version of VB .NET do you need to Access a SQL Server database. I
bought VB.Net standard and now it tells me you cannot Access SQL Server.
What's going on?

You certainly *can* access SQL Server - but you may not get the wizards
which make things easier. There's nothing to stop you from writing the
code directly though (things like connection strings, parameters etc
are what get automatically created normally).
 
Jon ,
Thanks .. I got a little nervous after sheeling out 100 bucks and going
through a 2 hour installation. I'm a long time VB 4,5,&6, this looks like a
pretty stiff learning curve. It will propbably be 5 years before my company
takes the jump to Dot.NET but I need to be ready. Thanks again.
Paul
 
Jon ,
Thanks .. I got a little nervous after sheeling out 100 bucks and going
through a 2 hour installation.

painfull isnt it

what i done to speed it up a bit was follow the instructions in the readme
to allow you to do setup over a network.

you just create a few folders copy the cd's into the correct folders edit
setup.ini and your away laughing.

all you need to do is spend 2 minutes selecting install location &
components (there will be a way to avoid this part) and click install.

when i followed that procedure i shaved quite a bit of time off the install
- still too long in my ohh so humble opinion.

i wonder what would happen if some highly paid developers (not me i am just
a student) sent microsoft a bill for time spent installing the development
enviroment - lol.
 
Jon said:
You certainly *can* access SQL Server - but you may not get the wizards
which make things easier. There's nothing to stop you from writing the
code directly though (things like connection strings, parameters etc
are what get automatically created normally).

The SQLClient that is part of the .NET Framework should allow him to access
SQL server from FORTRAN if he wants...But as you say, it might require
native coding, not *wizard* assists....
 
Steven said:
painfull isnt it
what i done to speed it up a bit was follow the instructions in the readme
to allow you to do setup over a network.

For the various reasons, I had to setup VS.net for a few times on my 'puter.

Practice that works best is:

1.
Copy the CDs to the disk file image (.ISO or .NRG) - I used Nero.

2.
Mount image file as virtual CD drive.

3.
Setup from that.

With this technique I trimmed down installation time to 30%.

LP,
Dejan
 
Back
Top