joe, charlie, and everyone else.... here is the code...

<cfquery name="insertClient" username="#application.username#"
password="#application.password#" datasource="webCollect">
        insert into clients
        (company, contact)
       values
        (<cfqueryparam  cfsqltype="CF_SQL_VARCHAR" value="#form.company#">,
         <cfqueryparam  cfsqltype="CF_SQL_VARCHAR" value="#form.contact#">
        )
</cfquery>

and here is the error...


[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL
Server Driver][SQL Server]Line 21: Incorrect syntax near
&apos;,&apos;.

-- perplexed as shit, on a saturday mo'nin

tw  




On Fri, 17 Dec 2004 23:44:27 -0500, Joe Rinehart <[EMAIL PROTECTED]> wrote:
> As Jochem said....can you paste the exact code, and the SQL shown for
> the query in the CF debugging info?
> 
> -joe
> 
> --
> For Tabs, Trees, and more, use the jComponents:
> http://clearsoftware.net/client/jComponents.cfm
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188141
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