I am new at using jobs to perform tasks in SQL Server. I was wondering if it is possible for me to lock the table that is being affected by the job while the job is occurring and then unlock it when it is done.
Alternatively, I have tried using Begin/Commit transaction to ensure that...
Hi there -
I'm having a problem when loading a page with a Mac IE 5.1 browser. The page contains 3 framesets, however when the page loads, it hangs for about 2 minutes and then I get a an alert message that says "The attempt to load 'Accessing URL: http://192.168.1.67/calendar/index.asp'...
Hi there -
I'm having a problem when loading a page with a Mac IE 5.1 browser. The page contains 3 framesets, however when the page loads, it hangs for about 2 minutes and then I get a an alert message that says "The attempt to load 'Accessing URL: http://192.168.1.67/calendar/index.asp'...
Hi there - I am so frustrated! For the life of me I cant figure out why this code works on my PC (both IE and Netscape) - but does not work on IE5 for the Mac. I am simply trying to submit a form. I am fairly new to javascript and below I have included the code. Any help would be appreciated...
Below you will find my original post in the javascript forum - from which I was told is not feasible because ASP does not work this way, and to try and post here for ideas for a work around. I desperately need to find another solution!
What I am trying to do is launch a pop-up that contains a...
Hi there - I would really appreciate any help anyone could give me. I am trying to get the value of the drop down in the form below, which I am submitting using javascript, and use it within an ASP function, prior to submitting the results of that ASP function to the opening page. I have...
Help! I am ripping my hair out with this one!
Here's the situation:
I have a full ASP page with a link that launches a pop-up containing a drop down list of items. Upon selecting an item I am posting back to the same pop-up in order to process the selection and customize the results using...
Hi there - I am trying to create a system in which I can pass "tokens" within a string and then parse them out within a stored procedure and replace them with alternate words. Using the code I wrote below (I am just running this is in query analyzer so far), I can get the first...
I'm trying to open a resultset from a stored procedure with ADODB.Recordset.
The stored procedure returns the content of a temp table with a SELECT at the end.
It is working fine inside the query analyzer - but doesnt't return any data when I run the query from an ASP page and try and display...
If I have 9 queries, six of which are looking for the same fields within the same 3 tables and three that only require information out of one of the 3 tables, and can not be joined with the remaining 2 tables, what would be the best way of going about this? Would I select everything into a temp...
Hi there - I am trying to figure out how to do something. Below I have included some code I have been working on which takes a list of images and their associated tpNum and deletes them from table individually and logs the deletion.
oldTPNum = ""
'loop through the array which holds...
Please forvie me for posting this in multiple forums - I am at a loss here and am hoping someone know s the answer!
Hi there - I am having an issue with trying to read the LCID value from the Macintosh version of Internet Explorer. With IE for Windows this works fine:
<%
strAcceptLanguage =...
Hi there - I am having an issue with trying to read the LCID value from the Macintosh version of Internet Explorer. With IE for Windows this works fine:
<%
strAcceptLanguage = Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")
Select Case LCase(strAcceptLanguage)
Case "en-us"...
Hi - I am trying to create a program that searches through a log file and create various type of reports based on the information selected in check boxes. Unfortunately the information contained within the log can be different from each other, and require joins of different tables. I've tried...
Hi - I am trying to create a temporary table that will contain 10 columns whose values are coming out of join between 3 other tables. There also needs to be an 11th column in this temporary table. The contents of the 11th column need to be dependant on whether or not one specific field that I...
Hi there - I am working with a page that uses frames - the right frame - called "main" contains a link for a pop-up address book. The window that pops up contains links for different email addresses that can be selected. When the link is clicked it triggers a javascript function that...
I have a series of checkboxes called share_1, share_2, share_3, etc. There can be multiple number of the above checkboxes (like at least 3 or 4 of each on the same page, but there is no limit as to how many because they are create on the fly). I also have a checkbox called SendEmail. I am...
Hi there! I am having a problem with the code below and was hoping someone might see why it is not working as it should. What is supposed to happen is as follows:
When a user clicks on the word "Share" (which is located in the left frame) it is supposed to refresh the left frame...
Hi there - I am trying to solve an issue. I am working on a page using frames (I know, it's the worst!) and I am trying to solve the following issue:
Ok - pretend that I am in the frame on the right side, and that there are checkboxes that were checked on that side have changed (these are...
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.