Skip to main content

Getting started

myDBR turns your database stored procedures into reports. If you can write a SQL SELECT statement, you already have everything you need to build your first report.

How myDBR works

A myDBR report is a stored procedure in your database. The procedure name carries the prefix sp_DBR, which myDBR uses to identify report procedures. Once you attach a procedure to the myDBR report hierarchy, myDBR executes it and renders the result set: as a table, a chart, a cross-tabulation, or other output formats.

Alongside regular SQL queries, you can use myDBR commands: special string values returned by the procedure that myDBR interprets at runtime to control layout, formatting, linking, and more.

What this section covers

This section walks you through the most common report types and features, step by step:

Start with Creating Your First Report if you are new to myDBR.