man... i hope this helps you....
visit
http://www.scit.wlv.ac.uk/appdocs/chili-asp/html/syntax_for_dsn_less_connection_strings.htm
http://www.able-consulting.com/ADO_Conn.htm
good luck...
i hope this helps you
http://www.scit.wlv.ac.uk/appdocs/chili-asp/html/syntax_for_dsn_less_connection_strings.htm
there are some conecction strings.....
use the one that match with u.....
this is just part of my code.....
on error resume next
DSN = sDsn
Set con_temp = Server.CreateObject("ADODB.Connection")
con_temp.Open DSN
SQL = "select municipiomatric, matricula, tipo from cuentacorreo " &_
"WHERE usuario =" &...
i have already conected to informix 7,
from the windows 2003 server,
so now i am trying to make that connection
but to informix 9......
do i have to change my conn string?
do i need to change my client driver...?
the thing that happens to me, if i check the
db server, it receives the query...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.