> Speaking of MDAC... I've noticed a bit of an issue concerning OLEDB with > MDAC 2.7. When I call a SQL2000 stored procedure using CFSTOREDPROC and > return output variables with CFPROCPARAM set to out, all a get is a series > of chr(1)'s terminated by a null. If I flip the DB over to ODBC everything > works perfectly. Anyone else have this problem?
are you wrapping your sql in SET NOCOUNT ON/OFF? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 20/6/2545 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

