Search found 39 matches: alphabet

Return to advanced search

Re: Combinaciones de letras

... + fact(7) + fact(7) // --> 13,650  FACT(n) is a function in CTLIB, which gives factorial of n. However the alphabet "E" is repeated twice resulting in some duplicate results. Ignoring such duplicates, we get 95 combinations finally resulting in ...
by nageswaragunupudi
Thu Dec 22, 2022 8:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1042

Re: Problem With oRs:Requery()

... Requery(). So, the entry in the logfile does not pertain to Requery. Also I am 100% sure that the where clause is not changed. Not even a single alphabet is changed in the original SQL. Simply the "?" place holders are replaced by the parameters and nothing else. Very likely that another ...
by nageswaragunupudi
Sat Apr 09, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oRs:Requery()
Replies: 4
Views: 533

Re: How to translate some parts of sample01 ( spanish ) ?

I'm thinking there is a command to set these letter of alphabet....
Perhaps Otto Know wich is the command

Cristobal ?
Nages ?
Antonio?
by Silvio.Falconi
Fri Mar 08, 2019 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to translate some parts of sample01 ( spanish ) ?
Replies: 11
Views: 1432

HB_UTF8ToStr

Hi, all ! With cGetFile() I choose the file with the Cyrillic alphabet. cGetFile returns the name of the file as UTF8. To get the name of the file in ANSI and I do OemToAnsi(HB_UTF8ToStr(file_name)). That is all right. But if there are "" symbols ...
by Natter
Sat Apr 07, 2018 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_UTF8ToStr
Replies: 0
Views: 505

Re: FWH : Unicode Gets and RowSet

... 6 bytes or even more. What do we mean by a single Unicode character? This is another important thing to understand. Some languages make one alphabet using more than one character. For example, this is a composite alphabet in my mother tongue. To see, it looks like one alphabet. క్ష్మ But ...
by nageswaragunupudi
Sat Oct 15, 2016 12:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2874

Re: Nuevo FWH 16.05

... column toggles asc and desc order 2. The same code works for ADO RecordSet, TMySql or Dolphin Query and DBF also without changing even a single alphabet. (For dbf, oRcs should be the alias name) 3. Please consider having one primary key for every table and include that field in the queries always. ...
by nageswaragunupudi
Sun Jul 17, 2016 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3792

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Kim,

It seems as a Harbour problem (not related to FWH) that should be reported in the Harbour users group:

https://groups.google.com/forum/#!forum/harbour-users

I am sorry I can't be of more help on this
by Antonio Linares
Wed Sep 09, 2015 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Mr.Antonio,

Yes...
It works, and show Correct results(Korean alphabet) when compiled with xHarbour.

But, when compiled with Harbour, Korean Alphabet was broken..., like... "??????"

Thanks.
by kim yong woo
Wed Sep 09, 2015 2:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Kim,

Do you mean that this code is properly working with xHarbour and fails with Harbour ?

Code: Select all  Expand view
cSQL := "SELECT code, iscode,num, name FROM CD_PERSON where name='홍길동' "
oRs:Open( cSQL, oCn )
 
by Antonio Linares
Tue Sep 08, 2015 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Mr.Antonio Linares, Thanks for your comments.. :lol: What I hope to solve is MSSQL matter... I mention that , with same codes , there was no Korean Alphabet problem when compiled with xHarbour.. Through comment of "No problem with xHarbour", I expected some experts may think about problem... ...
by kim yong woo
Tue Sep 08, 2015 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Kim,

You were talking about SQL and then you start talking about hbzip

How are they related ?

You don't need to pay for tech support as these forums are free for FWH users :-)
by Antonio Linares
Tue Sep 08, 2015 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Dear Hua, Thanks so much for your comment... And, I have visited the page according to your advice... Even in my point of view, It was the information related to my problem... But, I am only beginner.., it was difficult for me to use ... Mr.Antonio, Is there service to linking certain needs with per...
by kim yong woo
Tue Sep 08, 2015 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Kim, I'm just guessing here but you might want to have a look at codepage - http://harbourlanguage.blogspot.my/2010 ... epage.html

HTH
by hua
Tue Sep 08, 2015 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Dear Sirs,

As mentioned abode, in Harbour, Korean Alphabet was broken in MSSQL (or "ADODB.Connection"),?,
but, in xHarbour, it was possible to use Korean Alphabet in MSSQL (or "ADODB.Connection")..

Where is the difference ?

Thanks...
by kim yong woo
Sun Sep 06, 2015 2:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Mr.Antonio, I've just compiled my source file with xHarbour... And... I found that there is no "???????"...with Korean alphabet... The only thing I've done was "replacement "HBZIP.LIB" with old version of HBZIP.lib" since there was following error with recent ...
by kim yong woo
Sat Sep 05, 2015 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4669
Next

Return to advanced search