What I know, is that you can't edit a table when it is opened by another operation...
Try to close connection first
build new command
delete operation
close command
build new command
update operation
close command
Hi there,
I want to change the language which is used for menus and dialog boxes in a scriptable way
these are the settings I want to change:
control panel > country settings > advanced tab > language for programs not written in unicode language
I want to change these settings in a...
You could use a keep alive page
which keeps your sessions alive until they really end the session
well, you will have to use frames...
but that's not a real setback
just define a topframe and mainframe...
Define the frameset where the topframe has 0 space
in the top you put a page which...
Hey All
Does anybody know how to Track Users
I know there are several solutions:
1) Session_OnStart Session_OnEnd
=> problem here: Session_OnEnd is never fired when User closes its window
Any solutions here? Alternatives?
2) Via IP
=> How can I list all connected IP's
With ASP?
thx...
Thx All,
but the reason for the floppy disk or CD is that the Client's PC is not on a network or internet.
It 'can' be but it has to work n all occasions
grtz
Toeter
Hey Mark, thx
Going to test everything, I'll give feedback if it works
But another a question:
""You first need to install the WMICore from Microsoft.com/Scripting/""
Can I take this (WMICore) with me on a "Floppydisk"
And when I execute the VBS-Script (to...
This is the problem:
I need to retrieve system information from a clients PC
(OS, MEM, HARDDISKS-size, CPU) on 98/2000/ME/XP
This VBS script is run on someones PC, with 98/2000/ME/XP and normelary this gives back the users CPU clock speed,
at least in XP and 2000 but not in 98 or ME.
Set...
Does anyone know how to retrieve
a client's physical memory size
without using WMI, so only using
Windows Scripting Host
somethiong like this:
Set Wshell = CreateObject("WScript.Shell")
Set OS = Wshell.Environment("Process")
Wscript.Echo OS("OS")
But then for...
Hi,
I have a caching problem
My page is an dynamic .ASP page, with content
that needs to be refreshed when the page is visited again
I have put the following in my head tag to make sure the page is not cached:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META...
I also used this one:
<%
Response.Expires = 15
Response.ExpiresAbsolute = Now() - 2
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "private"
%>
but still no working...page is still...
Hi,
I have a caching problem
My page is an dynamic .ASP page, with content
that needs to be refreshed when the page is visited again
I have put the following in my head tag to make sure the page is not cached:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META...
hi,
I have page with a scrollbar,
the scrollbar positions itself standard at the top of the page,
but I want the scroll bar (onload) to be at the mid of my page (or at a certain line in my page)
Standard
text -
text ||| scrollbar at top
text |||
text |
text |
text |
text |...
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.