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 15349(0.007 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.4
How can I make an SQL Query if at the moment I have this piece of code: VB4 Private Sub Form_Load() Dim oSQLServer As New SQLOLE.SQLServer Dim oDatabase As SQLOLE.Database Dim sql As String oSQL...
Zones: Visual BasicDate Answered: 03/26/1997 Views: 0
I have a Informix 6.0 and VB 4.0 and used  ODBC. I can use sql query for returning recordset of text, integer and other data field. My problems is how to query DateTime data fields. My date fields...
Zones: Visual BasicDate Answered: 06/07/1998 Views: 0
In short,What can you do to speed up the returning of thousands of rows? I have a VERY,very large table. There is an index set up on a couple columns. I have a query which uses the index. If the ...
Zones: OracleDate Answered: 11/18/1998 Views: 4
Hi   i want to display only those records which are duplicate in the table. Please let me know the query. tks -atif
Zones: OracleDate Answered: 03/05/1999 Views: 0
Hello I want to create a selection query in access, I'm using vb5 and in access i have made some query's (tables). Is it possible to make a code that vb makes automatically a new selection table...
Zones: VB DBDate Answered: 05/27/1999 Views: 0
Can I speed up my database if I use VBA and not Queries?
Zones: MS AccessDate Answered: 05/21/1999 Views: 0
i have got a dbase and i have made a perameter query that querys on more then one thing. in other words, i have 50 cars and i have ented the colour, make and year of the car. if i query all of the ...
Zones: MS AccessDate Answered: 05/28/1999 Views: 0
I want to query for the status of a Service. Just give the servicename as a string and get a string back with the current state.
Zones: Visual BasicDate Answered: 07/15/1999 Views: 0
Hi,  I want to write a query which should perform some math operations and store these results in a table as another(add new) field,which already have some fields in it.Please suggest me how to do ...
Zones: FoxProDate Answered: 09/01/1999 Views: 0
I'm trying to count the total number of records in a query. RecordCount seems to work well with a table but does not seem to give the correct number for a query. Is there any way to do this?
Zones: Delphi ProgrammingDate Answered: 03/15/2002 Views: 0