You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also could try older drivers. Because I know some other applications which have not been able to use
sqljdbc_8.2 or sqljdbc_7.4, but only sqljdbc_7.2 or older
So I also added these older files to the "Klassenpfad". But nothing helps.
I am not a Java specialist, but a database developer.
I was looking for an OpenSource Tool to create WebForms form MSSQL Server database, I found OpenXava and there was mentioned MogwaiER which should be able to reverse engine my databases to generate OpenXava Applications. But I can't even start the basics - to connect any MSSQL database
The text was updated successfully, but these errors were encountered:
ERDesignerNG defaults to JDTS(http://jtds.sourceforge.net/) for Microsoft SQL Dialects. If you add original Microsoft JDBC drivers, you have to change the Driver Classname accordingly (the Treiber configuration option, which is the fullqualified class name).
@mirkosertic
Thank you very much, this works! I am able to reverse engine. And maybe I will be able to create some WebForms using OpenXava this way :-)
I will try if I can add virtual PK and FK to views.
Could you add some words about configuring connections into the documentation?
For users, not connecting with database using Java so often, this is not so clear.
I am not able to configure any connection to MSSQL
First I got the latest available JDBC driver from Microsoft
Microsoft JDBC DRIVER 8.4 for SQL Server
I added them to a "Klassenpfad"
But I can't connect to any of my mssql servers
I always get this error:
I have no idea about this
and I did not change it. it will be entered when I select mssql
And I tried different servers and different databases, explicit user and integrated security, different strings:
and other combinations
I also could try older drivers. Because I know some other applications which have not been able to use
sqljdbc_8.2 or sqljdbc_7.4, but only sqljdbc_7.2 or older
So I also added these older files to the "Klassenpfad". But nothing helps.
I am not a Java specialist, but a database developer.
I was looking for an OpenSource Tool to create WebForms form MSSQL Server database, I found OpenXava and there was mentioned MogwaiER which should be able to reverse engine my databases to generate OpenXava Applications. But I can't even start the basics - to connect any MSSQL database
The text was updated successfully, but these errors were encountered: