| | |
Updating database
Please support our ColdFusion advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Nov 2008
Posts: 20
Reputation:
Solved Threads: 0
Hello every body,
i have a table has username and encrypted password, and i want to write it in different table and i want to decrypt the password filed
and i am using this code
I am selection the data from the login table
what happen is after the execution half of the data transfer successfully but during the process i face this problem
Error Occurred While Processing Request
50
any help, please ...
i have a table has username and encrypted password, and i want to write it in different table and i want to decrypt the password filed
and i am using this code
I am selection the data from the login table
<cfquery name="dec" datasource="ds">
select *
from
login_dec
</cfquery>
<cfoutput query="dec">
<cfset dec_password = #Replace(query password filed)#>
<cfset dec_password = #Decrypt(Decrypt password)#>
<cfquery datasource="ds">
insert into newlogin_dec
(email,password)
values
(
'#email#',
'#dec_password#',
)
</cfquery>
</cfoutput>Error Occurred While Processing Request
50
any help, please ...
•
•
Join Date: Dec 2008
Posts: 45
Reputation:
Solved Threads: 6
It is rare that there is not a better error message. The only thing that comes close, in my experience is a plain "500" error. But again, that is unusual.
- Did you enable debugging in the ColdFusion Administrator?
- What does is the error in the stack trace?
- Check the log files, what is the error message there?
- Did you enable debugging in the ColdFusion Administrator?
- What does is the error in the stack trace?
- Check the log files, what is the error message there?
![]() |
Similar Threads
- Problem with updating database after delete or edit (VB.NET)
- Writing to an Access Database (Visual Basic 4 / 5 / 6)
- Deleting the database rows and adding new rows (Visual Basic 4 / 5 / 6)
- updating a database (ASP.NET)
- Updating database with related tables and queries?? (VB.NET)
- Error connecting to database (ASP.NET)
- Database Synchronization (MS Access and FileMaker Pro)
- Database not being populated.... (Java)
Other Threads in the ColdFusion Forum
- Previous Thread: capchering ip address in coldfusion
- Next Thread: CFSearch not returning the correct context help
Views: 1393 | Replies: 6
| Thread Tools | Search this Thread |
Tag cloud for ColdFusion





