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.
| 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 Helperhttp://www.sql-server-helper.com |
 |
|
|
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? |
 |
|
|
|
|
|