Sybase 12.4.2 manual Extra cache needed for Java

Models: 12.4.2

1 536
Download 536 pages 20.34 Kb
Page 78
Image 78

Simple connection examples

Using the Start parameter

The following connection parameters show how to load the sample database as an embedded database:

dbf=path\asiqdemo.db

uid=dba

pwd=sql

where path is the name of your Adaptive Server IQ installation directory.

The following connection parameters show how you can customize the startup of the sample database as an embedded database. This is useful if you wish to use command-line options, such as the cache size:

Start=asiqsrv12 -gm 10 -gp 4096 -c 8M dbf=path\asiqdemo.db

uid=dba

pwd=sql

Example: connecting from DBSQL

Extra cache needed for Java

If you are using Java in an embedded database, you should use the start line to provide more than the default cache size. For development purposes, a cache size of 8 MB is sufficient.

In this example, the sample database is an embedded database within DBSQL.

To connect to an embedded database from DBSQL in Windows NT:

1Start DBISQL with no databases running. You can use either of the following ways:

From the Windows NT Start menu, choose Sybase Adaptive Server Anywhere Interactive SQL.

Type dbisql at a system command prompt.

When DBISQL starts, it is not connected to any database.

2Type CONNECT in the command window, and press F9 to execute the command. The connection dialog appears.

3If you have an ODBC data source for your database, select that data source.

4Enter DBA as the user ID and SQL as the password. Then click the Database tab. Enter the full path of the sample database in the Database File field. For example, if your installation directory is c:\sybase\asiq12 you should enter the following:

c:\sybase\asiq12\asiqdemo.db

58

Page 78
Image 78
Sybase 12.4.2 manual Extra cache needed for Java, To connect to an embedded database from Dbsql in Windows NT