diff options
author | Byron Nikolaidis <byronn@insightdist.com> | 1998-06-03 20:33:45 +0000 |
---|---|---|
committer | Byron Nikolaidis <byronn@insightdist.com> | 1998-06-03 20:33:45 +0000 |
commit | 99d21d5b62a54d64b95dc915a35fb35111bbc430 (patch) | |
tree | 06f02f33d40f78fd3b73ad6d775b18fd34ffd7e4 /src/interfaces/odbc/tuple.c | |
parent | 85f91d0e8e2fa996a2c7ec629037387e1a9cfd88 (diff) |
Update odbc driver to current version V.0244
Diffstat (limited to 'src/interfaces/odbc/tuple.c')
-rw-r--r-- | src/interfaces/odbc/tuple.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/interfaces/odbc/tuple.c b/src/interfaces/odbc/tuple.c index 9b50ba5f3d2..81e9cfe33b6 100644 --- a/src/interfaces/odbc/tuple.c +++ b/src/interfaces/odbc/tuple.c @@ -1,19 +1,19 @@ -
-/* Module: tuple.c
- *
- * Description: This module contains functions for setting the data for individual
- * fields (TupleField structure) of a manual result set.
- *
- * Important Note: These functions are ONLY used in building manual result sets for
- * info functions (SQLTables, SQLColumns, etc.)
- *
- * Classes: n/a
- *
- * API functions: none
- *
- * Comments: See "notice.txt" for copyright and license information.
- *
- */
+ +/* Module: tuple.c + * + * Description: This module contains functions for setting the data for individual + * fields (TupleField structure) of a manual result set. + * + * Important Note: These functions are ONLY used in building manual result sets for + * info functions (SQLTables, SQLColumns, etc.) + * + * Classes: n/a + * + * API functions: none + * + * Comments: See "notice.txt" for copyright and license information. + * + */ #include "tuple.h" #include <string.h> |