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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by leonelvr

  1. leonelvr

    INFORMIX 3.82 32 BIT conn string

    i have installed the INFORMIX 3.82 32 BIT driver i need the connection string for this driver.... please.... :-D
  2. leonelvr

    informix again

    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...
  3. leonelvr

    connecting to an informix database via ASP

    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.....
  4. leonelvr

    Operation is not allowed when the object is closed

    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 =" &...
  5. leonelvr

    problems connecting asp to informix 9

    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...

Part and Inventory Search

Back
Top