Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML 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, 09:04 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?please hel

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)

 
Old July 17th, 2005, 09:35 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

I don't know the answer but I'll reply anyway as you asked so nicely.

Probably the reason you didn't get an answer is that this is an XML forum and on the surface, your question doesn't seem to have anything to do with XML.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





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? gooood SQL Server 2000 0 July 17th, 2005 10:28 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.