Ask a Question related to Coldfusion Database Access, Design and Development.
-
glebreck #1
Login From SQL DBase?
I am learning CF at this time and am used to using ASP. For Login Forms I have
always used the Dreamweaver Login Behavior. Now with cold fusion MX7 there is a
CF Login Wizard. This only sets one user and pass, I want to authenticate by
the users in my dabase. Is there a way to change the CF code to use my dbase,
or is there just an easier way of doing this?
glebreck Guest
-
#25958 [Opn->Bgs]: odbc_connect fails to login to remote Dbase 5
ID: 25958 Updated by: kalowsky@php.net Reported By: brian dot garvis at mascommsys dot com -Status: Open... -
#25958 [Fbk->Opn]: odbc_connect fails to login to remote Dbase 5
ID: 25958 User updated by: brian dot garvis at mascommsys dot com Reported By: brian dot garvis at mascommsys dot com -Status:... -
#25958 [Opn]: odbc_connect fails to login to remote Dbase 5
ID: 25958 User updated by: brian dot garvis at mascommsys dot com Reported By: brian dot garvis at mascommsys dot com Status: ... -
#25958 [Opn->Fbk]: odbc_connect fails to login to remote Dbase 5
ID: 25958 Updated by: kalowsky@php.net Reported By: brian dot garvis at mascommsys dot com -Status: Open... -
#25958 [NEW]: odbc_connect fails to login to remote Dbase 5
From: brian dot garvis at mascommsys dot com Operating system: Windows 2003 Server PHP version: 4.3.2 PHP Bug Type: ODBC... -
philh #2
Re: Login From SQL DBase?
Do you store the user ID/password in the DB? Well, then roll your own. SELECT
user from LoginTable WHERE userid = '#form.userID#' and
password='#form.password#' 'Course, I have no idea what the DW Login Behavior
does or the Login Wizard for that matter, and I'm happy I don't. If you want
something to work the way you want it to work, do it yourself. HTH,
philh Guest



Reply With Quote

