Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kempis555
  • Content: Threads
  • Order by date
  1. kempis555

    Are dynamic Data Sources possible?

    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...
  2. kempis555

    How do you cancel a SQL sproc call?

    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...
  3. kempis555

    Logfile: Database starting up lots of times in a row.

    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...
  4. kempis555

    My PC is trying to access another PC thru 1434. Why?

    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...
  5. kempis555

    Mapping a drive works for one day, fails the next day. ?!?

    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...
  6. kempis555

    Very simple form validation suddenly failing. Is it IE SP2?

    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...
  7. kempis555

    Need a digital asset management system. Any suggestions?

    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...
  8. kempis555

    CONTAINS function ain't doin' nuthin'

    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...
  9. kempis555

    How do I keep secure files for download off the web server?

    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...
  10. kempis555

    Calling an event handler. Possible?

    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...
  11. kempis555

    How can I get the plugin version 5.0.42 ?

    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...
  12. kempis555

    Trying to do CDONTS mail, Permission Denied. Fear!

    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 &quot;800a0046 Permission Denied&quot; on line 4: <% Dim objNewMail Set objNewMail = CreateObject(&quot;CDONTS.NewMail&quot;)...
  13. kempis555

    tsdragon is tip master again! Sweet.

    Three cheers for the coolest dragon on the net! Congrats ts, your posts are illuminating and make me hungry for something crunchy with mustard! -k
  14. kempis555

    Linux PHP and Windows MSSQL error

    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...
  15. kempis555

    MSSQL and IMAP work fine separately...

    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...
  16. kempis555

    Can @@IDENTITY cause a race condition?

    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
  17. kempis555

    Read-only administrator... possible?

    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...
  18. kempis555

    Newbie installation question

    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...
  19. kempis555

    Which subroutine was I in?

    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, &quot;infile.txt&quot;) || &bug(&quot;Couldn't open file in subroutine $which_subroutine&quot;)...
  20. kempis555

    need flash game ideas

    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...

Part and Inventory Search

Back
Top