Subject | Re: [IBO] IB_SQL Connect syntax |
---|---|
Author | Daniel Rail |
Post date | 2002-11-27T03:24:26Z |
Tuesday, November 26, 2002, 8:30:28 PM, you wrote:
s> Just curious about this. I don't think it was ever answered fully in
s> the past....
s> Monitoring an IB_Query shows it connects with 'CONNECT DATABASE ....'
s> and IB_SQL scripts require this same syntax, yet it isn't documented
s> in the IB6 manual(?). Other programs like IBAdmin3 barf at this
s> syntax, so how/why does IBO use/need it?
What you see is not the actual DML statement. IBO uses an API call to
GDS32.dll to connect to the database. That line is for information
purposes, and if you take a closer look at that line, you'll notice
that there is no username and password.
--
Best regards,
Daniel
s> Just curious about this. I don't think it was ever answered fully in
s> the past....
s> Monitoring an IB_Query shows it connects with 'CONNECT DATABASE ....'
s> and IB_SQL scripts require this same syntax, yet it isn't documented
s> in the IB6 manual(?). Other programs like IBAdmin3 barf at this
s> syntax, so how/why does IBO use/need it?
What you see is not the actual DML statement. IBO uses an API call to
GDS32.dll to connect to the database. That line is for information
purposes, and if you take a closer look at that line, you'll notice
that there is no username and password.
--
Best regards,
Daniel