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 6075(0.093 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.2
I am only a beginner in VB and now I am trying to open a dBase IV, (.dbf) file in VB and try to select some records and write onto a new dBase IV, file (how do I do that ?) I used "Set dbDBF = wrk...
Zones: Visual Basic, dBaseDate Answered: 05/06/1998 Views: 0
I am using a jdbc-odbc bridge to connect to a foxpro table. Why is it that I can SELECT but when I try to INSERT I get the error "[Microsoft][ODBC Foxpro driver] Operation must be an updatable quer...
Zones: FoxProDate Answered: 08/03/1998 Views: 0
I am trying to write a gerneic update SQL program that updates tables.  Here is my code: Why doesn't req_num and old_value get filled in from the SELECT INTO? I know this could be done with PL/SQL ...
Zones: OracleDate Answered: 09/24/1998 Views: 0
3/29/99 Dear Experts, MyForm has two text boxes -Text1 and Text2 - and a couple of  PushButton - MyButton1 and MyButton2. and 2 more text boxes - From and To. I want to type a Query name - MyQue...
Zones: MS AccessDate Answered: 03/30/1999 Views: 0
I had a local variable declared in a stored procedure. This local variable gets populated on the run by different parameters passed to the stored procedure. The way to populate this variable becaus...
Zones: MS SQL ServerDate Answered: 06/19/1999 Views: 0
Hi,    I'm trying to "select" multiple values. I have a table with, say 2 fields ID, DUMMY, where ID has an index. I need get a DUMMY's value for each ID ( and that is exactly one value ). ...
Zones: OracleDate Answered: 10/19/1999 Views: 0
Hello, I'm trying to select data from my database and having trouble with the output. I want to select only the organizations and documents from the org and docs tables where featured is yes. I a...
Zones: MS SQL ServerDate Answered: 01/11/2000 Views: 0
I am ashamed by my lack of skills - this is simple but I haven't used forms in Access since the stone age..... Anyway I've got a listbox with data in it and a subform on a form.  Depending on wh...
Zones: MS AccessDate Answered: 01/13/2000 Views: 0
How do you get the first n, next n results etc... of an SQL select statement?
Zones: OracleDate Answered: 03/08/2000 Views: 0
Suppose I have a table table1 with the following fields: id1, id2 and the rows are as follows: id1   id2 1     A 1     B 1     C 2     A 2     B 2     C 3     A 3     B 3     E and I...
Zones: OracleDate Answered: 02/10/2000 Views: 0