Problem : Usnig UNIDAC in firemonkey android
Posted: Fri 06 Jun 2014 17:07
I used UniDAC in a sample firemonkey with UniConnection ,It was successfully connected to
sql server database ,Then I upload my app on my mobile , But when I set
uniconnection.connected:=true;
Message "YOU SHOUD ADD THE SQLSERVERUNIPROVIDER UNIT TO THE USES CLAUSE OF ANY UNIT IN YOUR PROJECT OR PLACE THE TSQLSERVERUNIPROVIDER COMPONENT ON THE FORM " shows on my mobile screen , My problem is that the SqlServerUniProvider is not an android component and it is disable in the UniDAC Provider Tab and I cant use it , It seems for windows app , So what I should do?
sql server database ,Then I upload my app on my mobile , But when I set
uniconnection.connected:=true;
Message "YOU SHOUD ADD THE SQLSERVERUNIPROVIDER UNIT TO THE USES CLAUSE OF ANY UNIT IN YOUR PROJECT OR PLACE THE TSQLSERVERUNIPROVIDER COMPONENT ON THE FORM " shows on my mobile screen , My problem is that the SqlServerUniProvider is not an android component and it is disable in the UniDAC Provider Tab and I cant use it , It seems for windows app , So what I should do?