Subject Re: [firebird-support] Any Marathon Users?
Author Bob Murdoch
At 12/24/2003 03:51 PM, you wrote:
>I've been trying to run pieces of a Marathon script I'm working on. When I
>open the file in a SQL Editor window, I don't have a connection. The only
>way I've been able to do it is copy it all to another SQL Editor window.
>Seems like there should be a better way.

I'm assuming you mean when you open the file in the Script Executive
window? If so, the first line of your script needs to be:

connect <database> user <username> password <password>;


The script executive is a seperate application, not sharing the db
connection that the Marathon UI uses.


Bob M..