Browse by Tags

Related Posts

  • Desperately need help adding parameters to classic ASP/MySql query

    I know this shouldn't be so hard, but I've been up for almost three days trying to meet a deadline, and despite hours of googling, I can't figure out how to add parameters to a simple MySql select query in classic ASP. Something like "SELECT * FROM MyTable WHERE field1 = @textbox1"...
    Posted to Free For All (Forum) by gyclone on 03-08-2009, 12:00 AM
    Filed under: mysql, parameters, classic ASP
  • ODBC Parameters

    Hi, Due to hosting I have to use ODBC to connect to mySQL. That works fine but I cant get parameters to work (sorry I'm a newbie)... Here's the code: Dim strConn As String = "DSN=contentmanager;" Dim strsql As String = "Select * from users where email=@email" Dim cn As New...
    Posted to MySQL (Forum) by petercrymble on 06-07-2008, 12:00 AM
    Filed under: mysql, odbc, parameters
Page 1 of 1 (2 items)