With BlueDragon 6.2 JX on Windows I get the following error if
cfsqltype="CF_SQL_INTEGER", but if I change to cfsqltype="CF_SQL_NUMERIC" it
works.

 

"Database reported: [Microsoft][ODBC Microsoft Access Driver]Optional
feature not implemented"

 

<cfqueryparam value="#val(ConferenceId)#" cfsqltype="CF_SQL_INTEGER">

<cfqueryparam value="#val(ConferenceId)#" cfsqltype="CF_SQL_NUMERIC">

 

This application is suppose to support BD, CF5, CFMX, and MS Access, MS SQL
Server, MySQL, PostgreSQL.

 

Can I safely use cfsqltype="CF_SQL_NUMERIC" for my queries instead of
cfsqltype="CF_SQL_INTEGER"?

 

Thank you,

Aftershock Web Design, Inc.

by: Stan Winchester

President/Developer

[EMAIL PROTECTED]  

http://www.aftershockweb.com/   

Phone 503-244-3440

Fax 503-244-3454

 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:211907
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