At 07:41 AM 9/18/01 -0700, John Dew wrote:
>
>What do I have to do to eliminate the initial Dialog Box 
>and how do I automatically set up the Data Source User ID ?  
>
>I am using RBase 6.5+ Build 1.839 RT03


John,

First, the effect of having STATICDB set ON is that no 
schema changes can occur during that connection session.

If you would like to eliminate the initial dialog and 
automatically set up the data source, then:

SET STATICDB ON
CONNect DBName
SCONNect DataSourceName IDENTIFIED BY NONE
SATTACH DataSourceTableName AS DataSourceTableName USING ALL

OR

SATTACH DataSourceTableName AS AliasTableName USING ALL 

If you DISConnect the database, make sure to use:

CONNect DBName
SCONNect DataSourceName IDENTIFIED BY NONE

before you access the SATTACHed DataSourceTableName!

Note:

With STATICDB ON and SERVER Table(s) attached, you CANNOT use 
SDETACH ALL command. You will need to use:

SDETACH DataSourceTableName
(one at a time)

Have Fun!

Very Best Regards,

Razzak.

PS. TGRB2000 (ver 6.5++) for Windows includes the updated R:BASE 
    2000 for Windows ODBC driver!


===================================-============================
Official R:BASE List Server:    mailto:[EMAIL PROTECTED]
RBTI Events/Training:        http://www.rbase2000.com/events
R:DCC Members:               http://www.rbase2000.com/rdcc
================================================================
R:BASE, Oterro & R:Tango are registered trademarks of RBTI.
==================================-=============================

Reply via email to