hi,
You can access the database by the following at the command prompt:
dbaccess testdb -
The database testdb will selected and you get a chance to pass the SQL statements to the server. Terminate each statement with a semicolon. Press interrupt key (Ctrl-C) to come out.
Regards,
Shriyan