I can successfully serialize my object to a file (binary mode), can any one
give me any pointers for serializing to SQL2000.
Thanks
Wayne
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
d
("MyBlobField", myByteArray))
HTH,
Duncan Smart
On Tue, 23 Apr 2002 08:46:00 +0100, Wayne Enis <[EMAIL PROTECTED]> wrote:
>I can successfully serialize my object to a file (binary mode), can any one
>give me any pointers for serializing to SQL2000.
>
>Thanks
for an SQL INSERT statement (use something like command.Parameters.Add
("MyBlobField", myByteArray))
HTH,
Duncan Smart
On Tue, 23 Apr 2002 08:46:00 +0100, Wayne Enis <[EMAIL PROTECTED]>
wrote:
>I can successfully serialize my object to a file (binary mode), can any