IBM DB2 UDB and C#

  • Thread starter Thread starter Darko Topolsek
  • Start date Start date
D

Darko Topolsek

Hi.

I need help. Can someone tell me how to connect to
IBM DB2 UDB with C#. database is on local machine.
it's version 7.

someone, anyone

Thanks
Darko Topolsek
programmer
 
Hi.

yes, this helps. thanks.

One more thing, i've VS .NET 2003,
is that a problem, and what about
using IBM.Data.DB2
the name or namespace 'IBM' could not be found.

thanks

warm regards
Darko Topolsek
programmer
 
Well, I dont work with DB2, but probably you have to download the library
that contains the IBM.Data.* namespaces. As far as working with vs2003, you
just need to make sure the library supports .NET 1.1.
 
Thus wrote Darko,
Hi.

yes, this helps. thanks.

One more thing, i've VS .NET 2003,
is that a problem, and what about
using IBM.Data.DB2
the name or namespace 'IBM' could not be found.

The provider isn't installed in the GAC. You have to add a reference manually
to the DLL in your installation directory. Note that the installation package
contains both a .NET 1.1 and a .NET 2.0 provider.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top