Hello,
The following sql retrieves four records that provide information regarding the AssetInventory-Prcessors:
select * FROM [dbo].[AssetInventory_Processor] where nodeid = 411;
The problem is that when i want to retrieve the data using the SDK (Java), only one record is retrieved.
Any ideas of what is going wrong?
Furthermore has anyone worked on retrieving the data directly from the database? An example would be great (Java)
Best Regards