Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 17th, 2005, 10:28 PM
Registered User
 
Join Date: Jul 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to serialize object into SQL Server?

hey!nice to meet you,everyone.you can call me bill.can we make friends?
recently i posted a problem on the forum,but hasnot had an answer.could you please help me?i'm worring about it.my question is:how to serialize object into SQL Server?for a instance:
     <serializable()>_
   public class employee
     private _name as string
     private _age as string
   public property name() as string
     get
       return me._name
     end get
     set(byval value as string)
       me._name=value
     end set
     end property
   .........
maybe use dataset as interface,but i failed.i think you are a warmhearted man.please help me.thank you very very much.:)
    good luck and make more money! bill(in forum's name is:gooood)






Similar Threads
Thread Thread Starter Forum Replies Last Post
storing serialized object in sql server ACE2084 General .NET 0 October 13th, 2005 01:35 PM
any new idea about serialize(save) object into dat gooood General .NET 0 July 26th, 2005 09:30 PM
how to serialize(save) object into SQL Server? gooood ADO.NET 2 July 21st, 2005 07:58 PM
how to serialize object into SQL Server?please hel gooood XML 1 July 17th, 2005 09:35 PM
Trying to serialize CultureInfo object cgbissio C# 0 July 17th, 2003 10:27 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.