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 SkipVought 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: *

  1. Sivagami

    Unable to release lock on Package

    It is working now - guess it took a while for the changes to take effect (though I killed the sessions via the OS). Shiva.
  2. 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...
  3. 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...
  4. Sivagami

    VBScript - Basic Response.Redirect

    Thanks for all your input. Without explicit Response.buffer = true, I get 'Header error. HTTP headers already written to client browser' error. The select_trip.asp page does not have any probelms and works fine when connected to directly. Shiva.
  5. Sivagami

    VBScript - Basic Response.Redirect

    Did not Help Tony. I also have a < %response.buffer = true %> in the top. Does that have something to do with keeping the page busy & unavailable ? I have tried restarting the webserver, but no use. Shiva.
  6. 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...
  7. Sivagami

    Read form value without submitting

    Is it possible to do this with dynamic parameters for the function. Since my fields are dynamically generated, like <% for i = 1 to 12 for j = 1 to 12 %> <TD width=35><font face='Arial,Helvetica' size='2'> <input type=text name=expense_<%=i%>_<%=j%>>...
  8. Sivagami

    Read form value without submitting

    Thanks a lot for your instant reply. This is exactly what I had been looking for. Shiva.
  9. 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.
  10. Sivagami

    ERROR ! Operation must use an updateable query.

    Most cases this is due to permissions for the Internet User on the directory in which the database resides, or the database itself. Shiva.
  11. Sivagami

    Set Language not working...

    Thanks for the reply Terry. My SYSMESSAGES table has entries in just 1 language. If I want to have other languages too, would you be knowing where can I get them and does the server need any additional configuration for that ? Thanks, Shiva.
  12. 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.
  13. 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...
  14. 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