SQLBINDCOL

From: Inode <miststrarrer_at_gmx.at>
Date: Mon, 30 Jul 2001 09:17:45 +0200
Message-ID: <3b6509a0$1_at_e-post.inode.at>


I need to read a Varchar2(1024) file from a oracle DB in a VC++ program. But the SQLBINDCOL function only gets me the first 128 characters and then truncates the string.

It looks like this:
 SQLBindCol(ht, 1, SQL_C_TCHAR, &String, sizeof(String), &iSqlIsNull_id);

Anybody has a idea how i could solve the problem??? Received on Mon Jul 30 2001 - 09:17:45 CEST

Original text of this message