Re: [Mono-list] Odbc connection with unixODBC and Informix IDS

2011-05-18 Thread MartinThole
Here the solution for the Informix ODBC from C-SDK 3.70: Add to the file "odbc.ini" 2 lines: [ODBC] UNICODE=UCS-2 Martin Thole, Aachen -- View this message in context: http://mono.1490590.n4.nabble.com/Odbc-connection-with-unixODBC-and-Informix-IDS-tp3532513p3534905.html Sent from the Mono

[Mono-list] Odbc connection with unixODBC and Informix IDS

2011-05-18 Thread MartinThole
I am trying to open an odbc connection: - with DSN=MySQL: => ok / no errors - with DSN=Informix: => error / no connection ERROR [I000] [unixODBC][ (blank) ] == no error messages :-(( But with the unixODBC tool "isql" a connect to "DSN=Informix" is no problem, only "mono dbtest.exe DSN=Info

Re: [Mono-list] ODBC related error

2009-08-07 Thread Robert Jordan
Bharti Mishra wrote: > > Thanx for your response > > You said, use System.Data instead of Microsoft.Data.Odbc. so I like to ask > you If I use system.data then will it provide databese connection and will > it support odbc in mono. http://www.mono-project.com/ODBC > because when we run our

Re: [Mono-list] ODBC related error

2009-08-06 Thread Bharti Mishra
Robert Jordan wrote: > > Bharti Mishra wrote: >> ** (/usr/lib/mono/2.0/mod-mono-server2.exe:22010): WARNING **: The >> following >> assembly referenced from >> /tmp/wwwrun-temp-aspnet-0/5519dae6/assembly/shadow/0b38ee2b/caf7cdf5_c1cf23de_0001/FNSDatabase.Net.dll >> could not be loaded: >>

Re: [Mono-list] ODBC related error

2009-08-06 Thread Robert Jordan
Bharti Mishra wrote: > ** (/usr/lib/mono/2.0/mod-mono-server2.exe:22010): WARNING **: The following > assembly referenced from > /tmp/wwwrun-temp-aspnet-0/5519dae6/assembly/shadow/0b38ee2b/caf7cdf5_c1cf23de_0001/FNSDatabase.Net.dll > could not be loaded: > Assembly: Microsoft.Data.Odbc

[Mono-list] odbc related query

2009-08-05 Thread Bharti Mishra
hi, my project is using odbc driver. so does mono provide odbc driver bydefault or do we have to install libodbc.so. pls guide me, if any need for having libodbc.so and how to configure it. because I am getting following error in my project: ** (/usr/lib/mono/2.0/mod-mono-server2.exe:22010):

[Mono-list] ODBC related error

2009-08-05 Thread Bharti Mishra
hi, I have one vb.net project, which I am tring to migrate this project onto opensuse11.1 machine through mono2.4.2. when I access my project through browser window , I got following error in mono error log file :- ** (/usr/lib/mono/2.0/mod-mono-server2.exe:22010): WARNING **: The following

[Mono-list] ODBC with mono

2009-03-18 Thread Easy_Rider9999
Hallo! I also tried Oledb, but I couldn't even get a connection. Now I tried with ODBC and after setting up a DSN I finally got a connection to my MDB-Database. But the first query fails ("Select MAX(ID) FROM Table"). I get the following Error messages: at (wrapper managed-to-native) System.Data

[Mono-list] ODBC troubles when upgrading from 1.9.1

2009-03-04 Thread tmbrye
I was hoping someone might be able to help me solve this problem. I have no troubles running the DBTest app when I have mono 1.9.1 installed. However, when I upgrade to 2.2 or even 2.4 the app is no longer able to connect and execute. At first I received an error that looked like a total garbag

Re: [Mono-list] ODBC/UnixODBC

2008-12-20 Thread Petit Eric
My bad, the mdb driver had an incorect setting in UNIXODBC conf, so now it is okay, except i can only use DSN as connection string 2008/12/20 Petit Eric : > Hi > I'm trying a sample to connect to a mdb Access database (read only) > with mdbtool/libodbcmdb. > I see a first error in Mono ODBC managm

[Mono-list] ODBC/UnixODBC

2008-12-20 Thread Petit Eric
Hi I'm trying a sample to connect to a mdb Access database (read only) with mdbtool/libodbcmdb. I see a first error in Mono ODBC managment, in the connection string, the driver is in bracket like that Driver={Microsoft Access Driver (*.mdb)} , but this give an Unhandled Exception: System.Data.Odbc.

Re: [Mono-list] ODBC & Mono 2.0? Mine broke.

2008-11-04 Thread Veerapuram Varadhan
On Mon, 2008-11-03 at 15:50 -0500, Adam Tauno Williams wrote: > > I then installed a clean mono 2.0, and just replaced the System.Data.dll in > > the gac with the System.Data.dll from 1.9.1. > > This resolved most issues, only my original problem with Progress "number of > > open cursors exceeding

Re: [Mono-list] ODBC & Mono 2.0? Mine broke.

2008-11-03 Thread Adam Tauno Williams
> I then installed a clean mono 2.0, and just replaced the System.Data.dll in > the gac with the System.Data.dll from 1.9.1. > This resolved most issues, only my original problem with Progress "number of > open cursors exceeding limit" still remained. I am wondering if that is > connected to some c

Re: [Mono-list] ODBC & Mono 2.0? Mine broke.

2008-10-27 Thread timo_p
Hello Gert, thanks for the link to the tags in svn. I was not sure how to know the tags, but it now makes sense. Yes, I can build from source on Linux. I have built mono 2.0 with a patch to the mono 1.9.1 revision 100770 of mono-2.0/mcs/class/System.Data/System.Data.Odbc, but it did not help. I t

Re: [Mono-list] ODBC & Mono 2.0? Mine broke.

2008-10-23 Thread Gert Driesen
Mono-list] ODBC & Mono 2.0? Mine broke. Hello Gert, thanks for your reply! I am usually using Mono on Linux, just for testing purposes I sometimes work on Windows. It seems the bug that I reported only happened on Windows. My colleague reported the bug here: https://bugzilla.novell.com/show_bu

Re: [Mono-list] ODBC & Mono 2.0? Mine broke.

2008-10-23 Thread timo_p
Hello Gert, thanks for your reply! I am usually using Mono on Linux, just for testing purposes I sometimes work on Windows. It seems the bug that I reported only happened on Windows. My colleague reported the bug here: https://bugzilla.novell.com/show_bug.cgi?id=437312 I have changed the OS to Wi

Re: [Mono-list] ODBC & Mono 2.0? Mine broke.

2008-10-21 Thread Adam Tauno Williams
> we also found several problems with Mono 2.0 and ODBC. > I am a bit surprised that the release notes of 2.0 don't mention anything > about the work that has obviously been done in System.Data between April > 2008 (release of Mono 1.9.1) and October 2008 (Mono 2.0). The subversion log > shows a lo

Re: [Mono-list] ODBC & Mono 2.0? Mine broke.

2008-10-21 Thread Gert Driesen
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of timo_p Sent: dinsdag 21 oktober 2008 15:12 To: mono-list@lists.ximian.com Subject: Re: [Mono-list] ODBC & Mono 2.0? Mine broke. Hello, we also found several problems with Mono 2.0 and ODBC. I am a bit surprised that the release

Re: [Mono-list] ODBC & Mono 2.0? Mine broke.

2008-10-21 Thread timo_p
Hello, we also found several problems with Mono 2.0 and ODBC. I am a bit surprised that the release notes of 2.0 don't mention anything about the work that has obviously been done in System.Data between April 2008 (release of Mono 1.9.1) and October 2008 (Mono 2.0). The subversion log shows a lot

[Mono-list] ODBC & Mono 2.0? Mine broke.

2008-10-08 Thread Adam Tauno Williams
Has anyone tried the ODBC provider in Mono 2.0? I updated my workstation to 2.0-15 (i586) and my database connections now fail with the rather mangled looking: ERROR [I000] [unixODBC][ at System.Data.Odbc.OdbcConnection.Open () [0x0] Unhandled Exception: System.Data.Odbc.OdbcException: ERR

Re: [Mono-list] odbc in multiprocessor system

2007-02-14 Thread Adam Tauno Williams
> >> Has anyone stuck problems with using ODBC against a multiprocessor > >> system? Our system runs fine on a single core, but when moved to a > >> multiple core machine we get crashes under xsp2 with various stack > >> traces pointing towards System.Data.Odbc.libodbc (example snippet below) >

Re: [Mono-list] odbc in multiprocessor system

2007-02-14 Thread Glen Ford
Adam Tauno Williams wrote: >> Has anyone stuck problems with using ODBC against a multiprocessor >> system? Our system runs fine on a single core, but when moved to a >> multiple core machine we get crashes under xsp2 with various stack >> traces pointing towards System.Data.Odbc.libodbc (examp

Re: [Mono-list] odbc in multiprocessor system

2007-02-14 Thread Adam Tauno Williams
> Has anyone stuck problems with using ODBC against a multiprocessor > system? Our system runs fine on a single core, but when moved to a > multiple core machine we get crashes under xsp2 with various stack > traces pointing towards System.Data.Odbc.libodbc (example snippet below) > We are usin

[Mono-list] odbc in multiprocessor system

2007-02-14 Thread Glen Ford
Hi, Has anyone stuck problems with using ODBC against a multiprocessor system? Our system runs fine on a single core, but when moved to a multiple core machine we get crashes under xsp2 with various stack traces pointing towards System.Data.Odbc.libodbc (example snippet below) We are using

Re: [Mono-list] ODBC Problems

2006-01-25 Thread Melissa Vandenbrink
I was able to fix the problem by copying the nessary odbc libs into /usr/lib - mono (on solaris) wasn't seeing them in /usr/local/lib - even though I had that dir in my LD_LIBRARY_PATH On 1/25/06, Daniel Morgan <[EMAIL PROTECTED]> wrote: What is the shared library name of ODBC software?   On W

Re: [Mono-list] ODBC Problems

2006-01-25 Thread Daniel Morgan
What is the shared library name of ODBC software?   On Windows, it is odbc32.dll On Linux or Unix, it depends on what you have?  iodbc?  unixodbc? something else?   On Linux, unixodbc would have a shared library of libodbc.so and iodbc would have a shared library of libiodbc.so.  However, I

[Mono-list] ODBC Problems

2006-01-25 Thread Melissa Vandenbrink
Hi I am having problems connection to my database ( sybase ) via odbc. Unhandled Exception: System.DllNotFoundException: odbc32.dll in (wrapper managed-to-native) System.Data.Odbc.libodbc:SQLAllocHandle (System.Data.Odbc.OdbcHandleType,intptr,intptr&) in <0x00078> System.Data.Odbc.OdbcConnection:

Re[2]: [Mono-list] ODBC problem on Windows 2k\mono-1.1.10\Apache

2005-11-25 Thread Alex Prudkiy
Hi, Thanks. The first error is away. but raised new. Look like odbc on windows with mono anyway don't worked. When I invoke "select * from sometable" I receive System.NullReferenceException: Object reference not set to an instance of an object in <0x000a6> System.Data.Odbc.OdbcDataReader:

Re: [Mono-list] ODBC problem on Windows 2k\mono-1.1.10\Apache

2005-11-25 Thread T Senganal
Hi this seems to be an issue with the installer .. The entry in (mono-base-dir)\etc\mono\config file is causing the odbc32.dll to be mapped to libodbc.so.. Remove the entry and things shud work allright .. cheers senga >>> Alex Prudkiy <[EMAIL PROTECTED]> 11/25/05 1:22 AM >>> Hi, I am tr

[Mono-list] ODBC problem on Windows 2k\mono-1.1.10\Apache

2005-11-24 Thread Alex Prudkiy
Hi, I am trying the developing webservice on windows with Apache\mod_mono\mono-1.1.10. When I call my server, I receive such error: System.DllNotFoundException: libodbc.so in (wrapper managed-to-native) System.Data.Odbc.libodbc:SQLAllocHandle ( System.Data.Odbc.OdbcHandleType,intptr,intptr&)

Re: [Mono-list] ODBC Problem

2005-10-09 Thread T Sureshkumar
>>> On Thu, Oct 6, 2005 at 8:25 pm, in message <[EMAIL PROTECTED]>, Melissa Vandenbrink <[EMAIL PROTECTED]> wrote: > I'm having problems connecting to Sybase with ODBC with Suse x86_64bit > software.. same code works on 32 bit system.. any ideas? > > [EMAIL PROTECTED]:~/bin> mono odbcConnectTes

[Mono-list] ODBC Problem

2005-10-06 Thread Melissa Vandenbrink
I'm having problems connecting to Sybase with ODBC with Suse x86_64bit software.. same code works on 32 bit system.. any ideas? [EMAIL PROTECTED]:~/bin> mono odbcConnectTest.exe Unhandled Exception: System.Data.Odbc.OdbcException: [unixODBC][Driver Manager]Can't open lib '/usr/local/freetds/lib

[Mono-list] ODBC: Fetching a byte array from PostgreSQL

2004-11-17 Thread Helge Lenuweit
Hello, I'm having a hard time fetching a byte array from a PostgreSQL database (bytea column type) with mono/Odbc. (I know, there's Npgsql, but there would be quite a bit of code to port, so...). While it works with MS.NET, mono throws an InvalidCastException. As far as I can see, both iODBC/th

RE: [Mono-list] Odbc connection via UnixODBC

2004-06-28 Thread marco . ridoni
>thanks for your reply. >I've created a symbolic link such as you suggest (ln -s libodbc.so odbc32.so), >but I obtain the same error. > That should be: ln -s libodbc.so libodbc32.so (unless it's a typo in your message) It still complains about not being able to find the library, so either you did

RE: [Mono-list] Odbc connection via UnixODBC

2004-06-28 Thread beniniva
Hi, thanks for your reply. I've created a symbolic link such as you suggest (ln -s libodbc.so odbc32.so), but I obtain the same error. Unhandled Exception: System.DllNotFoundException: odbc32 in <0x00053> (wrapper managed-to-native) System.Data.Odbc.libodbc:SQLAllocHandle (System.Data.Odbc.OdbcHa

Re: [Mono-list] Odbc connection via UnixODBC

2004-06-24 Thread T Sureshkumar
in /usr/lib, make a sym link to your libodbc. (libodbc.so.1.0.0 or whatever version you are using)   ln -s libodbc.so libodbc32.so     suresh. .. >>><[EMAIL PROTECTED]> 06/23 9:24 pm >>> I've an odbc connecti

Re: [Mono-list] Odbc connection via UnixODBC

2004-06-23 Thread T Sureshkumar
in /usr/lib, make a sym link to your libodbc. (libodbc.so.1.0.0 or whatever version you are using) ln libodbc.so libodbc32.so suresh. .. >>><[EMAIL PROTECTED]> 06/23 9:24 pm >>> I've an odbc connection test, named Test.cs,connecting to MySQL database with a connection string* tha

RE: [Mono-list] Odbc connection via UnixODBC

2004-06-23 Thread marco . ridoni
> >Could anybody help me? > Basically it can't locate your odbc32 library (the one from UnixODBC). Probably you have to change something in your machine.config file to make mono correctly map and locate it. I never used UnixODBC together with mono, so I can't be of much help with the details of su

RE: [Mono-list] Odbc connection via UnixODBC

2004-06-23 Thread Sébastien Robitaille
PROTECTED] Sent: Wednesday, June 23, 2004 10:55 AM To: [EMAIL PROTECTED] Subject: [Mono-list] Odbc connection via UnixODBC I've an odbc connection test, named Test.cs,connecting to MySQL database with a connection string that works correctly on Windows XP using Visual Studio.Net 2003, but not on

[Mono-list] Odbc connection via UnixODBC

2004-06-23 Thread beniniva
I've an odbc connection test, named Test.cs,connecting to MySQL database with a connection string that works correctly on Windows XP using Visual Studio.Net 2003, but not on Linux (FedoraCore2) with Mono (1 Beta) via unixODBC. [EMAIL PROTECTED] Desktop]# mcs Test.cs -r System.Da

Re: [Mono-list] ODBC/Mono/ASP Situation - Please Help

2004-01-26 Thread Tim Haynes
Antwone Walters <[EMAIL PROTECTED]> writes: [snip] > [iODBC][Driver Manager]Specified driver could not be loaded > in <0x0049b> System.Data.Odbc.OdbcConnection:Open () in <0x0004f> > (wrapper remoting-invoke-with-check) > System.Data.Odbc.OdbcConnection:Open () in <0x00055> > KTSearch.KTSimpleSear

RE: [Mono-list] ODBC

2004-01-13 Thread Daniel Morgan
PROTECTED] Subject: [Mono-list] ODBC Hi!. Since I couldn´t install Mono on my Linux machine, I'd like you to help me with that question: Is it possible to make an ODBC connection from a Mono-Linux server without the need for a Windows Server? I mean, is It possible to connect equally to an Orac

[Mono-list] ODBC

2004-01-13 Thread Alejandro Ospina
Hi!. Since I couldn´t install Mono on my Linux machine, I'd like you to help me with that question: Is it possible to make an ODBC connection from a Mono-Linux server without the need for a Windows Server? I mean, is It possible to connect equally to an Oracle database and an Access or Excel dataso

RE: [Mono-list] ODBC/Mono/ASP Situation - Please Help

2004-01-09 Thread Daniel Morgan
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Antwone Walters Sent: Thursday, January 08, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: [Mono-list] ODBC/Mono/ASP Situation - Please Help I need help to configure odbc support on my linux box. Then after that's done how I con

[Mono-list] ODBC/Mono/ASP Situation - Please Help

2004-01-08 Thread Antwone Walters
I need help to configure odbc support on my linux box. Then after that's done how I configure the mod_mono_server to use it, so I can then connect to a PostGre database. I have an ASP application that runs on windows, but I ported it to linux to get it work with Mono, yet I get database errors. T

Re: [Mono-list] ODBC error

2003-09-30 Thread yoros
On Tue, Sep 30, 2003 at 02:15:11AM +0100, Pedro Borges wrote: > Hello > I have a solution created in VS.NET and i'm trying to port it to Mono in linux. The > application has ASPX pages and acesses a MySQL DB through ODBC. > In windows i use Microsoft.Data.Odbc and in linux i change it System.Data.

[Mono-list] ODBC error

2003-09-30 Thread Pedro Borges
Hello I have a solution created in VS.NET and i’m trying to port it to Mono in linux. The application has ASPX pages and acesses a MySQL DB through ODBC. In windows i use Microsoft.Data.Odbc and in linux i change it System.Data.Odbc. It builds fine but when i execute it there is an error: