Summary: I have a stored procedure that will not work, if I have an update in it. I assume this has something to do with a readonly access. I am running SQL Se...
Summary: This is similar to another post that we figured out yesterday, where an update does not have a record set. In this case I have a stored procedure tha...
Summary: A Stored Procedure (SP) is a chunk of code that is run by the database server, usually (if not always) triggered by a database event. SPs accept par...
Summary: Interesting test, but why is the text not put in the registry, as MSDN documentation suggests?. In my case, the XP version does not write to win.INI b...
Summary: How cool, tonysathre, I have a working script that does exactly what I want. I had to go download process.exe. Thanks for your help (: Here's the scr...
Summary: Hello, Forgive me if this is a stupid question, but can someone tell me if it's possible to shell an application from within an Oracle stored procedur...
Summary: I need help creating an Oracle stored procedure. I found out that stored procedures in Oracle are different from say Sybase or SQL Server. I've pasted...
Summary: As you answered for this topic "Copy files from mult. subfolders" , xcopy command is not working for me. Actually I want to copy files from multiple s...
Summary: I have batch file that compares a file in one folder(SourceFiles Folder) with a file in another folder (ArchiveFiles folder) and if they are different...
Summary: Hello! I've made a batch file, it works fine on my windows XP computer, but it's not working on my Windows Server 2003 computer, the 'Ping' command on...
Summary: Typed DataSet - Migration to ODP.NET We're using a lot of typed datasets in ASP.NET application, most of them have many tables+adapters and each table...
Summary: Hi I am trying to write a batch file that will list the files and sizes in a directory based on the file that is passed to the batch file as a paramet...
Summary: I am an aeronautical engg. but i am interested in computer as well please solve my few queries. What we mean by cache in computer.Every time when i r...
Summary: Hey guys, any idea why the second option below does not work? I have a variable (serverip) which is passed on when I call it but the server closes the...
Summary: I uploaded a simple PHP script to my server (ionichost.com), which supports PHP (but refuses to enable the extensions), and it simly will not work. It...
Summary: Number 1, what's wrong with void main? Number 2, i don't want variable Y to do anything. I'm just trying to show that the program will not work if y...
Summary: Ok, Judago... the method you gave in response # 1: ren "%%j" "!filename!!num!.jpg" works... however you dont need "" around !filename!!num!.jpg This i...
Summary: Please try to be clear when you post, you will get more accurate responses that way. I'm guessing english isn't your first language so it is understan...
Summary: I created a macro in Outlook VBA. The macro worked fine. Now, I am creating a new macro with same exact code but for some reason it's not working. Her...
Summary: hello i have created a exe file for my java application. As it works fine in first request. it is not working in second request. i have used threads ...
Summary: Hi, I have a script that works 100% fine if I have the PHP in one file and the HTML in another. However, if I try using the PHP integrated in the HTML...
Summary: yea, so when i try using the cin.getline (name,50); to get the string from the user, it makes my void next() not work.. if u choose option 1 then it j...
Summary: How can I work out, given 2 files, which one of the 2 had been updated last? I have a batch file currently that isolates and extracts date and time de...