Re: Dave or someone -- Help me with error msg!!!

2002-01-04 Thread Randy Adkins
You may need to supply a password with the query for it to authenicate to the SQL server. Basically it stats that the user account you entered is invalid. - Original Message - From: "Julia Green" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, January 04, 2002 2:38

RE: Dave or someone -- Help me with error msg!!!

2002-01-04 Thread Steven Dworman
**snip** where's the password attribute? -Original Message- From: Julia Green [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 2:39 PM To: CF-Talk Subject: Dave or someone -- Help me with error msg!!! I just started a $90 a month ISP account with ColdFusion and a database. H

RE: Dave or someone -- Help me with error msg!!!

2002-01-04 Thread Joel Parramore
Julia: 1) Can you (or the help) connect to the database outside of ColdFusion w ith that login information, i.e., thru an ODBC administration tool? Have the y verified access to the database in the CF administrator? 2) Does your CF datasource specify the password for that datasource and usern

Re: Dave or someone -- Help me with error msg!!!

2002-01-04 Thread Bryan Stevenson
I'd start by removing the USERNAME attribute from your CFQUERY tag and let the datasource do what it's supposed to (i.e. pass any required user/pass info to SQL Server). Chances are that username is for you to connect to SQL Server via Enterprise Manager and the datasource itself uses a differ

RE: Dave or someone -- Help me with error msg!!!

2002-01-04 Thread David Schmidt
It does not look like the password was entered into the cfquery statement. But please, do NOT post it on the forum. David Schmidt -Original Message- From: Julia Green [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 11:39 AM To: CF-Talk Subject: Dave or someone -- Help me with

RE: Dave or someone -- Help me with error msg!!!

2002-01-04 Thread Dave Watts
> I just started a $90 a month ISP account with ColdFusion and a > database. Help confirmed that I actually got my tables over, and > that the error is on my side. > > This is the error I get and beneath it is the code: (Don't laugh -- > I have done ColdFusion at UPS for two years...) > > Error