|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Using Members Area script with Oracle problem...
Ok, read the ASP Members Area guide... all works fine. Sign up, writes to database but when the login screen appears I enter in my username and pass but i get the error message:
Invalid username/password. Its not invalid, it exists. If i run the query in Oracle then i get the correct results... Is it to do with Oracle and SQLServer notation differences. Some SQLServer asp code is different from Oracle ASP code I have found... Any ideas? This is quite urgent. Its for my dissetation due in in 3wks.. Cheers |
|
#2
|
||||
|
||||
|
Do a response.write() on the SQL query to check what exactly is passed to the db.
|
|
#3
|
|||
|
|||
|
Your connection string is a bit different from what it woudl be in SQL.. something like this:
"Data Source=localhost; Database = myOracleDb; User ID=user; Password=password; Command Logging = false;" |
![]() |
| Viewing: Dev Articles Community Forums > Databases > General SQL Development > Using Members Area script with Oracle problem... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|