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: Sivagami
  • Content: Threads
  • Order by date
  1. Sivagami

    Unable to release lock on Package

    Hi all, when I try to access one of my packages I get ORA 04021 Timeout error - I am just executing SELECT statments in that package - there are no locks on those tables and I have killed all the sessions accessing it, but I am not able to release the lock. Is there anything else that I have to...
  2. Sivagami

    Distributed Database

    Hi all, a real silly question - by 'Distributed Databases' in SQL Server, does one mean the process of connecting to different types of databases (using Linked Servers and such) and using distributed transactions ? And also it is totally different from Replication (Which means making a copy of...
  3. Sivagami

    VBScript - Basic Response.Redirect

    Hi, I have a wierd problem. I have a basic login page, which submits to itself to verify against a database and redirects to a new page if the login is correct. I have written the same code before and this is the first time I have this problem. Here is the redirecting code : <%if rs.EOF then...
  4. Sivagami

    Read form value without submitting

    Hi, Is there away to read the values in an Input form without Posting it (on a button click) and then assign values to some other fields based on the values inputted, all on client side ? Thanks, Shiva.
  5. Sivagami

    Set Language not working...

    I changed my session language using SET LANGUAGE SPANISH but it does not help retrieving the correct date/time format. The output when I do select getdate() is 2003-01-06 15:28:18.530. How do I change this ? Even SET DATEFORMAT mdy does not help. Thanks, Shiva.
  6. Sivagami

    Informix - dbexport

    Hi all, I am working Informix Online workgroup server 7.12. I need to do export my table contents to a text file. I know there is a command called DBEXPORT but when I try to execute it, I get the error - 'Unknown Error Message 19165'. Has anyone come across this error before?? Does anyone...
  7. Sivagami

    value of SQLSTATE

    Hi all, I am trying to access SQL Server 6.5 with ODBC 2.0 in C++. I use SQLGetData command to pull data from the table. This command returns SQL_SUCCESS or SQL_ERROR based on the record. When I try to view the value of SQLSTATE when it is SQL_ERROR, it shows '00000', implying it is a success...

Part and Inventory Search

Back
Top