Joined: 30 Jan 2004 Posts: 139 Location: Gothenburg, Sweden
I'm not sure I understand your question, but it seems you want to access a database table other than the Broker database tables, i.e. some application specific data. If this is the case then:
1. Create a new database and table(s). Don't mix app data with broker data in the same db
2. Create a ODBC data source for this new db
3. In the Compute node where you want to execute the PASSTHRU, set the Data Source parameter to the name of your ODBC data source
4. Exceute any SQL statement within single quoutes with PASSTHRU
5. Read up on PASSTHRU in the doc
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum