1 Reply Latest reply on Jun 6, 2011 11:50 AM by tcunning

    Sql-provider

    mlog

      Hi.

      In my project I need to poll the database table for changes. I think I have to use the sql-provider to do that. I read "Programmers guide" but I found that usage of sql-provider is not explained at all. Is there any information about it except quickstart samples?

      Thanks.

        • 1. Re: Sql-provider
          tcunning

          It is briefly touched on in section 14.2 of the Programmer's Guide, but you are right, there's no specific section for the sql-provider.      You should be able to get what you need out of the helloworld_sql_action or helloworld_tx_sql_action quickstarts though - there's not too much to this.      Look at how the database has a status column that's updated once a row is processed and how the data column becomes the message.