Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Need ODBC Example Code
rock_cogar_at_my-deja.com wrote:
>
> Hi,
>
> I need to use ODBC in Visual C++ (5.0) to write 143000 rows of varchar2
> (4000) columns to several thousand different folders. It would be
> faster to user the package utl_file and write it in PL/SQL, but the
> security limitations (1 write folder) on that package prevents it from
> being an option.
>
> Really I need just a cursor loop to fetch and do some file I/O, but it
> has to be in ODBC (or DAO,...) since I do not have a tool like Pro*C to
> embedd SQL in C.
>
> So, does anybody out there have a working ODBC example C program that
> uses a cursor ?
>
> Thanks,
> Rock Cogar.
> Oracle DBA
> Radian International LLC.
> Oak Ridge, TN. USA.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Go to the following url and download the Data Access SDK 2.0 and the 2.1 update. It will give you lots of examples.
http://www.microsoft.com/Data/download2.htm Received on Tue Feb 01 2000 - 11:07:28 CST
![]() |
![]() |