AllExperts > Experts 
Search      

VB.NET

Volunteer
Answers to thousands of questions
 Home · More Questions · Answer Library  · Encyclopedia ·
More VB.NET Answers
Question Library

Ask a question about VB.NET
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Rohit Prakash
Expertise
I can answer questions on VB.NET 2003. Areas include: Designing/Developing/Deploying desktop/client-server applications. I can also help in database connectivity using ADO.NET to connect to popular databases like Oracle,Access,SQL Server,MySQL,PostgreSQL etc.

Experience
I have 3 years experience using Visual Basic.NET in corporate environments. I have been providing consulting to private organizations and large departments and also developed solutions for custom needs.

Education/Credentials
Master of Computer Applications.

 
   

You are here:  Experts > Computing/Technology > Basic > VB.NET > store image in sql server 2000

Topic: VB.NET



Expert: Rohit Prakash
Date: 3/13/2007
Subject: store image in sql server 2000

Question
Hello rohit
Can images be stored in sql server 2000?
(eg:- gif,jpg,bmp etc.)
If so how can i do so using vb.net
Can you please point me to some code.
And how can i retrieve them as well.

Thanks a lot

Answer
Images in SQL Server are stored using BLOB datatype. You can read it's documentation to know how to store images. There is nothing to do with VB.NET. Your database will handle it. Goto following links to know how to do this:

http://www.akadia.com/services/dotnet_load_blob.html
http://www.dotnet-guide.com/save-image-in-sql.html
http://www.extremeexperts.com/sql/FAQ/StoreImages.aspx

In the above links C# is used for code. However you can easily understand how to do it in VB.NET.

Hope this helps.  

Add to this Answer    Ask a Question



  Rate this Answer
   Was this answer helpful?
Not at allDefinitely              
   12345  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.