Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wjaram
  • Content: Threads
  • Order by date
  1. wjaram

    vb.net get last insert id from sql server 2008

    I'm executing a query in vb.net inserting a row into an sql server 2008 table. The table has a unique id column that auto increments on each insert. How do i get the value of the id created on the last insert. What I need is equivalent to mysql_insert_id(); in php and mysql, but I need it for...
  2. wjaram

    Help Parsing XML with PHP

    I need some help parsing XML with PHP. Below is a sample of the XML I'm using. <?xml version="1.0" encoding="UTF-8"?> <response> <requestinformation code="100"> <codemessage>RECORDS FOUND</codemessage> <inputs> <firstname>test</firstname> <lastname>test</lastname> <dob year="1976"...

Part and Inventory Search

Back
Top