Dumitru
Fri Mar 11 03:13:05 CST 2005
You are lucky :). Because Microsoft used Sybase database sources as a start
when they started coding Microsoft Sql Server, these two databases are very
close relatives. There are differences, but fewer than between any two
databases.
You will have problems in migrating related to:
- changing the code to work with a Sybase .NET provider (a better solution
than .NET provider for ODBC). How much you will have to change, it depends
on your code. If you used interfaces and factories, like me, it would be a
very easy task.
- changing the T-SQL code when it differ of Sybase T-SQL behavior. They
aren't so many differences. If you search with google, I'm sure you will
find a lot of links about T-SQL differences.
- any other quirks related to database schema, data types differences.
I hope I didn't forget anything :)
Dumitru
"iva lopes via .NET 247" <anonymous@dotnet247.com> wrote in message
news:OZqg#$gJFHA.2728@TK2MSFTNGP09.phx.gbl...
> Hi there, i have to move a bunch of SQLServer DBs onto SYbase. My VB.NEt
code uses all the functions in System.Data.SqlClient... do i need to change
all my code now for sybase? And do I have to use ODBC? My expeerience here
is limited!
>
> thanx
> iva
>
> -----------------------
> Posted by a user from .NET 247 (
http://www.dotnet247.com/)
>
> <Id>yhOJtDrRzECG6dxKq4vRlQ==</Id>