Home > Archive > Clarion > January 2006 > SQL Login Screen
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| John Norman 2006-01-10, 6:55 pm |
| I have an app that accesses a Firebird database.
In my table properites, I have a connect string variable under the
Owner field.
The string gets filled before opening the table as follows:
ConnectionName, UserName, Password
The table opens fine, but I keep getting a log-in window that pops-up,
presumably from the driver. I need this to run without user
intervention, so is there a way to get rid of the log-in window?
Thanks in advance
John
| |
| DarrylG 2006-01-11, 6:55 pm |
| Before opening the table, after setting the connection info, do:
YourTableNameHere{PROP:LOGONSCREEN}=0
| |
| John Norman 2006-01-12, 3:55 am |
| Thanks Darryl!
That did it.
On 11 Jan 2006 11:49:08 -0800, "DarrylG" <darrylg@iqon.com> wrote:
>Before opening the table, after setting the connection info, do:
>
>YourTableNameHere{PROP:LOGONSCREEN}=0
|
|
|
|
|