I have a MSSQLSQL Server 2000 server with a table containing an image fieldimage column.
How do I insert the binary data of a file into that fieldcolumn by specifying the path of the file?
CREATE TABLE Files
(
FileId int,
FileData image
)
I have a MSSQL 2000 server with a table containing an image field. How do I insert the binary data of a file into that field by specifying the path of the file?
CREATE TABLE Files
(
FileId int,
FileData image
)
I have a SQL Server 2000 with a table containing an image column.
How do I insert the binary data of a file into that column by specifying the path of the file?
I have a MSSQL 2000 server with a table containing a binaryan image field. How do I insert the binary data of a file into that field by specifying the path of the file?
I have a MSSQL 2000 server with a table containing an image field. How do I insert the binary data of a file into that field by specifying the path of the file?