MS SQL 6.5 / 7.0 / 2K 
Author Message
 MS SQL 6.5 / 7.0 / 2K

Hi all.

If I write and test a program with MS SQL Server 7.0 how much must I then
change to use MS SQL 6.5 or 2K ?

Is it enough to change the connection string?

Regards,
 Morten M?ller



Mon, 26 Jul 2004 06:45:40 GMT  
 MS SQL 6.5 / 7.0 / 2K
hi,

It depends on how you designed your application. If all
your SQL statements are placed inside stored procedures,
then probably you will not need to change anything in your
code except connection string. All you need to change is
SP on SQL server. If you build connection string
dynamically, then you even do not need to recompile your
application. If you are using SQL statements inside your
code, then probably you will need to change some SQL
statements, depending on syntax you are using. SQL code,
written in SQL 7.0 is fully compatible with SQL 2000, you
do not have to change it. Problem could be with 6.5.
probably you will need to rewrite some SQL statements

Val

Quote:
>-----Original Message-----
>Hi all.

>If I write and test a program with MS SQL Server 7.0 how
much must I then
>change to use MS SQL 6.5 or 2K ?

>Is it enough to change the connection string?

>Regards,
> Morten M?ller

>.



Tue, 27 Jul 2004 00:39:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. RDO error when upgrading from SQL 6.5 to SQL 7.0

2. Upsizing SQL 6.5 to SQL 7.0

3. New Transact-SQL Debugger for Microsoft SQL Server 6.5/7.0

4. USing ASP migrating from SQL 6.5 to SQL 7.0

5. Migrating from SQL 6.5 to SQL 7.0

6. SQL Debugger for Microsoft SQL Server 7.0 and 6.5

7. Differences between SQL 6.5 & 7.0 with ADO

8. Differences between SQL 6.5 & 7.0 with ADO

9. Connecting to SQL Server 6.5 and 7.0

10. VB5: Updating recordset on MS SQL-Server 6.5

11. ERROR 40002 to MS SQL 6.5 VIA ODBC

12. Problems with VB4.0 and MS SQL Server 6.5

 

 
Powered by phpBB® Forum Software