Unidac MSSQL prDirect -> socket error on reading

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Brungs
Posts: 1
Joined: Tue 23 Feb 2016 06:47

Unidac MSSQL prDirect -> socket error on reading

Post by Brungs » Tue 23 Feb 2016 07:11

I try to use UniConnection with SQL Server 7 (Delphi XE7 with Firemonkey environment, UniDac 6.2.8).
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

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Unidac MSSQL prDirect -> socket error on reading

Post by azyk » Tue 23 Feb 2016 08:31

For the time being, UniDac doesn't support SQL Server 7 in Direct mode. But you can leave a suggestion to implement this functionality on our UserVoice page: https://devart.uservoice.com/forums/104 ... components . If the suggestion gets enough user votes, we will consider the possibility to implement it.

Post Reply