Hi Guys,
I'm using ASP.NET membership to create and store user information in my database, the users details are saved to a table called
aspnet_profile there is two fields in this table called: PropertyNames and PropertyValues below is an Example of the string stored in each field
PropertyNames
Class:S:0:7:FirstName:S:7:
7:Surname:
S:14:7:Gro
up:S:21:5:
Address1:S
:26:4:Cont
act:S:30:5
:Address2:
S:35:21:
PropertyValues
7D1TimSmithFalseClass71Fal
seBlock 5
The information is stored as above i need a select that will join up both fields so the end statement will look like this
FirstName:Tim
Surname:Smith
Group:False
Class:7D1
Address1:Class71
Address2:Block 5
Contact:False
Thanks
Jay Eire
Start Free Trial