I am using MX.  What are the workarounds?

tia

On 4/14/05, Joe Rinehart <[EMAIL PROTECTED]> wrote:
> Dan,
> 
> The DSN-less connections from CF 5 don't work in MX and above - there
> are, however, workarounds for both.  Are you using MX or MX 7?
> 
> -Joe
> 
> 
> On 4/14/05, Daniel Kang <[EMAIL PROTECTED]> wrote:
> > Is it possible to set up DSN-Less Connection in MX?
> >
> > <cfset MyConnectString =
> > "Driver={Microsoft Text Driver
> > (*.txt;*.csv)};Dbq=d:\HospitalFormulary\;Extensions=txt,csv,tab,txt;Persist
> > SecurityInfo=False;">
> > <CFQUERY
> > name="TheTest"
> > DBType="dynamic"
> > ConnectString="#MyConnectString#">
> >
> > I am getting the error below:
> >
> >  Attribute validation error for tag query.
> > The tag does not have an attribute called ConnectString. The valid
> > attribute(s) are name, datasource, dbtype, sql, username, password,
> > maxrows, blockfactor, timeout, cachedafter, cachedwithin, debug.
> >
> > The Error Occurred in D:\Inetpub\wwwroot\test.cfm: line 17
> >
> > 15 : <cfset MyConnectString =
> > 16 : "Driver={Microsoft Text Driver
> > (*.txt;*.csv)};Dbq=d:\HospitalFormulary\;Extensions=txt,csv,tab,txt;Persist
> > SecurityInfo=False;">
> > 17 : <CFQUERY
> > 18 : name="TheTest"
> > 19 : DBType="dynamic"
> >
> > tia
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202951
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to