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.
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: