Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Initializes a new instance of the SQLServerBlob class when given a SQLServerConnection object and a byte array.
Note
This method has been deprecated in JDBC Driver version 2.0. Instead, use the createBlob method of the SQLServerConnection class.
Syntax
public SQLServerBlob(SQLServerConnection connection,
byte[] data)
Parameters
connection
A SQLServerConnection object.
data
A byte array.
See Also
SQLServerBlob Constructors
SQLServerBlob Members
SQLServerBlob Class