mimi
|
| Posted: 04/12/2002, 7:18 AM |
|
Hello,
Do i need to download codecharge to be able to run the application "Employee Directory" ?
I don't know what to put as "username" and "password" in the common.cfm file.
thanks for your help.
mimi
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/12/2002, 7:53 AM |
|
You don't need CC to run the sample.
See the following lines in common file :
<CFSET Request.db_connection_USER_NAME="">
<CFSET Request.db_connection_USER_PASSWORD="">
<CFSET Request.db_connection_DB_TYPE="">
|
|
|
 |
mimi
|
| Posted: 04/12/2002, 8:29 AM |
|
Hi Alex,
This what i have in the common.cfm file
<CFSET Request.db_connection_USER_NAME="">
<CFSET Request.db_connection_USER_PASSWORD="">
<CFSET Request.db_connection_DB_TYPE="ODBC">
<CFSET Request.db_connection_DS="empldir">
the database empldir is correctly configured. i check it many times.
thanks for the feedback
mimi
|
|
|
 |
mimi
|
| Posted: 04/12/2002, 8:48 AM |
|
sorry
i have now
<CFSET Request.db_connection_DB_TYPE=""> but still nothing is displayed.
|
|
|
 |
mimi
|
| Posted: 04/15/2002, 7:57 AM |
|
Everything is working fine now. It must have been something with PWS.
|
|
|
 |