I am trying to connect to an ms sql server 2000 db from osx 10.4.
I have tried both the open source and the microsoft jdbc driver, and even a third one.
I can connect to the db but I always get the same error message :
com.servoy.j2db.persistence.RepositoryException: Cannot work without primaryKey on table ‘xxxxxx’
Are you really sure those tables have a primary key (constraint), not just a identity column? Under indexes/keys of those tables you should see something like “PK_xxxx”.