- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
If possible, use xtk instead of sql.
The arity of the sqlGet* functions is determined by the number of bind variables in the query, +1 for the query itself.
In the second example there are zero bind vars so it expects 1 arg.
Thanks,
-Jon