Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Need ODBC Example Code

Re: Need ODBC Example Code

From: Kenneth C Stahl <BlueSax_at_Unforgetable.com>
Date: Tue, 01 Feb 2000 12:07:28 -0500
Message-ID: <389712D0.9E7400F2@Unforgetable.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US