Android Connect to Remote MSSQL db?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mskeels
Posts: 16
Joined: Tue 06 Mar 2012 15:08

Android Connect to Remote MSSQL db?

Post by mskeels » Thu 19 Dec 2013 22:17

Hi,

Using UniDAC, can I create a Delphi client to run on android that can connect directly to a MSSQL db hosted on a remote server?

If so, can I please be directed to a demo or can you give a short description of what would be involved in doing this?

Thanks,
Mark

AndreyZ

Re: Android Connect to Remote MSSQL db?

Post by AndreyZ » Fri 20 Dec 2013 07:59

Hello,

To work with SQL Server, UniDAC uses the OLEDB or SQL Native Client provider. As both these providers support Windows only, there is no support for other platforms at the moment. We have plans to support SQL Server under another platforms (like Android, iOS, etc.), but we cannot provide any time-frame.
You can leave your suggestion at our UserVoice page at http://devart.uservoice.com/forums/1046 ... components . Suggestions with many votes will be implemented faster.

Post Reply