Providence1:
I’m getting the following error and have no idea what it means:
User name: dba
password: sql
Database Server URL: jdbc:sybase:Tds:localhost:2638?ServiceName=CONTACT_MGMT.DB>&CHARSET=utf8
there’s a typo in your URL as well: remove the > behind the database name:
Database Server URL: jdbc:sybase:Tds:localhost:2638?ServiceName=CONTACT_MGMT&CHARSET=utf8
I have checked the sybase.config file twice, once with Notepad once with WordPad. Although it doesn’t list it’s “.extension” after the edit in normal windoze detailed view, it is indeed edited propertly:
database/contact_mgmt.db
jaleman:
I caught that “>” after I posted and I still get the same error.