ODBC guide

Read project by ID


Reads detailed information about a specific project identified by its ID. This is useful for drilling down into the specifics of a single project.

Use the WHERE id=... clause to filter the Projects table for a specific record. Replace 111112345 with the project ID.

SELECT * FROM Projects WHERE id=111112345