Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: ExecuteWithResultsAndMessages doesnt return PRINT stmts

    I try to run the following JScript code and never see "AAAAAAAAAAAAAA" as a result.

    function bt2Click()

    {

    var sql = "print 'AAAAAAAAAAAAAA'";

    //var msg;

    //var msg = "";

    var msg = "BBBBBBBBBBBBBB";

    //database.ExecuteWithResultsAndMessages(sql, sql.length, msg);

    database.ExecuteWithResultsAndMessages2(sql,...

Viewing post 1 (of 1 total)