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 1457(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!

6.2
how can I get this to work in VB Filterinfo = "%123%" 'match 123     Data1.RecordSource = "select * from [Customer] where [AccountNo] like '" & filterInfo & "'"
Zones: Visual BasicDate Answered: 05/27/1998 Views: 0
I am trying to schedule a copy task with windows task scheduler.  The problem is, the scheduler wants me to assign a .exe file to be run as the task.  I tried looking for the copy command on my sys...
Zones: Windows 95Date Answered: 07/12/2000 Views: 0
Hi My code below is not working. Example, <cfquery name="Get_Pending" datasource ="CD_Music" dbtype="ODBC"> Select * from Sales_Order       Where Delivery_Flag<> "Y" </cfquery> ...
Zones: ColdFusion Application ServerDate Answered: 09/24/2000 Views: 0
Hi all, I'm facing a very strange problem, I issue the following query on Oracle8i on NT server: SELECT * from jobs where expire_date = TO_DATE('16 10 2000', 'DD MM YYYY'); OR SELECT * ...
Zones: OracleDate Answered: 10/09/2000 Views: 0
Hi, I writing a program with database and try to filter some records like -->  Private sub cmdfilter_click()  data1.RecordSource="SELECT * FROM tblemp where='" & trim (text2.text) & "'"  db...
Zones: Visual BasicDate Answered: 06/01/2001 Views: 0
I met a problem that I can not login in my win2000 system which said "the local policy of this system does not permit you to log on interactively". Friends told me that I need ntrights to connect t...
Zones: Windows 2000Date Answered: 06/02/2003 Views: 0
hi i'm having a slight problem with a stored procedure on sql server 2000. I'm writing a simple stored procedure that will return delivery consignments that haven't been manifested and at the...
Zones: MS SQL ServerDate Answered: 11/14/2002 Views: 0
I would like to run a loop in an ASP Page (preferably using ADO and SQL to connect to the db) that detects all the table and column names in an ACCESS database. I think I can do this with somethin...
Zones: ASPDate Answered: 08/02/2003 Views: 0
I need to write a select statement that selects from a range of dates. I have been able to get this to work. What I have done so far is: Select * From table_a Where (date1 > 'xxxx-xx-xx') And (d...
Zones: FoxProDate Answered: 08/10/2004 Views: 0
I am new to Oracle and I have quick question. I am passing a few optional parameter into a stored procedure.  I need to conditionally select data based on the parameters being passed.  So in the...
Zones: OracleDate Answered: 12/16/2002 Views: 0