Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Progress > Some ISSUE with...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 899 of 958
Post > Topic >>

Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracle 9i + Unicode build ] combination.

by vikas Rosal <vikas.rosal@[EMAIL PROTECTED] > Jun 20, 2007 at 02:56 AM

Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracle 9i +
Unicode build ] combination.

Issue Is :--> I am firing a query on database to fetch single value
from the XYZ table and
query is getting fired successfully but it is returning no results for
given criteria
where CRITERIA is in unicode ie :--

["Not Working Combination"] :---> that I am using Is :--> wxWidgets +
Macintosh + OpenLink + Oracle 9i + Unicode build.

Select Description from XYZ where name = 'UNICODE_CRITERIA'

UNICODE_CRITERIA is the unicode string.

I am getting the correct result with same code on the below
combination.

["Working Combination"] :--> wxWidgets + Windows 2K + ODBC DSN(i am
not using OpenLink here for making DSN) + Oracle 9i + Unicode build.

Code Snippet is like.
...............
...............
...............
...............

if (ptrDB->ExecSql(strQuery))
{
        while (ptrDB->GetNext())
        {
                //In case of "Not Working Combination" I am NOT
getting into this
****tion of code but
                //In case of "Working Combination" I am getting into
this ****tion of
code
                ..............
                ..............
                ..............
                ..............
        }
}

...............
...............
...............
...............

So I am not able to make out the Problem Point because ,Non-Unicode
queries are giving me correct and desired results on BOTH
Combinations.
Can anyone help me out to resolve this issue...Replies will be highly
Apreciated.
Thanks In advance for your help.

Vikas Rosal
 




 2 Posts in Topic:
Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracle 9i +
vikas Rosal <vikas.ros  2007-06-20 02:56:40 
Re: Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracle
technical.support@[EMAIL   2007-07-17 09:29:10 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Thu Jul 24 14:26:07 CDT 2008.