I have setup a connection with UniConnection1 to a SQL Server. All the settings are right and a connection can be established. BindSourceDB1 is linked to my stored procedure which is set to execute after establishing a connection.
However I can not bind TMSFMXGrid to a BindSourceDB1. It wont accept it.
I tried using a DataSource.Linked it to UniStoredProc1 and used the Bindings wizzard (Link a grid with a DataSource). However TMSFMXGrid is not on the menu. I have TGrid,TStringGrid,TTMSFXLiveGrid...
I tried with the later. It just created another grid. However at this point if I set the stored procedure to active I can see the data in the database.
When I run the application on my phone I can not edit anything (though it should be editable). My dbnavigator that came with the wizard is almost useless. I can only move through the records. So why is it taht I can not link my components (datasource) to the actual TMSFMXGrid?