Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server 2000 & SQL Server 2005 Express

Status
Not open for further replies.

gbraden

MIS
Jan 24, 2002
129
US
We are doing some ASPX/NET2 development with an SQL Server 2000 back-end. Our developer is using Visual Basic 6.0 which I understand, installs a copy of Express 2005 server on the PC and uses that to help debug issues with development.

I am told by others, that using VS6 with SQL Server Express 2005 will cause conflicts with some of the coding when we install the web pages with connection to the 2000 SQL Server.

This does not make sense to me, since the back-end is tables and data, and the ASPX pages are forms that both past and retrieve data based on data inputs.

Is there any gotchas that result from developing for SQL 2000 using VS6 and Express 2005?

Thanks in advance.

[noevil]
Glen Braden
 
>>Is there any gotchas that result from developing for SQL 2000 using VS6 and Express 2005?


not that i am aware of. There are certain features that cannot be used in Express 2005 such as attach and detach databases, caching invalidation of DB records etc.

Other than this i dont see much of gotchas there...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top