vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 portion of code but //In case of "Working Combination" I am getting into this portion 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 |
| ||||
| Hi Vikas, For the issue you describe it would be worthwhile visiting - http://support.openlinksw.com/support/suppindx.vsp - and creating an online support case? There you will be able to provide detailed product, platform, problem information etc. You will be assigned a Support Consultant and be allocated a unique support case reference number with which you can track the progress of the support case. This will allow us to deal with the support case much more efficiently. Once the issue has been resolved it would be worthwhile reporting the solution back here so that others can benefit. Regards, Garry M. Biggs Technical Support 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...@gmail.com> 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 > portion of code but > //In case of "Working Combination" I am getting into > this portion 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 |