[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Re: ODBC connection to AS400,

Peter Stojkovic

6/14/2004 4:34:00 PM

Try using another ODBC-Driver : Hitodbc
This worked for me always.
I have had a lot of trouble with IBM-ODBC-DRiver !!


Peter




"Frameit" <anonymous@discussions.microsoft.com> wrote in message
news:10348F68-B26E-4FFA-AFD3-C2178EA33028@microsoft.com...
> Hi,
>
> 1-I have IBM Client Access installed on Server
> 2-I have created a system ODBC on the machine
>
> I'm trying to connect to AS400 data but the following code
>
> MyConnection=New OdbcConnection(MysConnectonStringIsHere)
> MyConnection.open()
>
> hangs for long meaning it cannot open the connection.I do not get any
error messages...
>
> Any ideas folks?
>
>