As best I can tell releases later than 5 made significant changes to
CFQUERY. Including accessing DB's on remote servers.

Would appreciate help in converting the following CF 5 and earlier code to
work on MX 6.1

I can't find this covered at
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/

<cfquery name="RemoteData"
datasource="1823_business"
maxrows=160 dbtype="dynamic" dbserver="http://www.isbc.com"
dbname="business.mdb">

SELECT *
FROM bus
WHERE 0=0
AND City LIKE '%Tulsa%'
</cfquery>

Thanks,

Nick
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to