--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes , if we have a REST API, it would make the thing easy and smooth.
However, The company do not want to spent time adding a web server layer over the SQL server .they just provided me a VPN access point. It can makes flutter available to access the SQL server remotely as the way connect to it locally like using JDBC string .
I have to install the VPN on the tablet first. Even though it can work in theory. I can not find a SQL server driver in Flutter.
Regards
Sent from Mail for Windows 10
Hi Jimmy,
Thanks a lot. I will try it. The adapter code demo shows how to manipulate the postgres. Maybe it works for SQL Server.