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 TouchToneTommy 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. halukorhan1

    http 401.1 error

    Hi, I do not know why but I get an error whe I try to view the web site on my web server on the server itself and also outside from the Internet. When I browsed the website It asks for username and password. When I did not enter anything it gives the HTTP 401.1 error. Saying that "You are not...
  2. halukorhan1

    IIS question...

    Hi, I have an Intranet website running on windows 2003 IIS. This website can be reachable from the internal network but not from the Internet. This website is not like the other websites on the IIS and is not going to be for public use. The same server also serves for the other public websites...
  3. halukorhan1

    importing .xls, .csv etc data...

    Hi, I need an ready to use ASP script or a guide/tutorial to import the data from the .xls, .csv, .txt etc files to MS Access or MS SQL database without using the program itself. It will be a kind of a wizard that seems like Access --> Get External Data Wizard. Any help is needed and...
  4. halukorhan1

    deleting a cookie...

    Hi, I could not manage to delete the cookies on the client when the transaction is over. The codes given below did not work to delete the cookie. Response.cookies("sepet")("SID") = "" Response.Cookies("sepet").Expires = Date() - 15 Even I had tried to change the SID value (assign a new...
  5. halukorhan1

    checkbox...

    Hi, Imagine that I have a form with rows starting with the checkboxes. I would like to update a table. One of the fields in the table holds the status of the checkbox (true or false). How can I update the field of this table if the checkboxes in the form are checked as True or unchecked as...
  6. halukorhan1

    sending fax message

    Hi, The main project that is placed on the Windows 2000 Server (IIS5), is executed by clients using MS IE 6.0. There is a "Members" table in a MS SQL database, This table has the fields of ID, MDNo, Name, Surname, Addres, Fax Number etc. My aim is to send automatic fax messages to...
  7. halukorhan1

    update statement

    I want to update the field (towhere) as "H" where the field is homeemail = null (empty) ------------ SQL_update = "UPDATE Tmembers" SQL_update = SQL_update & " SET towhere = '" & "H" & "'" SQL_update = SQL_update & " WHERE HOMEEMAIL is...
  8. halukorhan1

    update statement

    I want to update the field (towhere) as "H" where the field is homeemail = null (empty) ------------ SQL_update = "UPDATE Tmembers" SQL_update = SQL_update & " SET towhere = '" & "H" & "'" SQL_update = SQL_update & " WHERE HOMEEMAIL is...

Part and Inventory Search

Back
Top