Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracl..

 
   Database Forums (Home) -> Progress RSS
Next:  Progress Programmer Analyst Needed in Ohio  
Author Message
vikas Rosal

External


Since: Jun 20, 2007
Posts: 2



(Msg. 1) Posted: Wed Jun 20, 2007 2:56 am
Post subject: Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracle 9i + Unicode build ] combination.
Archived from groups: comp>databases>progress (more info?)

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

 >> Stay informed about: Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracl.. 
Back to top
Login to vote
technical.support

External


Since: Jul 17, 2007
Posts: 1



(Msg. 2) Posted: Tue Jul 17, 2007 9:29 am
Post subject: Re: Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracle 9i + Unicode build ] combination. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 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

 >> Stay informed about: Some ISSUE with [ wxWidgets + Macintosh + OpenLink + Oracl.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
HELP! v7 Prostrct repair question - Group, I'm restoring a multi-volume database from a UFS dump. I need to restructure it. I got all the extents and modified the structure file to point to their correct locations. When I run "prostruct repair mydb" I get the following error:...

Using Tivoli to backup Progress database - Does anybody know of any problems/issues with using Tivoli Storage Manager to backup a Progress database? Is anybody using Tivoli with Progress? Many Thanks, =Adrian=

Viewing DB Field entries - Hi Folks. I'm pretty new to Progress and wanted to ask if there are tools available with which I can easily view the entries of fields in a DB? Because with the Data Dictionary I only can see the field names but not the data in them. But its annoying...

unwanted thousands separator - Hi. I have defined global values MYGLOBALVALUE1 = 1000. These values are shown in a COMBO-BOX using LIST-ITEM-PAIRS = "MyGlobVal1, {&MYGLOBALVALUE1}" Now here is my problem: If I call {&MYGLOBALVALUE} it returns 1000 BUT if I call..

for each and can-find - Hi ppl. I got such a question. I want cycle threw records, on wich I don't have pointers in another table. I know that can-find don't work with for each. I'm not satisfied the method when for each find... if avail() ..... end
   Database Forums (Home) -> Progress All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]