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...
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...
Thanks for your help but there will be a lot of issues to consider...
First the user is going to select the file manually. Second the user should be able to edit the types of the excel columns (whether it is integer (number), date, text etc) ...
Regards!
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...
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...
Thanks for your help! It seems it is working but there is a slight problem. It updates all the data in the table as false, because we did not use "where" in the first SQL_update statement.
----
SQL_update = SQL_update & " WHERE IsciAnalizId = " & d_isciid1 & ""
----
Is there any other way to...
Thanks for your help...
this sql_update is also inside a
Do while ... objRS.MoveNext : Loop
Do you think that it will cause a problem?
Could you explain me more how can I use
Connection.execute sql
Regards!
Hi,
My codes are given below...
But this one of course does not update the status of the unchecked fields. Because I used Request.Form("lokal").Count
I have to modify the codes to be able to get and assign status as False for the unchecked checkboxes and update the "lokal" field in the db...
Thanks for the reply but, I know how to make a connection to Excel file.
I actually need an IE interface (wizard) to import Excel data to MS Access database table.
Or some ideas how to do it? Do I have to use both java and asp?
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...
Yes I made it like that but the Windows XP client can not browse the websites, although they are able to logon the server!
The IP of the server is 169.254.29.140
What is the reason for that?
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.