Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Special char in field name
Message
From
06/09/2012 15:36:54
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows Server 2008
Network:
Windows 2008 Server
Application:
Desktop
Miscellaneous
Thread ID:
01552504
Message ID:
01552509
Views:
59
I don't know if it will work, but how about:
lcSQL = "UPDATE TableName SET [Téléphone] = '514777999'  WHERE code_client = '123'"
SQLExec(nHandle,lcSQL)
>I'm using remote view to access filemaker table using connection string.
>
>One of the field of the table is called "Téléphone", with french accentuated character
>
>So far I've tried :
>
>
>
>1) REPLACE Téléphone with '514777999'   in c_Cursor  
>    = IF TABLEUPDATE(.T.,.T.,c_cursor,laError)  && Fails
>
>2) SELECT c_Cursor
>    SCATTER NAME oTest MEMO
>    oTest.téléphone = '514777999' 
>    GATHER NAME oTest
>    = IF TABLEUPDATE(.T.,.T.,c_cursor,laError)  && Fails
>
>
>3) lcSQL =[UPDATE TableName SET [Téléphone] = '514777999'  WHERE code_client = '123']
>     =  SQLExec(nHandle,lcSQL,[Tablename],aCountInfo) > 0   && Fails
>
>
>
>
>Any suggestion is welcome....
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform