Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bagaffey/avatardb-sqlquery

This windows form application uses the WSAPI.RADplus.XML.XMLservice, which, is an Avatar web service that allows you to submit a SQL query to the Caché database. The SQL syntax complies with Caché SQL which is the InterSystems extension of SQL-92. This is a useful tool for testing SQL queries against your Avatar Caché database. This tool is particularly helpful during widget, reports, or any other reporting development so that you can get results from your widget instantly. The result may be viewed within a datagrid or the within the XML that is returned by the webservice. The XML is useful when you're debugging your query to see where something may have gone wrong as the full error message from the SOAP web service would be displayed here. NOTE: This has only been used with InterSystems Caché 2010.2
https://github.com/bagaffey/avatardb-sqlquery

c-sharp intersystems-cache soap-client soap-web-services sql-query windows-forms xml

Last synced: about 6 hours ago
JSON representation

This windows form application uses the WSAPI.RADplus.XML.XMLservice, which, is an Avatar web service that allows you to submit a SQL query to the Caché database. The SQL syntax complies with Caché SQL which is the InterSystems extension of SQL-92. This is a useful tool for testing SQL queries against your Avatar Caché database. This tool is particularly helpful during widget, reports, or any other reporting development so that you can get results from your widget instantly. The result may be viewed within a datagrid or the within the XML that is returned by the webservice. The XML is useful when you're debugging your query to see where something may have gone wrong as the full error message from the SOAP web service would be displayed here. NOTE: This has only been used with InterSystems Caché 2010.2

Awesome Lists containing this project