Advertisement

09.02.2008 at 04:22PM PDT, ID: 23697807
[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!

9.1

Difference between Oracle8 and Oracle10 ODBC driver???

Asked by jrcooperjr in Oracle 10.x, Microsoft Access Database, Oracle Database

Tags: , ,

We recently changed our PC environment to remove all Oracle clients prior to Oracle10 (some PC's had three or four Oracle clients on them with different Oracle homes). In doing this change, we also removed all prior versions of Oracle ODBC drivers.   For the most part, everything is working fine.  
However, one peculiar thing I've seen is that a query on an Oracle table that is being run through an Access link used to work, but now it seems to require that we specify a trim function on the query fields to get it to work without forcing the user to blank fill the query input fields.

Here's the SQL for an Access query that used to work, prompting the user to input a value for the "System" field:

SELECT * from TABLE1
WHERE (((TABLE1.SYSTEM_CODE)=[System]));

System_code is a 6 Char field.

Before, for example, if the user put in just RHR in response to a prompt, the query would return the expected rows.  Now, however, this query does not return any rows.  To get the query to work, the user has to either enter RHR followed by three blanks, or the query has to be modified to be:
SELECT * from TABLE1
WHERE (((trim(TABLE1.SYSTEM_CODE))=[System]));

With this revised query, if the user just puts in RHR without any trailing blanks, the query performs as expected.

The only thing I can see that changed in the environment is the different version of the Oracle ODBC.

Does anyone know of anything in the new Oracle ODBC (a difference between the Oracle 8 and the Oracle 10 ODBC) that would force the use of the trim function?  Or is there possibly something else that happened?Start Free Trial
[+][-]09.03.2008 at 08:46AM PDT, ID: 22378535

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Oracle 10.x, Microsoft Access Database, Oracle Database
Tags: ORACLE, ODBC Driver, version 8 and version 10
Sign Up Now!
Solution Provided By: slightwv
Participating Experts: 1
Solution Grade: A
 
 
[+][-]09.03.2008 at 09:18AM PDT, ID: 22378862

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.03.2008 at 09:39AM PDT, ID: 22379072

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 10:09AM PDT, ID: 22440516

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 10:19AM PDT, ID: 22440627

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 03:44PM PDT, ID: 22443918

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628