Joined: Tue Jan 10, 2006 6:50 pm Posts: 3
|
Sergey thanks for your earlier post. I wanted to give a quick update to what I found when trying to use Sybase. My team and I tried to get Nhib and sybase to be friends... We were able to over come several issues with no code changes to Nhib. Most of the changes resided on the XML mapping and defining datatypes. EX. columns defined as VarChars or Char's must be be set to AnsiStrings in the mapping files. Also columns defined as floats must be set to Single in the mapping flies.
From this finding, we were able to get around somewhat nicely. We then ran into a big problem when doing batch Inserts. ASE OLEDB Sybase driver kept bombing when trying to do multple inserts. It was returning rowcount of -1 on the second Insert statement. We linked this error to the database driver. We then connected Sybase about this issue. We then found out that this driver doesn't fully support .Net.
Just wanted to give you heads up on what we found this week. We decided to use MSSQLServer instead of Sybase. I'll keep my ears/eyes open it any changes for Sybase availablity.
Thanks again.
|
|