Microsoft
Software
Hardware
Network
Question : Compare XML value to string and retrieve different value
Hello. Need a bit of help here.
I've exported a table from Access to an XML file and it looks like this:
<TblAd>
<samid>FPT-PA3105</samid>
<fn>John</fn>
<ln>Doe</ln>
<office>BAL-H/005</office>
<title>BOFH</title>
</TblAd>
I save a record in an SQL database using parameters: cmd.Parameters("@paramUser
Id").Value
= sMyString
What I need is to compare Environment.UserName with the value in 'samid' in the XML file. And if they match, retrieve 'ln' and 'fn' from the same XML and save it in a string.
.NET is v2.0
Would be nice :)
Thank you in advance.
Best regards,
Dennis Svendsen
Answer : Compare XML value to string and retrieve different value
Hi Geert. Why Delphi Programming?
Random Solutions
HP Media Center M376N Desktop Computer needs CPU Fan
Computer with nVidia GeForce 9800 GTX+ has problems - power supply or card issues?
asp table shrink to fit one page
save a webpage to file then reload from file.
Exchange 2007 owa with Forefront TMG, owa not working after configuring autodiscovery NTLM with a new listener
Increasing Partition Size
linux Centos server
How to use Acronis?
how is user name and password is verified in websites?
The following PHP_IMAP script is echoing an error; how do I hide the error from showing?