Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Nagappan
Hi, I tried with SqlSharp and connected to Sybase server SQL# \Provider Tds The default Provider is LOADEXTPROVIDER Assembly: Mono.Data.TdsClient, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756 Connection Class: Mono.Data.TdsClient.TdsConnection SQL# \ConnectionString

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Mads Bondo Dydensborg
mandag 11 december 2006 10:17 skrev Nagappan: Hi, I tried with SqlSharp and connected to Sybase server Thanks a lot for your help. Could you perhaps let me know which version the Sybase server was/is? Regards, Mads SQL# \Provider Tds The default Provider is LOADEXTPROVIDER Assembly:

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Nagappan
Hi, I'm having only ASE (Sybase Adaptive Server Enterprise) v12.5. Thanks Nagappan Mads Bondo Dydensborg wrote: mandag 11 december 2006 10:17 skrev Nagappan: Hi, I tried with SqlSharp and connected to Sybase server Thanks a lot for your help. Could you perhaps let me know

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Mads Bondo Dydensborg
mandag 11 december 2006 11:16 skrev Nagappan: Hi, I'm having only ASE (Sybase Adaptive Server Enterprise) v12.5. OK, thanks. As I was trying to indicate in the subject, my issue is with a ASA server. I believe it is still widely used as an embedded database - at least it is for us ;-)

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Daniel Morgan
Ah. I missed that part in your email earlier. Currently, ASA (Sybase SQL Anywhere) does not work. Perhaps it is with unicode or lack of unicode encoding or language or character set. Maybe the TDS protocol is different and something needs to be set. Not sure what TDS protocol version sybase

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-11 Thread Mads Bondo Dydensborg
mandag 11 december 2006 18:48 skrev Daniel Morgan: Ah. I missed that part in your email earlier. No wonder - I am blaming sybase for using acronyms that so much look the same, for two products that are fundamentally quite different. Currently, ASA (Sybase SQL Anywhere) does not work. OK

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-10 Thread Mads Bondo Dydensborg
fredag 08 december 2006 17:44 skrev Daniel Morgan: No one is maintaining the Mono.Data.TdsClient. Mono.Data.SybaseClient might be better. Both of these including System.Data.SqlClient use Mono.Data.Tds which implements the TDS protocol. OK - I will try those instead. What do you mean it

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-10 Thread Mads Bondo Dydensborg
mandag 11 december 2006 07:48 skrev Mads Bondo Dydensborg: fredag 08 december 2006 17:44 skrev Daniel Morgan: No one is maintaining the Mono.Data.TdsClient. Mono.Data.SybaseClient might be better. Both of these including System.Data.SqlClient use Mono.Data.Tds which implements the TDS

[Mono-dev] Connection to a sybase ASA database

2006-12-08 Thread Mads Bondo Dydensborg
(I am reposting this to the dev list, as I can see from google that earlier discussions on Sybase have taken place on the dev list). Hi there I am trying to use the information (example program, mainly) found on http://www.mono-project.com/TDS_Generic to connect to at Linux SyBase SQL

Re: [Mono-dev] Connection to a sybase ASA database

2006-12-08 Thread Daniel Morgan
No one is maintaining the Mono.Data.TdsClient. Mono.Data.SybaseClient might be better. Both of these including System.Data.SqlClient use Mono.Data.Tds which implements the TDS protocol. However, your database is old, so it may not work. Could be something with unicode encoding or language