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)
|