Informix NET Provider

  • Thread starter Thread starter CC
  • Start date Start date
C

CC

Hello to everyone. I´m trying to do a very simple project with connection to
an informix database, using Informix Net Provider, but it gives me some
troubles.

Anybody has a sample in VbNet ???.

Many thanks:

Natalia
 
I´ve tried to work with this but i couldn´t.

I added references to CSSAMPLES and DEMOUTILS to IBM.DATA.INFORMIX. Nothing
else.

It gives me some errors:

Can´t found type or namespace DOTNETDEMO
Can´t found type or namespace IFXDEMO.

Have i do something else than the reference to IBM.DATA.INFORMIX ????? Any
ideas ???

Many thanks for your help !!!

Natalia
 
Once the DLL is referenced you can use IBM.DATA.INFORMIX.THISTYPE in your
code.

If you add an "Imports IBM.DATA.INFORMIX" statement, you'll be additionaly
be able to use just THISTYPE in your code without the whole prefix.

Hopefully it should solve this compilation problem.

Patrice

--
 
Hi Patrice. Many thanks for your very fast answer, because it´s urgent for
me to solve this problem.

Now i´ll try your comments.

Do you have a very simple project in vb.net that conects to an informix
database ??. It will be my start point.

Another possibility will be odbc. What do you think about it ??

I´ve to do a web service with connection to informix.

Many thanks again:

Natalia
Spain.
 
Nope. I used Informix in the past but not with .NET.
For now it looks like a compilation problem that is not related specifically
to the .NET Informix provider but rather to general .NET coding...

Patrice

--
 
Back
Top