⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sybdbex.h

📁 在SCO UNIX5.05
💻 H
字号:
/*
** Confidential property of Sybase, Inc.
** (c) Copyright Sybase, Inc. 1992 to ???
** All rights reserved.
*/

/*
** %M%:      %I%      %G%      %U%
**  
**  sybdbex.h
**
*/
/* Sccsid %Z% %M% %I% %G% */

#define USER       "user" 
#define PASSWORD   "server_password"   
#define LANGUAGE   "us_english"
#define SQLBUFLEN  255
#define ERR_CH     stderr
#define OUT_CH     stdout

/* Forward declarations of the error handler and message handler routines. 
*/
int err_handler PROTOTYPE((DBPROCESS *dbproc, 
	int severity, 
	int dberr, 
	int oserr,
	char *dberrstr,
	char *oserrstr
	));

int msg_handler PROTOTYPE((
	DBPROCESS       *dbproc,
	DBINT           msgno,
	int             msgstate,
	int             severity,
	char            *msgtext,
	char            *srvname,
	char            *procname,
	int     line
	));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -