What are the advantages and disadvantages of using the ExtendedTable over a SimpleTable? I have reviewed the documentation and APIs and could not see a real difference. Please provide more insight....
Type: Posts; User: wattsw
What are the advantages and disadvantages of using the ExtendedTable over a SimpleTable? I have reviewed the documentation and APIs and could not see a real difference. Please provide more insight....
I was wondering if there was any examples of how to implement a subscription to a table that has a selector? What is required for both the client and server (data adapter)? Also, it appears that no...
I found the problem. When I was naming the metadata and data servers I was naming them the same as the adapter name in the adapter.xml. When I named them to something unique, it works. I believe...
I have created two adapters one that is Piped mode launched by the DotNetServer_N2. The other is a stadalone socket adapter following the guidance provided in the pdf and on the posted thread with...