Search results

  1. A

    Wrong script in ASP to send emails

    I don't know why this code is wrong: strMessage = "Nueva fotograf?a" ' Create email object and set all the values, setting the from address to be the person who filled in the form Set Mailer = Server.CreateObject("SMTPsvg.Mailer") Mailer.FromName = "Alfonso" Mailer.FromAddress=...
  2. A

    E-mail and oscommerce

    I have problems with oscommerce and email: When someone register I and that person don't recieve any email. Also when someone buy a product nobody recieves an email. Oscommerce is running in windows. I have write several tickets but I have not resolved this issue. Can anybody help me?
  3. A

    Autoincremental field in mssql

    How can I create a field that fill automatically with a number incremental: 1 for first record, 2 for second, etc...? It exist in Access 2000 but I don't know to do it in mssql Thanks
Back
Top