home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1996
- #
- # File: %W%
- # Author: edri
- # Description: SQL Server Anywhere RDBMS attributes.
- #---------------------------------------------------------------------------
- # SccsId = %W% %G% Copyright 1996 Cadre Technologies Inc.
-
- proc RepositoryDBMS::name {} {
- return "Sybase SQL Anywhere"
- }
-
- proc RepositoryDBMS::shortName {} {
- return "ssa"
- }
-
- proc RepositoryDBMS::hasUser {} {
- return 0
- }
-
- proc RepositoryDBMS::hasPassword {} {
- return 1
- }
-
- proc RepositoryDBMS::hasDirectory {} {
- return 1
- }
-
- proc RepositoryDBMS::hasServer {} {
- return 1
- }
-
- proc RepositoryDBMS::hasHost {} {
- return 0
- }
-