I'm having this exact problem, and I've upgraded to 4.5.1?  Anyone else
having this problem, or hopefully does anyone else have a solution?

Greg

> -----Original Message-----
> From: Steve Reich [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 16, 2000 9:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Query_Repeater
>
>
> Try upgrading to 4.5.1... that fixed my problem with this error in my
> queries/
>
> HTH
> Steve
> ----- Original Message -----
> From: "Erika Foster" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 16, 2000 9:55 PM
> Subject: Query_Repeater
>
>
> > I'm using Nate Weiss's custom tag "Query_Repeater" to
> update many records
> in
> > a table with one submit button.  It works great with CF
> 4.01, but since I
> > upgraded to 4.5, I get this error:
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~
> > Error Diagnostic Information
> > Cannot convert 9999999999 to integer.
> > Please, check the ColdFusion manual for the allowed
> conversions between
> data
> > types
> > The error occurred while processing an element with a
> general identifier
> of
> > (CFQUERY), occupying document position (68:3) to (72:35) in
> the template
> > file C:\CFUSION\CustomTags\QUERY_Repeater.cfm.
> > ~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > Here's the query code, only the ID is an integer.
> >
> >  <cf_query_repeater
> >   Datasource="facilities"
> >   SQL=" UPDATE Inventory
> >
> >     SET sln ='##sln##',
> >      product = '##product##',
> >       NSN = '##NSN##',
> >      manufacturer = '##manufacturer##',
> >      containersize = '##containersize##',
> >      quantity = '##quantity##',
> >      RO = '##RO##',
> >      ROP = '##ROP##',
> >      date_updated='##date_updated##'
> >
> >     WHERE ID = ##ID##       ">
> >
> > Any ideas would be appreciated.
> >
> > Erika
> >
> >
> --------------------------------------------------------------
> ------------
> ----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to