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. 3d1tund0

    How do I make a optional arguments in a subroutine.

    I have a sub that is like this: Sub sendmail (fromaddr, toaddr, cc, bcc, subject, body, amount) Dim counter, Mail Set Mail = CreateObject("CDONTS.NewMail") For counter = 1 to amount Mail.From = fromaddr Mail.To = toaddr Mail.cc = cc Mail.bcc = bcc...
  2. 3d1tund0

    I get an error when I try to add a new record to my Access database.

    Okay...it is NT running IIS 3.0 Here is my connection string...: <% Set Conn = Server.CreateObject(&quot;ADODB.Connection&quot;) Conn.ConnectionString=&quot;DRIVER={Microsoft Access Driver (*.mdb)};&quot; & &quot;DBQ=&quot; & Server.MapPath(&quot;/a/asp/users.mdb&quot;) Conn.Open %> <% Set...
  3. 3d1tund0

    I get an error when I try to add a new record to my Access database.

    I'm not using PWS and I can not get a reasonable answer by anyone on how to fix this problem if I am using ws_ftp to connect to a remote server...please help...thanx
  4. 3d1tund0

    What can be wrong with this DNSless connection. Can't UPDATE/INSERT

    I'm not using PWS and I can not get a reasonable answer by anyone on how to fix this problem if I am using ws_ftp to connect to a remote server...please help...thanx
  5. 3d1tund0

    What can be wrong with this DNSless connection. Can't UPDATE/INSERT

    Hey...I use a DSN-less connection with mine...and I get the same error..I was pointed to this microsoft site: http://support.microsoft.com/support/kb/articles/Q175/1/68.ASP I don't know if it will help..it didn't help me any...I still am having the same problem...
  6. 3d1tund0

    I get an error when I try to add a new record to my Access database.

    I have turned every thing I can find that says that this file is read-only off...on my comp...on my server...still I get the same error...I even tried remaking the database under a different name...and that didn't work...
  7. 3d1tund0

    Cookies in Netscape

    if that doesn't help try posting that message in the JavaScript forum...
  8. 3d1tund0

    Cookies in Netscape

    the problem with netscape is that it access different elements in the Document than IE does...as you said the code does work fine in IE because that is how IE calls objects from the document but netscape does it differently...go to the W3C site @ http://www.w3c.org oe visit www.bratta.com I...
  9. 3d1tund0

    I get an error when I try to add a new record to my Access database.

    I have already done that and checked the field type...it is just the text field type...I have write permissions to the server that I am uploading it to...and all the folders under the root directory...still it doesn't work.. !!!

Part and Inventory Search

Back
Top