Use the working example provided in the adapter distribution to learn how to send a SQL query to the adapter, and receive XML-formatted stream data from Event Stream Processor and view it in a Web browser.
| Operating System | Step |
|---|---|
| UNIX |
|
| Windows |
|
| Operating System | Step |
|---|---|
| UNIX | Open a terminal window:
|
| Windows | Open a command window:
|
| Operating System | Step |
|---|---|
| UNIX | Open a terminal window and enter: start_adapter.sh |
| Windows | Open a command window and enter: start_adapter.bat |
| Operating System | Step |
|---|---|
| UNIX | Open a terminal window and enter: ./upload.sh |
| Windows | Open a command window and enter: upload.bat |
SELECT * FROM Stream1
SELECT * FROM Stream1 where intcol = 10
SELECT * FROM Stream1 where intCol > 10(executed in debug mode)