Steven
|
| Posted: 05/06/2002, 11:10 PM |
|
I have a problem with php and ibm db2 universal database 7.1 and codecharge ver. 2.0. No data is displayed when I create a page with codecharge. But there are as many lines displayed as there are records in the db2 database. The only problem is that codecharge seems to be unable to extract the data from the database. I work on a server with IIS, PHP , db2 7.1 and windows 2000. The records are created with CC fine, but when I run a grid or record form, the records dont are displayed.
Thanks for your help!
|
|
|
 |
Alex Alexapolsky
|
| Posted: 05/07/2002, 4:08 AM |
|
This could be caused by case sensitivity of fields.
Make sure cases of fields in the db and cases of fields used in CC
select statements are the same.
|
|
|
 |
|