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!

Search results for query: *

  • Users: chrisdq
  • Content: Threads
  • Order by date
  1. chrisdq

    Resume Console session using remote desktop

    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...
  2. chrisdq

    Execute a windows program in T-SQL

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

    Can't run script in IIS with Windows 2003 server

    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...
  4. chrisdq

    can't run SS (Source Safe) script on Windows 2003

    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...
  5. chrisdq

    Why update statement doesn't work

    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...
  6. chrisdq

    can't use update statement to connect to Access

    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")...
  7. chrisdq

    Convert project .dsw from VS 6 to VS 2005 from command-line

    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...
  8. chrisdq

    Problem with Mine Map - text/plain

    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...
  9. chrisdq

    can't open .log attachment with IE

    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...
  10. chrisdq

    Problems opening .log files with IE

    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...
  11. chrisdq

    SQL - return fields that aren't duplicate in both columns

    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...
  12. chrisdq

    GET MAX COLUMN SIZE

    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.
  13. chrisdq

    load many images to flash

    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.
  14. chrisdq

    Loading images from a current folder/subfolder and display on webpage

    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...
  15. chrisdq

    How to read images from the current directory on client side?

    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. :)
  16. chrisdq

    Can't restart IIS service after log in as different user

    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...
  17. chrisdq

    why this right looking query doesn't work?

    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...
  18. chrisdq

    How to read config.cfg/ini and store data into data structure/list

    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...
  19. chrisdq

    How to read the tab key from keyboard in excel.

    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.
  20. chrisdq

    Make next select cell go vertical instead or horizontal

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

Part and Inventory Search

Back
Top