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 2201(0.001 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'm curious. TQuery.SQL.Clear seems to close the Query recordset as when I try and access the query.recordcount it says it's not a valid operation on a closed dataset. Why would this be if the SQL ...
Zones: Delphi ProgrammingDate Answered: 09/07/2000 Views: 0
Hi everyone, How do I group my report when I´m not using a dataset? I get my data from a TStringGird instead of a database. Or can I create the report directly from a textfile? // svenj
Zones: Delphi ProgrammingDate Answered: 09/26/2000 Views: 0
Hi, I have a little program, only one window with a grid on. I use a dataset to and and OLE connection to connect to an access database. This is my code that i'm using so far (only 2 lines) ...
Zones: Visual BasicDate Answered: 09/03/2002 Views: 0
Hello, I'm using cached updates and in some cases there are Null values in some fields. Butt my database can not handle these values. I would like to fill these fields with an empty string (or ...
Zones: Delphi ProgrammingDate Answered: 05/17/2002 Views: 0
I am able to add a row using a similar piece of code but cant remove a row, it does not fall over but just doesn't remove the row, can anyone help please? Dim conSql As SqlClient.SqlConnection ...
Zones: .NETDate Answered: 08/28/2002 Views: 0
What is the best way to convert a Untyped Dataset returned from a query to a strongly-type Dataset. I know I could enumerate the collection and transfers the values into a new dataset but I sure th...
Zones: .NETDate Answered: 10/05/2003 Views: 0
Please help ANYBODY i have created an XML schema in the XMLSchema designer in the .NET called Unit.  I then created a complex type called Point which defined X as double and Y as double. with...
Zones: .NET, XHTMLDate Answered: 10/12/2003 Views: 0
I have a function which i use a lot to populate combos with database data. It assigns the contents of one database column to ValueMember and another database column as the DisplayMember. I want to ...
Zones: .NETDate Answered: 01/06/2003 Views: 0
I have a dataset containing four tables . I want to merge table(0) and table(2). Their structures are same . can anyone give me a solutoin for this and also can a table be removed from a dataset?
Zones: .NETDate Answered: 02/03/2003 Views: 0
I am looking to search thru a dataset or a datagrid and find a column that matches the text in a text box that I have on the same form. Is there a some easy way to do this? I do not want to filter ...
Zones: .NETDate Answered: 05/27/2003 Views: 0