Best Method For Connecting to Database?

0
0

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?

  • You must to post comments
0
0

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

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.