Hi,
I have a small VB 6.0 application using MDAC to communicate with a SQL-Server. The lines below
set up the connection. Now on some computers the
dbccc.open results in an "unknown error" with
"server does not exist" or "database xy does not exist".
Both is not the truth, because an...
Is there any way to release CR 8.5 RDC licenses from the server site?
I build a small web application offering some small reports to employees. Unfortunatly some of the employees do not close the report viewer and so the licenses are not released. Is there any way to see, who obtains a license...
I want to declare something like:
declare cursor1 cursor for select ...
open cursor1
while @@fetch_status = 0
begin
declare cursor2 cursor for select * from aaa where f1 = <variable_of_cursor_1>
open cursor2
-- checkpoint B
while @@fetch_status = 0
begin
end
close cursor2...
It has been asked in several threads, but I did not find an answer for the following:
Using IE6 SP1 on a Windows XP machine my session variables are not stored at all. The page I'm calling is in the intranet, all cookies are allowed, lowest security is set, but after response.redirect the...
In my environment (XP Professional with IIS 5.0, Internet Explorer 6)
all session variables are reset after a "redirect". That's not what I expect and what I see on other computers.
Is there any setting for this behaviour?
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.