Original:
(*b) .echo -q $com(RecordsetObject, Open, 1, *bstr, %SQL, dispatch, MySQL.Database, int, 1, int, 3, int 1)

Missing the comma after the final "int" and before the final " 1".

Corrected:
(*b) .echo -q $com(RecordsetObject, Open, 1, *bstr, %SQL, dispatch, MySQL.Database, int, 1, int, 3, int, 1)


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C