Chapter 5. A Tutorialfor Adaptive Server Enterprise Users
2. Connect to the server using the Interactive SQL utility:
dbisql -c "eng=field;dbn=field;uid=DBA;pwd=SQL"
Theuser ID and password must be entered in upper case, as the Adaptive
ServerAnywhere database was created as case-sensitive.
3. Load the data using the READ command:
READ C:\TUTORIAL\RELOAD.SQL
Toload the data into the database as a batch process
1. Start anAdaptive Server Anywhere server running on the field database:
dbeng9 field.db
2. Run the script from Interactive SQL:
dbisql -c "eng=field;dbn=field;uid=DBA;pwd=SQL" reload.sql
Theuser ID and password must be entered in upper case, as the Adaptive
ServerAnywhere database was created as case-sensitive.
Whatnext? Thesystem is now ready for replication.
Forthe next step, inserting and replicating data, see the section “Start
replicatingdata” on page 66.
65