home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- //
- // FILE: gcutil.h
- //
- // Header for generic Embedded SQL for C utilities
- //
- // COMMENTS:
- //
- // Copyright (C) 1992 - 1994 Microsoft Corporation
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- #define TRUE 1
- #define FALSE 0
-
- // maximum SQL Server identifier length
- #define SQLID_MAX 30
-
- // function prototypes
- int GetOption (int, char**, char*, char**);
- int GetConnectToInfo (int, char**, char*, char*);
-
-