Hi,
When using remote desktop to connect to a Windows 200 server, is there a way to resume the console session just like WXP? By default, Windows 2000 server opens a new session, but I want to connect to the the session that I opened already with everything opened.
I tried adding the value...
Hi all,
I'm wondering Is it possible to execute a windows program using T-SQL and get the return values? If not what would be the best way? I'm using ASP and SQL Server for the website.
I need to write a store procedure script to process customers' credit cards and this needs to call a credit...
Hello,
Does anyone know how to enable IIS in Windows 2003 server to run script like SS (ss is a dos-mode program from Source Safe)? I don't have any problem running it physically but somehow it SS doesn't work when running from the web (ASP).
In IIS I have script and executable on and login...
Hello,
Does anyone know how to enable Windows 2003 server to run SS (ss is a dos command for Source Safe) from dos? I don't have any problem running it physically but somehow it SS doesn't work when running from the web (ASP).
I added security (read+write) to cmd.exe to remove access denied...
Hi,
I can't figure out why the update query to access database doesn't work from ASP while it works fine with the select statement.
Here is what is have for the update statement
Public function testUpdate
dim conn, rs, x, correctpass, username, sqlquery, SQL
set...
Hi,
I can't figure out why the update doesn't work from ASP while it works fine with the select statement.
Here is what is have for the update statement
Public function testUpdate
dim conn, rs, x, correctpass, username, sqlquery, SQL
set conn=Server.CreateObject("ADODB.Connection")...
Hi,
I was wondering how to compile a .dsw project written in Visual Studio 6 in Visual Studio 2005 from the command-line. The GUI would give me an option to convert but I need to use the command-line in Dos to compile from a script. When I try to use devenv project.dsw /upgrade, it just doesn't...
Hello All,
I have a problem where IE doesn't display the content of a .log file directly from the server (it works with .txt, bmp etc.. but not .log) In IIS Mine Map, I have file type of .log set to be text/plain (orginally was set to application/x-www-form-urlencoded) but IE doesn't understand...
Hi,
I have an ASP page that has links to attachments that reside on the server but IE can't open files with a .log extension directly. It tries to download the file to a hidden directory (content.ie5) then opens from there but then reports that file not found.
I can view other files (.txt...
Hi,
I have an ASP page that has links to attachments that reside on the server but IE can't open files with a .log extension directly. It tries to download the file to a hidden directory (content.ie5) then opens from there but then reports that file not found.
I can view other files (.txt...
Hi,
Here is what I have for my table, notice same items have different ids
Items ids
------- ---
keyboard 01
CDs 01
mouse 01
CDs 02
mouse 02
How do I get items that aren't duplicate in both ids which is keyboard 01? this is just an example because...
Hi,
Does anyone know how to find out the max size of characters of a column using SQL query?
Sometimes people enter characters that exceed the max size of a column and SQL returns an error. I want to do a check first and give people a friendly error.
Thanks in advance,
Chris.
Hi,
Can someone please show me how to load many images and display them in flash?
loadMovie overwrite the previous one; therefore only the last one is shown at the end.
I'm using flash 8 pro. Thanks.
Hi,
Is is easy to use flash to read all images from the current fold/subfold and load them onto webpage? In addition, when mouse is over an image, it displays image full size on the right. Is flash best for this?
I'm new to this and I get confused with all frames and symbols. could someone...
Hi,
Does anyone know how to read images from the current fold/subfold and load them onto webpage on a client side?
The web host I'm using doesn't support ASP.
Thanks in advance for those who can help. :)
Hi,
I have a problem with the IIS after I had to login as me because the previous user account is expired. I log in as me in services under admin tools. However when I go Internet Information Services and I can't restart IIS due to an error something like "IIS can be be restarted" then I look...
Hi,
In the access database I have a table called records with the following datum.
ID Name Username Password
1 Chris chris yeehaa
2 Dell dell dell
For some reason, this SQL query
rs.Open "SELECT Password FROM records WHERE Username='username'", conn
doesn't work from ASP...
Hi everyone,
How do you read a config.cfg or ini file and use data structure (such as list, etc..) must allow duplicates to store [section] attributes = values??
I have a config file with many [sections] and in each section contains a list of attributes with values.
How do you store all the...
Hi,
Is there a way to detect when a tab key is pressed from the keyboard. I want to check when the tab key is pressed,
set the focus/move the cursor to a specific cell.
Thanks.
Hi,
I have 2 addresses on the same line such as
ADDRESS_1 ADDRESS_2
------------ ------------------
Street_1 Street_2
City_1, State_1 City_2, State_2
When I press the tab key from street_1 I want it to go to...
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.