On 6/18/2012 2:26 PM, Kevin Cully wrote:
> Hello Profoxians,
>
> I'm issuing a:
> select * from information_schema.columns where table_name = '{mytablename}';
> on a PostgreSQL 9.1 database.  I believe I'm getting back UTF-8 values
> in the VFP cursor field of "column_name".
>
> I'm drawing a blank on how to get this back to the format to be consumed
> in VFP.  Win-1252?  Any tips?  I should know this but ... it's moving
> off into the fog of my memory.  TIA.

Not sure I completely understand, but a WAG:

? sqlexec(giHandle,'describe MyTable','curStructure')



-- 
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
http://fabmate.com
http://twitter.com/mbabcock16

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to