lowercase table name won't work with db on linux machines
Multi platform library to read and write schedule data
Brought to you by:
joniles
When I try to read data from db on linux machine I got nonexisting table error due name of column is capitalized on linux machine (MSP_PROJECTS instead of msp_project).
I think all queries can should written capitalized because db on windows machines would handle it too.
Hi,
thanks for the note. I'll make these changes shortly.
Jon
Hi,
the latest code in CVS addresses this issue.
Jon