Search found 27 matches: latin5

Return to advanced search

Re: FWCONNECT NO FUNCIONA

... HB_SetCodePage("TRWIN") FWCONNECT oCn HOST cServername USER cUsername PASSWORD cPassword DB cDatabasename PORT 3306 CHARSET "latin5" if oCn == nil msginfo("Error de conexión") return nil else msginfo("Se conecto !!!") XBROWSER oCn:lecturas * oCn:Close() ...
by pedroluis
Tue Sep 22, 2020 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT NO FUNCIONA
Replies: 6
Views: 805

Re: MariaDB with latin5_turkish_ci collation

Hi Mr. Rao, I try to use "latin1_swedish_ci" and it seems there is not any problem with turkish characters. There may be a converting charset problem in Importfromdbf method. For example, I try to use "utf8_turkish_ci" and there is "?" problem in my application both fw_...
by Horizon
Tue Jun 09, 2020 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

I have imported the above dbf to mysql with this program. XBrowse of the MySql matches with the xbrowse of the dbf. I do not find any ?? in the display. I did not set FW_SetUnicode( .t. ). So, this is not a Unicode application. #include "fivewin.ch"REQUEST DBFCDXREQUEST HB_CODEPAGE_TRWINs...
by nageswaragunupudi
Mon Jun 08, 2020 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

waiting ....
by Horizon
Sat Jun 06, 2020 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

...   local cDbf     := "turkish\smssblon.dbf"    local cTable   := cFileNoExt( cDbf )    local cObj_Charset := "latin5_turkish_ci"    FW_SetUnicode( .f. )    oCn := FW_DemoDB()    if oCn == nil      ? "Connnect Fail"      return ...
by Horizon
Wed Jun 03, 2020 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

Hi Mr. Rao, You may need to take a look at the topics below before you can understand me. http://forums.fivetechsupport.com/viewtopic.php?p=71129#p71129 http://forums.fivetechsupport.com/viewtopic.php?f=3&t=14142&start=0&hilit=font http://forums.fi...
by Horizon
Tue Jun 02, 2020 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

I have imported the above dbf to mysql with this program. XBrowse of the MySql matches with the xbrowse of the dbf. I do not find any ?? in the display. I did not set FW_SetUnicode( .t. ). So, this is not a Unicode application. #include "fivewin.ch"REQUEST DBFCDXREQUEST HB_CODEPAGE_TRWINst...
by nageswaragunupudi
Tue Jun 02, 2020 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

Hi Mr. Rao, I have found the smssablon.dbf that is referred by you. I have transferred to mariadb via Importfromdbf with "latin5_turkish_ci" charset. http://www.objekt.com.tr/fwh_test/11-Mariadb.jpeg http://www.objekt.com.tr/fwh_test/12-Mariadb.jpeg ...
by Horizon
Tue Jun 02, 2020 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

Does this DBF browse display correctly? Please confirm.

Image
by nageswaragunupudi
Tue Jun 02, 2020 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

nageswaragunupudi wrote:May I ask, if you browse a DBF with the same Turkish character data, are you able to see the data correctly, with FW_SetUnicode( .f. ) ?


Hi Mr. Rao,

If you asking dbfcdx using, Yes.
by Horizon
Tue Jun 02, 2020 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

May I ask, if you browse a DBF with the same Turkish character data, are you able to see the data correctly, with FW_SetUnicode( .f. ) ?
by nageswaragunupudi
Tue Jun 02, 2020 3:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

Hi Mr. Rao,

If I change this line like that
Code: Select all  Expand view
FW_SetUnicode( .t. )

All Turkish characters is OK. But the data is read from database is unicode.
by Horizon
Mon Jun 01, 2020 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445

Re: MariaDB with latin5_turkish_ci collation

... In HeidiSQL. http://www.objekt.com.tr/fwh_test/01-MariDB_Spec.jpeg We try to use latin5, latin5 is ISO 8859-9 Turkish. in https://harbour.github.io/doc/harbour.html http://www.objekt.com.tr/fwh_test/02-iso8859-9.jpeg ...
by Horizon
Mon Jun 01, 2020 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4445
Next

Return to advanced search