Hello, I am wondering what the best method is for connecting WiseJ with an SQL database would be? Does WiseJ support server side code, similar to PHP? Should I create an API to access the database, then make requests to that API using WiseJ?
Hi
In Wisej Wisej for connecting to a database, You can use just standard .NET and any driver and any ORM and any .NET data source works.
You can check this video, that use Dapper for Sql connection or you can take any tutorial of connecting a .net desktop winforms app and addapt it to Wisej
https://www.youtube.com/watch?v=qYIEoF3TIF4
HTH and happy coding
Please login first to submit.