If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Inserting images into oracle long raw columns using C#

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-14-02, 08:31
issacraj_henry issacraj_henry is offline
Registered User
 
Join Date: Jan 2002
Location: India
Posts: 1
Question Inserting images into oracle long raw columns using C#

Please help me with code for inserting images from files into Oracle Long Raw colums using C# application.

I tried but can insert only images with length less than or equal to 8000 byes.
Reply With Quote
  #2 (permalink)  
Old 01-14-02, 11:53
vududoc vududoc is offline
Registered User
 
Join Date: Jul 2001
Location: NC
Posts: 102
First, if you are using .bmp files, convert them to .jpg or .gif format, and substantially reduce the space required, and time needed to display. Second, put your images in a directory by themselves, for easy maintenance, and store the \path\filename in the oracle table. The \path need not be accessible to users, only to your C# frontend.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On