What is this topic asking about? SQL server or VB6/
VB.net?
With regards to the choice between VB6/
VB.net: go with
VB.net, hands down. Don't even think about pre-.net
VB. It's a horse-and-buggy to BMW upgrade.
Regarding SQL Server 2k, I'm not sure how to answer that. You haven't posed much else that I could use to give you any insight. If you want to develop games, I'd say that SQL server isn't going to help you much. What are you planning on developing? For a simple response I'd say that if you need to build an application with database support, then MS-SQL2K is certainly a way to go. .net has built in classes in the System.Data.SqlClient namespace that provide very good communications directly with SQL-Server with the need for the OLE or ODBC layer. This makes it faster and more efficient.
Peter
------------------------------------------------------
Work smarter, not harder.