We have two schools linked together on a wan - some staff work in both schools and the post 16 centre has its own database.
The login prompt asks you to pick which database underneath the username and password fields.
Our connect.ini has the following in it;
Code:
[SIMSConnection]
ServerName=servername\simssql2008
DatabaseName=localdatabasename
ServerType=SIMSSQL
DatabaseMode=OnLine
CommandTimeout=100000
[SIMSDatabases]
FriendlyName0=School Number One
Server0=servername1\simssql2008
databasename0=database1
DatabaseMode0=Online
CommandTimeout=100000
FriendlyName1=School number two
Server1=123.123.123.123\SIMSSQL2008
databasename1=database2
DatabaseMode1=Online
CommandTimeout=100000
The [SIMSConnection] at the top is the default option on the drop down - so you may want to default the correct database in each school to be that schools own database