Re: [Mono-dev] Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2007-01-02 Thread Daniel Morgan
FreeTDS Project is here: http://www.freetds.org/ Here is how to get ODBC working with FreeTDS http://www.freetds.org/userguide/odbcinionly.htm Yet, I do not know how well FreeTDS works with Sybase ASA. I do konw it works with ASE. http://www.unixodbc.org/ http://www.iodbc.org/ Sybase ASE (Ada

Re: [Mono-dev] Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2007-01-02 Thread Mads Bondo Dydensborg
fredag 22 december 2006 16:27 skrev Daniel Morgan: > I'm only guessing here. > Thanks for your reply! I have been away, and I will go into this further, but perhaps you could respond to my comments below. > Are you using an ODBC driver for Sybase ASA from > Sybase? Yes. > > Have you tried us

Re: [Mono-dev] Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2006-12-22 Thread Daniel Morgan
I'm only guessing here. Are you using an ODBC driver for Sybase ASA from Sybase? Have you tried using the FreeTDS ODBC driver? What ODBC manager are you using? unixODBC, iODBC? To be honest, I don't think anyone has tested the Mono's Odbc provider with Sybase ASA. If there is not a bug for th

[Mono-dev] Problem with parameters using Odbc/ADO.NET/Sybase 9.0.2 ASA

2006-12-22 Thread Mads Bondo Dydensborg
Hi there I have a program using parameters for inserts using Odbc on a Linux platform against a Sybase ASA 9.0.2 server. I have tried to make a minimal program to illustrate the problem. It looks like the parameters are not substituted? The program below fails with: $ mono --debug MinTestOdbc.