
With Provider = prSQL, everything works fine (connection, queries...).
But with Provider = prDirect, I get "socket error on reading" when I try to connect to the database. I need to use prDirect because the final application runs under Android.
Do I need to change other parameters ? Or configuration of the SQL server ?
Thanks for advices