Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC Error from a component running inside MTS

Status
Not open for further replies.

HugoLeitao

Programmer
May 28, 2001
10
0
0
PT

Hi,

What I've done ?
- I've developed an MTS component that open a connection
to a database and execute a simple statment ( Insert Into etc... )
- I've created two System DSN, one for a Informix 7.31.UC5
and another for Informix 9.20.


What I'm trying to do ?
- I'm trying to execute this -> cnn.open "DSN=IFX920"

What his happening ?
- I get this error :
err.Description : No such interface supported
err.Source : Provider
err.Number - vbObjectError : -245758

What I've done ?
- I've already tryed the same thing with the component
outside of MTS and everything works fine, I mean the connection
it's establihed.
- I've use the same component in the MTS enviroment but
with the follwing line -> cnn.open "DNS=IFX731" and
everything works fine.

What I'm asking ?
Does anyone know what has to be made for a component inside MTS
can establish a connection to a 9.20 Informix Server ?

Tanks for further help,
Hugo Leitão
 

It could be MTS required some patchups or registry changes for Informix 9.20. You may get this info on Microsoft site.

I had same type of problem with Oracle8i.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top