The username and password you are supplying most likely can't see DBO
tables...
+-----------------------------------------------+
Bryan Love
Macromedia Certified Professional
Internet Application Developer
Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+-----------------------------------------------+
"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
- Thomas Paine, The American Crisis
-----Original Message-----
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 8:13 AM
To: CF-Talk
Subject: problem with FB 3.0
Greetings,
I'm using FUSEBOX 3.0,
apart from trying to get my head around how its structured,
I'm getting this error,
ODBC Error Code = S0002 (Base table not found)
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'DBO.administrator'.
SQL = "SELECT USERNAME,PASSWORD FROM DBO.administrator WHERE USERNAME =
'asd' AND PASSWORD = 'asd'"
Data Source = "UTILITYADMIN"
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (10:4) to (13:30) in the template
file D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\ACT_LOGIN.CFM.
The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.
DBO.administrator table does exist,
// calling code
<CFQUERY NAME="validateUser"
DATASOURCE="#REQUEST.DSNAdmin#"
USERNAME="#REQUEST.user#"
PASSWORD="#REQUEST.key#">
SELECT USERNAME,PASSWORD
FROM DBO.UtilityAdmin
WHERE USERNAME =
'#ATTRIBUTES.username#' AND PASSWORD = '#ATTRIBUTES.pass#'
</CFQUERY>
//username dtype = varchar 10
//password dtype = ntext 16
I'm just wondering why an error is being reported below,
The error occurred while processing an element with a general identifier of
(CFRETHROW), occupying document position (246:11) to (246:21) in the
template file
D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.
and maybe if it has something to do with CF5.0 and FB3,
I'M sorry if this is vague,its just a very basic DB login check,
any ideas out there, especially any FB3.0 people,
Respectfully,
j
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists