thanks James Culshaw for your guide.. anyway, i'm very very new to this informix. so, i really need help from your guys because it is urgent..
now, i knew that we can connect to informix database which resides in another server through odbc connection.. but, i really have no idea how to do that..
as i know, to connect to access database we do something like this..
strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("online.mdb"
set conn = server.createobject("adodb.connection"
conn.open strconn
set rs = server.createobject("adodb.recordset"
but, how to do this for informix which is in another server (unix platform)??
please help..
rgds,
parames.s
now, i knew that we can connect to informix database which resides in another server through odbc connection.. but, i really have no idea how to do that..
as i know, to connect to access database we do something like this..
strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("online.mdb"
set conn = server.createobject("adodb.connection"
conn.open strconn
set rs = server.createobject("adodb.recordset"
but, how to do this for informix which is in another server (unix platform)??
please help..
rgds,
parames.s