Hello,
Is it possible to implement a 'Check-in/Check-out' or 'Form Locking' Functionality in an application that is using classical ASP and SQL? Basically, what needs to be done is that if an existing request form is being edited by one user, no other user should be able to edit the same...
Help!
I am getting the following error message --
Server object error 'ASP 0177 : 800a8019'
Server.CreateObject Failed
/includes/incRetrieveCookie.asp, line 7
800a8019
Line 7 points to the following code --
Set oStateMgtSvc = server.CreateObject("SD_ICBAM.CStateMgtSvc")
We have already...
how do i resolve blocking issues? is there something that i could place in a sql script for it to avoid causing the blocking of transactions?
thanks,
YALE
help!!! how come a simple "select top 1 * from mytable" times-out when the statement is supposed to just display a single row? how do i solve this?
thanks,
yale
<script language="VBScript">
Function validateForm()
dim origURL
origURL = Trim(document.frmURLinfo.txtSourceURL.value)
document.frmURLinfo.txtgeneratedURL.value = --> i want this field's value to be the url encoded value of origURL... how do i do that? "server.URLEncode(origURL)" does not...
Any reason why the same piece of code that maps a folder in another server WORKS in one environment/server and FAILS in another environment/server?
Sample code:
dim oNet
Set oNet = Server.CreateObject("WScript.Network")
oNet.MapNetworkDrive "R:", "\\nbwtr12pu\folder", False, "thisistheID"...
I'd like to know... What are the possible causes of the following error?
VBScript runtime Error Number: -2146827850 Description: Object doesn't support this property or method: 'Exec'
Any input would be greatly appreciated...
Thanks,
Yale
***how do i solve the following error?:
TrackingID=68F9A4C263FEF8A8 764.SD_ICBAM V1.0.90.CDatabaseSvc.ExecuteQueryEx.0> error '80040e31'
Timeout expired (0) Timeout expired vsSQLStatement=sp_approveContentReport_KCNet
/ProcessRequests.asp, line 140
***line 140 refers to the following...
hello! i am trying to retrieve ALL the subfolders in "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of the registry using the code below... for some reasons other subfolders are not listed/retrieved by the code... how can i resolve this?
here is my code --
<%@...
i need to determine what office version the user is using for an "if-else" statement... any idea how to do this? btw, our application is using asp, vbscript, and javascript. thanks!
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.