Hi Tom
 Are you passing your procparams in the same order as the database expects?
 Antony


On 8/22/05, Thomas Loyd <[EMAIL PROTECTED]> wrote: 
> 
> I have scoured the net for an answer to the following error message:
> Invalid data SESSION.soseoc.ClsFltID for CFSQLTYPE CF_SQL_NUMERIC.
> 
> I can't seem to find anything really on it. I am using a Stored Procedure
> that sends that data out to various different child stored procedures. I
> have tried it in MS Query Analyzer to make sure that it works and I have 
> no
> problem inputing any data. If you can catch something that I can't please
> tell me. The error keeps referencing the above line as the error, however,
> the data is an integer. I have looked and I can't find anything that is
> causing problems, even with the <cfdump> looking at all the variables in
> there. I'll put up the CFC from which captures the data and sends it to 
> the
> Stored Procedure on my database:
> 
> <cfcomponent hint="EOC Insert" displayname="EOCInsert">
> <cfstoredproc datasource="soceval" procedure="EOCInsert" returncode="yes"
> debug="yes">
> <!--- EOCSurvey Table Variables --->
> <cfprocparam type="in" cfsqltype="cf_sql_numeric" dbvarname="ClsFltID"
> value="SESSION.soseoc.ClsFltID">

 <snip...>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get help! RoboHelp
http://www.houseoffusion.com/banners/view.cfm?bannerid=58

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

Reply via email to