Subject | Re: [firebird-support] Re: PRINT? |
---|---|
Author | Helen Borrie |
Post date | 2007-06-01T22:15:29Z |
At 01:26 AM 2/06/2007, you wrote:
"dialect" of SQL.
flavour of SQL.
includes an SQL interpreter, along with a whole lot of other stuff.
utility, like isql but with more bells and whistles. I would be
surprised if you can't find a third-party tool that emulates some of
these things.
^ heLen
>Let me rephrase the question.This is a utility interface, similar in some ways to isql, not a
>
>I am familiar with other dialects of SQL, such as T-SQL
"dialect" of SQL.
>PL/SQLis Oracle's vendor-specific procedural language extensions, not a
flavour of SQL.
>, and FoxPro.FoxPro is a user interface to a desktop database. Its user interface
includes an SQL interpreter, along with a whole lot of other stuff.
> In T-SQL, for example, I can bring up an IDE such as SSMSE orWhat you want is not SQL or PSQL. It is a tool feature, a client
>Query Analyzer and execute the following:
>
>DECLARE @i INT
>SET @i = 1
>PRINT @i
>
>The IDE would give me a message: "1". (This is, of course, a
>simplified example for purposes of discussion.)
>
>Currently I am getting funds from my organization to buy a license to
>IBExpress, so I can have a debugger. Until I can get that, I have to
>resort to other means. I would like to do the same sort of thing as
>above in PSQL:
>
>DECLARE VARIABLE i INT
>SET i = 1
>PRINT i
utility, like isql but with more bells and whistles. I would be
surprised if you can't find a third-party tool that emulates some of
these things.
>The Script Executive of IBExpert does have a message area. It seems toI expect IBExpert's vendors would consider implementing feature requests.
>me that the value of i should appear there.
>It would be great if FlameRobin would have this capability sometime,Try posting a question to the firebird-tools list.
>but I'm sure they have plenty to work on as it is. If anyone has any
>suggestions about any other tool, please let me know.
^ heLen