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 SkipVought 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: *

  1. MyIronLung

    I need ASP code to take a http form post and read it into the XMLDOM

    I need ASP code to take a http form post and read it into the XMLDOM, then parse through the data and write it to an Access database. Any generic code should be helpful. Thanks, MIL
  2. MyIronLung

    Need code to accept http post form field into XMLDOM

    Need code to accept http post form field into XMLDOM. I also need the code to parse through it and get the data into a temporary recordset. Thanks, MIL
  3. MyIronLung

    Need help renaming a table to be tablename+current date

    Thanks a lot. I was able to do everything i needed to do. -C.
  4. MyIronLung

    Need help renaming a table to be tablename+current date

    Need help renaming a table to be tablename+current date through macros or modules. Thanks
  5. MyIronLung

    Need help formatting dates

    I tried that and it didn't work for some reason. Any other thoughts? Thanks, MIL
  6. MyIronLung

    Need help formatting dates

    I need to format a date feild which has dates like: 5/9/2000 12/1/2000 3/12/2001 12/24/1999 to be in the form: YYYY/MM/DD I would like to do this with one update query. Thanks, MIL
  7. MyIronLung

    I need some sample code to accept XML as a text form field in ASP

    I need some sample code to accept XML as a text form field in ASP and then load it into XMLDOM. Then, iterate through the nodes to get the data out. Use any super simple example XML you want. Any help would be greatly appreciated. -C.
  8. MyIronLung

    Need some advice and code for getting form variable

    I need to accept form variables which will contain XML. Should I read them to a text stream using the file object? Or any other ideas? I will need to parse/iterate through the data to write some values to a database. Any suggestions for the easiest way to do this and some example code would...
  9. MyIronLung

    Whenever I use ADORecordset RecordCount property I always get -1

    You da man! :-) More to the point I'm not da man. :-) Thanks alot. It works wonderfully now. -Chris
  10. MyIronLung

    Whenever I use ADORecordset RecordCount property I always get -1

    I changed the code to: objRec.Open "Contact", objConn, adOpenStatic and it still returns RecordCount = -1 -Chris
  11. MyIronLung

    Whenever I use ADORecordset RecordCount property I always get -1

    HELP! I am using a simple query on a standard Microsoft Access sample DB(see code below). It wries out 13 records, but says the recordcount is -1. Why? HELP! Thanks in advance. -Chris <HTML> <HEAD> <TITLE>Contact information</TITLE> </HEAD> <BODY> <% Dim objConn Dim objRec Set objConn...

Part and Inventory Search

Back
Top