A little late, but after all the posts...I still didn't see an error
or any code. The issue appear to be that cfinsert/cfupdate are ignoring
the username/password parameters altogether.

<cfinsert datasource="test"
          tablename="tbl"
          dbtype="ODBC"
          username="test"
          password="test"
          formfields="#form.test1#, #form.test2#">

Error thrown is:
[Macromedia][SequeLink JDBC Driver][SequeLink Server]Required user name is missing.

A cfquery statement against this dsn works as expected.

-- 
mailto:[EMAIL PROTECTED]
Monday, August 11, 2003, 11:59:05 AM, you wrote:

CL> I was reading through this thread but I don't see the error message. Can someone 
post sample code (against cfsnippets) that produces the error and the actual error 
text?

CL> Thanks!
CL> Christine

CL> -----Original Message-----
CL> From: Angel Stewart [mailto:[EMAIL PROTECTED] 
CL> Sent: Monday, August 11, 2003 10:21 AM
CL> To: CF-Talk
CL> Subject: RE: Redsky-Still issues with CFINSERT and CFUPDATE.


CL> Yes I do.

CL> With Ablecommerce as well.
CL> I think there is a workaround for Able, but I'm having trouble accessing their 
support site. I don't know if the workaround would help with my CFINSERT and CFUPDATE 
issues.

CL> I am going through one particular application and manually changing the 
insert/update statements now though. 

CL> -Angel


CL> -----Original Message-----
CL> From: David Schmidt [mailto:[EMAIL PROTECTED] 

CL> Are you still have the same issues, Angel?




CL> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to