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