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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by trinity85

  1. trinity85

    maximum string length?

    Thank you but it truncates it even before copying it in a field (and that would have been a memo). I just do Dim test as string test = "some long string" and put a break point here and the string is truncated to somewhere around 256 chars ....
  2. trinity85

    maximum string length?

    as string
  3. trinity85

    maximum string length?

    actually it lets me, but it truncates the string
  4. trinity85

    maximum string length?

    Thank you but for some reason it wont let me write more than around 256 characters in a string... do you know why?
  5. trinity85

    maximum string length?

    Is there a maximum string length? Thank you for the help
  6. trinity85

    send an email with default smtp

    Thank you for your responses. I have already enabled relaying for my ip address only and it works on this computer! But when i installed it somewhere else it doesnt work there. Both have the smtp server that comes with iis and both have relaying on with the computers ip address...
  7. trinity85

    send an email with default smtp

    Hi James I have already looked at that website but none of the suggestions helped. On that website I found someone with the same error code but he had it when trying to send email with attachment only. It didnt occur when sending a simple email so his solution didnt apply to me. Can anyone...
  8. trinity85

    send an email with default smtp

    Hello! I am trying to send an email using the default iis smtp server. The code below works on my machine, but when i installed the application on another machine it gives an error at smtpmail.send. Error is 0x800ccc15 and the message is: System.Web.HttpException: Could not access 'CDO.Message'...

Part and Inventory Search

Back
Top