Hi all,
I'm new to RS, and my project is to get RS running on the web using the URL method.
My problem is that I have more than one SQL server running, all with identical databases (with different data, o'course).
I've made different Data Sources on the Report server which point to the...
It would be helpful if there were a way to cancel a sproc call using VB.
I'm having a problem with a bad sproc which causes deadlocks if a user runs a page, gets impatient and closes the browser, and then runs the page again. :(
However, I can also see a use for cancelling a sproc call in...
Hi all,
I got curious and started looking at log files on a couple of my servers.
I notice that when a server is started, the databases are also logged as starting too, one after another. That makes sense.
But then sometimes a particular database will be logged as starting lots of times...
Hi all,
I'm a developer with a local SQL2000 server running, I recently saw my memory getting eaten up by SQL and assumed it was the old Slammer virus. (My SQL server had no service packs installed.)
I installed the latest SP4 for x86, and the SQL server is ok now, except that a co-worker's...
I'm trying to get ASP to read and write files on another computer on the network. I'm trying to use a mapped drive. I read the thread on this forum which shows how to do it and it works for one day, but quits. It works again if I change the drive letter, but that will run out in less than 26...
After about 2 years of faithful service, a quick form I made has stopped working for 3 users (as far as I know). The one user I could get a hold of said she was using IE 6.2 with service pack 2. When she filled out the form, the javascript said she did not have anything in one required field...
Hi all,
My client is a small project manangement company... around 40 people in the company and 10 of them are computer artist-types.
They are starting to realize that they are spending too much time trying to find digital assets like JPGs and such, you know how that is. ^_^
I've been...
This is bugging me to no end. Even using the example in the SQL help books, I can't get the CONTAINS function to return anything. Here's a sample:
SELECT Description
FROM Categories
WHERE CONTAINS(Description, '"bean curd"')
that returns bupkis. Zilch. Nada.
However, the following...
I have been assigned to finish a website that lets people download sensitive files.
I've already implemented the precaution of using the Stream object to hide the PATH so that the URL and filename are hidden from the user. However, the files are being stored on a server behind the firewall...
Is it possible for one button to call the on(release) of another button?
the code in my button is:
on(release){
_root.other_button.onRelease;
}
Nothing happens though. I'm guessing that the onRelease can only be assigned to, not called.
The only way around this that I see is to pull the...
Hi all, I'm making an XML-flash app for a client and they want it fer-sure to be in Flash 5.
Apparently there was an XML bug in version 5.0.30... and that's the version that came with the development kit way back when. My flash is failing on a computer with that plugin installed, and I suspect...
Fear! Fear and Trembling!
Hi all,
I'm afraid because I'm stumped bad. On a new Win2K box when I try to run the following mailing script I get runtime error "800a0046 Permission Denied" on line 4:
<%
Dim objNewMail
Set objNewMail = CreateObject("CDONTS.NewMail")...
Is there any way to track down what's not working right when this happens?:
Warning: Sybase: A link to the server could not be
established in /home/html/apc/test1.php on line 99
I can telnet to the port on the target database server, and the name, password, and ip are ok. Is there a log file...
Hi all.
I'm going nuts on this one.
I'm doing a web site where the CGI is Linux PHP and the database is on another server... MSSQL 2000.
Also, the existing mail portion of the site is done with the imap functions.
Anyways, I know how to compile PHP 4.0.6 to make it work with MSSQL, but when...
I don't know if this is the right forum for what's really a programming question, but I was wondering if you do an @@IDENTITY call right after an INSERT it will return the identity created for that INSERT, or might it return the identity of an INSERT performed by a separate process?
-k
I've got a question from a non-techie friend... she's a security auditor and needs a way to make sure the clients have set up their oracle security correctly.
She was wondering if there's a way to view all settings and tables without having write access to anything. Is there such thing as an...
Howdy,
I'm installing Apache and PHP for the first time on a LINUX server. After following all of the instructions, Apache serves up .HTML files okay from the '/usr/local/apache/htdocs' directory, but a test.php file gives me the following error:
Warning: Failed opening...
Is there any variable or function that I can use to know which subroutine is currently being executed?
This would be a big help in speeding up programming.
For instance,
sub one{
open(INFILE, "infile.txt") || &bug("Couldn't open file in subroutine $which_subroutine")...
I've been asked to make an online flash game.
Only problem is, it's for an environmental information site for kids, put up by the U.S. government! Oh joy!
The game must involve some species' populations over a period of time.
Fr'instance, the number of alligators in a county from 1985-1990...
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.