Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.NET 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 20th, 2005, 08:34 PM
Registered User
 
Join Date: Jul 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to serialize(save) 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 (save) 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)

 
Old July 21st, 2005, 06:59 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Here is a thread that might be of some help:

http://p2p.wrox.com/topic.asp?TOPIC_ID=30790

-Peter
 
Old July 21st, 2005, 07:58 PM
Registered User
 
Join Date: Jul 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks for your reply!






Similar Threads
Thread Thread Starter Forum Replies Last Post
Save a text file on SQL Server petercyriljones SQL Server DTS 2 January 3rd, 2007 07:35 AM
any new idea about serialize(save) object into dat gooood General .NET 0 July 26th, 2005 09:30 PM
how to serialize object into SQL Server? gooood SQL Server 2000 0 July 17th, 2005 10:28 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.