Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 3758(0.013 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4
I want to make a windows program that can load and exec a dos program (com or exe) and when the dos program gives feedback to memory the windows program get the information !! THANKS !!
Zones: Delphi Programming, SSIDate Answered: 08/29/1998 Views: 0
I've created some store procedures that does inserts and updates on certain tables.  I want to create a script that implements some logic...preferably using an IF statement.  I've created 2 cursors...
Zones: OracleDate Answered: 10/22/1999 Views: 0
hi Can any 1 tell me what's wriong with this try                   {                         p = Runtime.getRuntime().exec("before.bat");                   }                   catch(IOException i)                   {                         i.printStackTrace();                                            } After execu...
Zones: JavaDate Answered: 04/01/2000 Views: 0
My basic problem is this... I have a Compaq Proliant 7000 with two internal 35/70gb DLT IV tape drives. I have defined the two drives as a cascaded drive pool in Backup Exec. Theoretically, du...
Zones: Windows NTDate Answered: 04/05/2001 Views: 0
I am using Excel 97 and trying to import some text files from BackupExec log files. How to import the text files and search certain info e.g. sucessful string, total bytes, etc and import into e...
Zones: Ms Office SuiteDate Answered: 09/24/2002 Views: 0
hey, i have a problem concerning services under win2000 and xp. i'm writing a program which can, amongst other things, execute a system command (e.g 'c:\WINNT\notepad.exe' to start notepad or 'c...
Zones: C++Date Answered: 12/06/2002 Views: 0
I would like to write something like:   SELECT id FROM (pGetUser 42, 'yakov') to get user's id, instead of:   SELECT id FROM (     SELECT * FROM [tUsers]     WHERE GroupId='42' AND FirstName='...
Zones: MS SQL ServerDate Answered: 12/10/2002 Views: 0
hi friends.can some one tell me  HOW TO IMPLEMENT THE.......exec(String command)......in the class  java.lang.Runtime.........can someone send me some sample code for it. many thanks sgf
Zones: JavaDate Answered: 04/05/2003 Views: 0
here is the proc CREATE PROCEDURE USR_CheckPPFirst @productID int AS DECLARE @quantity int SET @quantity = (Select count(productID) from USR_PurchasedProducts where productid = @productid) ...
Zones: .NETDate Answered: 12/08/2003 Views: 0
I have an ASP page that is calling a stored proc like follows.  When run in Query Analyzer, it quits as expected and says basically that SEELECT is not correct.  But in ASP, it's like it's not pick...
Zones: MS SQL ServerDate Answered: 06/22/2004 Views: 0