cagin wrote:I don't know about the current cvs status, but sometime ago I had submitted an sql file for sql server. You can find it here:
https://coderanch.com/t/575550
I'm using sql server without any problem...
Continued from above ...
After the last change to sqlserver.sql I can start the forum, login as admin, configure, creeate categories and forums, create new users, login, logout.
But I cannot post messages. When trying it fails with
UPDATE
after some debugging (thank god jforum is open source

) I think I could fix that issue:
I replaced all occurances of
last_post_by_id
in the sqlserver.sql with
last_user_id
UPDATE
another issue: SqlServerUserDAO.java#selectAll(int, int) did not work with your changed sqlserver.sql. I changed the code a little
Now I can post, reply, quote, PM whatever. Will test this further.
Could anybody check those changes and perhaps update the file in CVS?
Next step: implement SSO from the surrounding web app ...
[originally posted on jforum.net by Ansorg]