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 Wanet Telecoms Ltd 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: nomofoxpro
  • Content: Threads
  • Order by date
  1. nomofoxpro

    What is the best way to join a MS-SQL and an Oracle Dataset?

    The system that I am working on will soon be split between MS SQL 7 and Oracle 10g. There are a few stored procedures right now that join between multiple databases on our existing SQL 7 platform. Some of the databases are going to be moved to Oracle so I will need a way to gather the same...
  2. nomofoxpro

    Ran out of memory errors

    We are running an ASP(IIS) and SQL 2000 based application that recieves about 500 hits a day total from our 80 clients. From what we can tell the servers have plenty of memory (about 8% utilized at any time) and the number of hits are quite low. When clients do log into the system the are...
  3. nomofoxpro

    Can I cancel a link after it has been clicked?

    I need to cancel a link after it has been clicked using javascript. There must be some code that I can place in the onClick event of the link that will cancel it from bringing the user to the next screen. I am trying to force the user to right click on the link in order to download office...
  4. nomofoxpro

    Does anyone know the common causes of this error?

    ADODB.Connection error '800a0e78' Operation is not allowed when the object is closed. Please note that this only happens on some of our servers. All the servers are running SSL. Thanks in Advance
  5. nomofoxpro

    How can I return the results text from SQL to ASP W/O a stored proc?

    Is there any way to return the results text to ASP? For instance When you run an update query and the results pane says (2 Rows Affected). Can you somehow get this value with out using a stored procedure?
  6. nomofoxpro

    DTS Connections

    I need to establish a shared (not exclusive) connection to a dBase table using a DTS connection. Is this possible?
  7. nomofoxpro

    Logged Off Printing

    I am having a problem trying to print from an NT server that is in the logged off mode. A scheduled task is running on the logged off server that should be printing to a printer that I specified while logged on with my id. Realizing that printers are profile specific; How can I print from an...

Part and Inventory Search

Back
Top