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 5907(0.031 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!

6.6
hello, i need to create a stored procedure, however i am not sure with the syntax, what is the basic syntax of a store procedure? i am using informix sql editor, and my database is built in inform...
Zones: OracleDate Answered: 08/15/1998 Views: 4
Does anyone know how to obtain current procedure's (ie the one where code is executing) name via code? In other words is there a keyword or routine that will do a similar job for a procedure as "me...
Zones: Visual BasicDate Answered: 07/23/1998 Views: 0
Need to know how to assign an SQL Server parameterized stored procedure as a recordsource on a form through code.  I need to be able to modify the parameters at run-time.  There are multiple users ...
Zones: MS AccessDate Answered: 12/04/1998 Views: 0
Having just read the 'Hitchhikers Guide to Visual Basic and SQL Server' and being a DBA I support the view that data access and business functions are best modeled (if at all possible) using stored...
Zones: VB DBDate Answered: 02/15/1999 Views: 0
HI there, i have some stored procedures on a SQL server and i want to call them and received the result in my application built in Visual C++ 6.0. I connect to the server through ODBC. I read that ...
Zones: C++Date Answered: 04/23/1999 Views: 0
Is there any way by which i could write a stored procedure which will accept a table name as a parameter and does certain records access using that table ? Can stored procedures be made dynamic to ...
Zones: SybaseDate Answered: 07/15/1999 Views: 0
here's my sp create procedure bt_BlankAnswer(argUserProcessId IN integer) as begin   insert into UserProcessAnswer   values (999, argUserProcessId, 1, 1, 1, ''); end This is a way simplified exa...
Zones: OracleDate Answered: 08/04/1999 Views: 4
Does anyone know of a 'Text2HTML function', i.e. a function that will take a string as input and as result return the same string, but now with all HTML-significant characters replaced by their HTM...
Zones: Delphi ProgrammingDate Answered: 12/07/1999 Views: 0
I would like to notify other applications when there is a change in the databse. To do this I have created a trigger that executes a program that notifyes the applications that would like to know...
Zones: MS SQL ServerDate Answered: 01/10/2000 Views: 0
I'm trying to write a stored procedure to create sequences. I will be bulk loading tables, and then I will want to reset the sequence to the next appropriate number. Example: CREATE OR REPLA...
Zones: OracleDate Answered: 02/15/2000 Views: 12