X
Xia Wei
Hi group:
These days I'm puzzled about the data type of "image". I created a column
with this type in the database, but how to pass data using ADO.NET?
I know that passing byte[] to SqlParameter is OK, but if the data is very
large, such as 1GB, then I system might be crash.
Is there any better way to fix this problem?
Thank you very much!
Regards,
Sunmast
These days I'm puzzled about the data type of "image". I created a column
with this type in the database, but how to pass data using ADO.NET?
I know that passing byte[] to SqlParameter is OK, but if the data is very
large, such as 1GB, then I system might be crash.
Is there any better way to fix this problem?
Thank you very much!
Regards,
Sunmast