Can someone help me. I am trying to make calls to Mysql from VBscript via ASP But I'm experiencing difficulties with passing host variables to mysql See examples below
isbn =34373 sql= "select isbn, book_title, publisher_name FROM cs443.books_available where isbn= " &isbn The above works but the below doesn't return any thing Dim pubname Pubname = "Bantam Books" sql= "select isbn, book_title, publisher_name FROM cs443.books_available where publisher_name =" &pubname ******************************************** This message is intended only for the use of the Addressee and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please erase all copies of the message and its attachments and notify us immediately. Thank you. ******************************************** -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=arch...@jab.org