[DOTNET] Serializing to SQL Table

2002-04-23 Thread Wayne Enis
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.

Re: [DOTNET] Serializing to SQL Table

2002-04-25 Thread Wayne Enis
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

Re: [DOTNET] Serializing to SQL Table

2002-04-25 Thread Wayne Enis
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