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 Mike Lewis 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. cjircita

    XML Automatic Import to Access 2002

    Thank you. I do already have this working within Access. What I'm looking for is if someone has used VB or VBScript to automatically load XML into an .mdb file, bypassing the Access interface. Thanks for the reply though.
  2. cjircita

    XML Automatic Import to Access 2002

    I need to generate an automatic XML import to Access 2002, using VB or VBScript. Does anyone have anything they can share?
  3. cjircita

    Automatic XML Import to Access 2002

    I'm need to import an XML file into Access 2002 automatically every night, creating and overwriting a table. Has anyone done this using VB or VBscript?
  4. cjircita

    SMTP Sending Mail Twice to Recipients

    The answer: I had a javascript subroutine that was doing the submit of the page after checking some fields - function checkdata(), document.chmodify.submit. I had also copied a submit button tag from another page to change a former button that was an input type="button". The one I...
  5. cjircita

    SMTP Sending Mail Twice to Recipients

    Oh, you're gonna love this! I declared a session variable (called dcount) on the main page, then did a count on it in the zupdate routine where the mail code resides. I added 1 to dcount everytime it was supposed to go through the routine. Get this - on submit of the page, most of the time the...
  6. cjircita

    SMTP Sending Mail Twice to Recipients

    I've got a MS Word 2000 document with all of the code in it if you want to sort through it. It's a lot of code. Still generating two emails. Can't figure it out. Thanks. http://www.jircitano.com/this.asp
  7. cjircita

    SMTP Sending Mail Twice to Recipients

    Can't post this until tomorrow because my server is down. Please check back then. Thanks for willing to help. Chris
  8. cjircita

    SMTP Sending Mail Twice to Recipients

    I've written ASP code to send mail using the default SMTP server on a Windows 2000 Server box. My problem is 99.9 percent of the time the mail messages are being sent to each recipient twice. Less than 1 percent of the time a message will get sent only once. My ASP code is simple (see below)...
  9. cjircita

    SMTP Sends Mail Twice From ASP

    I've written ASP code to send mail using the default SMTP server on a Windows 2000 Server box. My problem is 99.9 percent of the time the mail messages are being sent to each recipient twice. Less than 1 percent of the time a message will get sent only once. My ASP code is simple (see below)...
  10. cjircita

    Text datatype (SQL database)

    Cool, glad you figured it out. Chris Aka: cjircita Aka: jircitano
  11. cjircita

    Text datatype (SQL database)

    Not the text field, but the ID field, I mean. I'll get it right eventually.
  12. cjircita

    Text datatype (SQL database)

    Oh, and I forgot one thing: mminuteid is simply a variable set to the text field in your database. You set that earlier before executing the statement, of course. Chris
  13. cjircita

    Text datatype (SQL database)

    I've had the same problem today. What I found out is that you have to execute an entire separate SQL statement to get it to work. I did this: <textarea name=&quot;txtmtext&quot; id=&quot;txtmtext&quot; rows=&quot;28&quot;> <% mydsn=&quot;dsn=chconn&quot; mysql=&quot;select minuteid, mtext from...

Part and Inventory Search

Back
Top