Migrate from .VB to .VS for database?

  • Thread starter Thread starter John Howard
  • Start date Start date
J

John Howard

I have written a VB.Net application using MSAccess, but find MSAccess very
limiting and am considering changing to SQL Server. I understand that SQL
Server is included in VisualStudio. If I make this change, can I purchase
one copy of VisualStudio and one copy of Visual Basic for my other two
programmers and have database facilities for all three of us?

TIA

John
 
Hi,

The only version of SQL Server included with visual studio is the
MSDE. It is a free download. Here is a link to find out more.

http://www.microsoft.com/sql/msde/default.asp

Ken
-----------------
I have written a VB.Net application using MSAccess, but find MSAccess very
limiting and am considering changing to SQL Server. I understand that SQL
Server is included in VisualStudio. If I make this change, can I purchase
one copy of VisualStudio and one copy of Visual Basic for my other two
programmers and have database facilities for all three of us?

TIA

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top