[MonoDevelop] Informix Connection Problem ("Feature not implemented"

niklas.albers at main-it.de niklas.albers at main-it.de
Tue Jun 15 09:48:04 EDT 2010


Hi all,

I am trying to build a connection to an Informix database via monodevelop. 
I am testing the commercial ADO.NET provider of the OpenLink company. I am 
in contact witht their support, too, but I hope you can help me with my 
proplem. 
My application didn't run, it throws the exception "The requestet feature 
is not implementet" Could anybody help me finding the problem?

Here is my application:

using System;
using OpenLink.Data.GenericClient;

namespace informixconnect
{
        class MainClass
 {
  public static void Main(string[] args)
  {
   try 
  {
    OPLConnection con = new 
OPLConnection("Host=192.168.69.79;Port=5000;SVT=Informix11;DATABASE=gepard;UID=admin;PWD=admin;");
                         con.Open();
                         con.Close();
 
    Console.WriteLine("Connection Ok");
   }
   catch (Exception e)
   {
    Console.WriteLine(e.ToString());
   }
  }
 
 }
}

Exception:
System.NotImplementedException: The requested feature is not implemented.
  at OpenLink.Data.GenericClient.ConnectionPool.getConnection 
(OpenLink.Data.Common.BaseConnectionOptions _info, System.String _url) 
[0x00000] in <filename unknown>:0 
  at OpenLink.Data.GenericClient.OPLConnection.Open () [0x00000] in 
<filename unknown>:0 
  at (wrapper remoting-invoke-with-check) 
OpenLink.Data.GenericClient.OPLConnection:Open ()
  at informixconnect.MainClass.Main (System.String[] args) [0x0000b] in 
/home/dev/Projects/informixconnect/informixconnect/Main.cs:13 

kind regards

Niklas Albers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100615/dc494dc4/attachment-0001.html 


More information about the Monodevelop-list mailing list