Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

common.h

00001 #if HAVE_CONFIG_H
00002 #include <config.h>
00003 #endif /* HAVE_CONFIG_H */
00004 
00005 #include <stdio.h>
00006 
00007 #if HAVE_STDLIB_H
00008 #include <stdlib.h>
00009 #endif /* HAVE_STDLIB_H */
00010 
00011 #if HAVE_STRING_H
00012 #include <string.h>
00013 #endif /* HAVE_STRING_H */
00014 
00015 #include <sqltypes.h>
00016 #include <sql.h>
00017 #include <sqlext.h>
00018 
00019 static char rcsid_common_h[] = "$Id: common.h,v 1.7 2003/04/01 12:01:35 freddy77 Exp $";
00020 static void *no_unused_common_h_warn[] = { rcsid_common_h, no_unused_common_h_warn };
00021 
00022 extern HENV Environment;
00023 extern HDBC Connection;
00024 extern HSTMT Statement;
00025 
00026 extern char USER[512];
00027 extern char SERVER[512];
00028 extern char PASSWORD[512];
00029 extern char DATABASE[512];
00030 
00031 int read_login_info(void);
00032 void CheckReturn(void);
00033 int Connect(void);
00034 int Disconnect(void);
00035 void Command(HSTMT stmt, const char *command);

Generated on Sat Apr 5 23:17:38 2003 for FreeTDS API by doxygen1.2.18