Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Database > Oracle
|
Oracle General Oracle database discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Oracle section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 19th, 2003, 01:07 PM
Registered User
 
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default managing picture using oracle or sql server

i would like to know how can i save picture as an database item and then retrieve it. what data type should be used etc..etc..
 
Old August 21st, 2003, 12:22 AM
Authorized User
 
Join Date: May 2003
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Which database and Interface you are using?

Quote:
quote:Originally posted by vedant
 i would like to know how can i save picture as an database item and then retrieve it. what data type should be used etc..etc..
Deepesh Jain
VB,VBA & .NET Specialist
Wiley Support Team
 
Old December 11th, 2007, 06:54 AM
Authorized User
 
Join Date: Dec 2007
Posts: 65
Thanks: 9
Thanked 2 Times in 2 Posts
Send a message via AIM to sandeepgreaternoida Send a message via MSN to sandeepgreaternoida Send a message via Yahoo to sandeepgreaternoida
Default

Quote:
quote:Originally posted by vedant
 i would like to know how can i save picture as an database item and then retrieve it. what data type should be used etc..etc..
:)
i have the same problem ..i too,want to know manipulating picture images using sql 2000 or sql 2005

thanx

 
Old January 28th, 2008, 08:59 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If you want to store them in the database, use a blob file type. But I STRONGLY suggest you store the images outside of the database and simply store the path to the file in the database. When your image library starts to get large, it's going to make your database huge and database managment a pain.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Oracle to SQL Server DataType Mapping maulik33 SQL Language 0 November 1st, 2007 02:48 PM
Store an picture in SQL Server ashoka_klt SQL Server 2000 1 October 29th, 2006 11:27 PM
How to insert a Picture in SQL Server using VB 6.0 swadhinm Pro VB Databases 0 September 21st, 2005 06:52 AM
Data Migration from Oracle to SQL Server AB SQL Server DTS 1 July 27th, 2005 12:38 AM
Anyone fluent in Oracle and SQL Server? evaldesc Oracle 0 July 13th, 2004 11:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.