Will this help anyone?

Set objRS = CreateObject("ADODB.RecordSet")
=>objRS.Open "SELECT Questions, Answers, Picture FROM FAQ ORDER BY OrderID", Provider=MySQLProv;Data Source=DSN=database, 2
objRS.Close
Set objRS = Nothing


The Questions and Answers columns are the text/blobs. Picture is a varchar. OrderID is an int.

Thanks again, Robert.


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to