Hi Vikas,
For the issue you describe it would be worthwhile visiting -
http://sup****t.openlinksw.com/sup****t/suppindx.vsp
- and creating an
online sup****t case?
There you will be able to provide detailed product, platform, problem
information etc.
You will be assigned a Sup****t Consultant and be allocated a unique
sup****t case reference number with which you can track the progress of
the sup****t case.
This will allow us to deal with the sup****t case much more
efficiently.
Once the issue has been resolved it would be worthwhile re****ting the
solution back here so that others can benefit.
Regards,
Garry M. Biggs
Technical Sup****t
OpenLink Software
http://www.openlinksw.com
Product Weblogs:
Virtuoso: http://www.openlinksw.com/weblogs/virtuoso
UDA: http://www.openlinksw.com/weblogs/uda
Universal Data Access & Virtual Database Technology
On Jun 20, 10:56 am, vikas Rosal <vikas.ro...@[EMAIL PROTECTED]
> wrote:
> 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


|