The questions marks indicate bind variables, like you'd get when using CFQUERYPARAM. Bind variables have a number of uses, and are a Good Thing. In the debugging output, directly after the query, it should list the actual values that were passed.
cheers, barneyb On 6/23/05, Smith, Daron [PA] <[EMAIL PROTECTED]> wrote: > I have a form and I want to use CFINSERT, but it's not putting the > values in the "values" statement of the SQL. > > Below is what I get: > > insert into CONFREG > (CNTX,MEALS2,FEES2,CTTX,C2NB,BOST,COTX,AXXT,MEALS3,CZNB,CYNB,CWTX,C3NB,M > EALS4,MEALS6,MEALS5) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) > > Any Ideas where the '?' are coming from? The form fields have values. > > Thank you, > Daron Smith > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210430 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

