Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 About BLOB field

Author  Topic 

indusurya
Starting Member

2 Posts

Posted - 2007-02-05 : 12:43:13
What is BLOB field in MS SQL? How to use insert and access from this field?

sshelper
Posting Yak Master

216 Posts

Posted - 2007-02-05 : 12:45:12
In SQL Server 2000, you will use an image data type for a BLOB field.

SQL Server Helper
http://www.sql-server-helper.com
Go to Top of Page

indusurya
Starting Member

2 Posts

Posted - 2007-02-05 : 12:56:26
how to insert and access data's in to this field from java through JDBC connectivity?
Go to Top of Page
   

- Advertisement -