[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

05/31/2001 at 06:53PM PDT, ID: 20128078
[x]
Attachment Details
[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!

4.6

ODBC Left Outer Join Syntax

Tags:

getting, left, odbc, syntax

Hello,

   I'm having trouble getting the left outer join syntax to behave properly.  I'm using ODBC to connect to an sql server.  The syntax is straight forward but the returned recordset is an inner join and does not contain a record unless it is found in both tables.  I've tried using the *= operator but it is not supported with ODBC.  Any help would be greatly appreciated.  I've include sample of the syntax I've tried.

Thanks in advance,

Jay Denis
Millennium POS

The following returns a recordset which is really an inner join...

SELECT * FROM Inventory LEFT OUTER JOIN InventoryAverages ON Inventory.Upc = InventoryAverages.Upc

The following generates an error stating that the operator is not supported but this works fine in the query analyzer...

SELECT * FROM Inventory, InventoryAverages WHERE Inventory.Upc *= InventoryAverages.Upc

Sign up now to view this solution
Question Stats
Zone: Programming
Question Asked By: Jayman31
Solution Provided By: Netminder
Participating Experts: 6
Solution Grade: A
Views: 19
Loading Advertisement...
05/31/01 07:25 PM, ID: 6144300

Rank: Guru

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 07:32 PM, ID: 6144311

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 07:40 PM, ID: 6144333

Rank: Guru

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 07:46 PM, ID: 6144348

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 08:01 PM, ID: 6144381

Rank: Guru

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 08:07 PM, ID: 6144392

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 08:49 PM, ID: 6144471

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 08:57 PM, ID: 6144488

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 09:24 PM, ID: 6144532

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 09:45 PM, ID: 6144572

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 10:05 PM, ID: 6144611

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
05/31/01 10:15 PM, ID: 6144625

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
06/01/01 06:54 AM, ID: 6146028

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
06/01/01 07:00 AM, ID: 6146062

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
06/01/01 08:33 AM, ID: 6146510

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
06/01/01 08:37 AM, ID: 6146522

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
06/01/01 08:43 AM, ID: 6146538

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
06/01/01 09:02 AM, ID: 6146562

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
06/01/01 09:21 AM, ID: 6146649

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
06/01/01 09:37 AM, ID: 6146688

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
07/05/02 12:35 PM, ID: 7132788

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
07/07/02 08:38 AM, ID: 7135221

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
07/18/02 08:20 PM, ID: 7163868

Rank: Guru

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
07/18/02 09:20 PM, ID: 7163944

All comments and solutions are available to Premium Service Members only. Sign-up to view the solution to this question.

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080206-EE-VQP-25