projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use of blobs with a binding to a SQL_C_BINARY type column definition was not working...
[wxWidgets.git]
/
src
/
iodbc
/
info.c
diff --git
a/src/iodbc/info.c
b/src/iodbc/info.c
index 938d6ab4436656852ab152fe96e35aa27d59b30f..f5efc7e3f7b97e40d194b486bb7d80b1c0f60c1b 100644
(file)
--- a/
src/iodbc/info.c
+++ b/
src/iodbc/info.c
@@
-24,19
+24,19
@@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include
<config.h>
+#include
"config.h"
-#include
<isql.h>
-#include
<isqlext.h>
+#include
"isql.h"
+#include
"isqlext.h"
-#include
<dlproc.h>
+#include
"dlproc.h"
-#include
<herr.h>
-#include
<henv.h>
-#include
<hdbc.h>
-#include
<hstmt.h>
+#include
"herr.h"
+#include
"henv.h"
+#include
"hdbc.h"
+#include
"hstmt.h"
-#include
<itrace.h>
+#include
"itrace.h"
#include <stdio.h>
#include <ctype.h>
#include <stdio.h>
#include <ctype.h>
@@
-193,13
+193,17
@@
SQLDataSources (
* Copy DSN information
*/
STRNCPY (szDSN, sect[cur_entry], cbDSNMax);
* Copy DSN information
*/
STRNCPY (szDSN, sect[cur_entry], cbDSNMax);
-
+/*
+glt??? pcbDSN = strlen(szDSN);
+*/
/*
* And find the description that goes with this entry
*/
_iodbcdm_getkeyvalbydsn (sect[cur_entry], strlen (sect[cur_entry]),
/*
* And find the description that goes with this entry
*/
_iodbcdm_getkeyvalbydsn (sect[cur_entry], strlen (sect[cur_entry]),
- "Description", szDesc, cbDescMax);
-
+ "Description", (char*) szDesc, cbDescMax);
+/*
+glt??? pcbDesc = strlen(szDesc);
+*/
/*
* Next record
*/
/*
* Next record
*/