Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About strconv() using via CursorAdapter()
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
About strconv() using via CursorAdapter()
Miscellaneous
Thread ID:
01133995
Message ID:
01133995
Views:
75
Hi All,
i am loading news records from website (Unix Server) to my desktop form for news editing,adding or deleting;
in this issue i'am using CursorAdapter() during mySQL odbc driver also installed on my pc;
Database is under MySQL;
web pages extension is .php and top codes like below
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>
....
until this time there is no problem , my problem when i load records from website to my form , Turkish chr's such as 'çşğiö'
doesnt coming correctly so that i cannot true editing or adding etc...

how can i set turkish charset for CursorAdapter or where should i use strconv() to do this ?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform