I could work with VFP for a while more if only I could read and write =
UTF-8 in Sql Server without double byte translations leading to ??? =
(unless somebody knows how to do this with the current VFP)

What are other requests that people would still have?

Robert

Re: Any last requests? by Anders

Anders
Wed Mar 28 17:06:34 CDT 2007

Are you sure? From Books On Line:
"SQL Server stores Unicode in the UCS-2 encoding scheme. However, many
clients process Unicode in another encoding scheme, generally UTF-8."

-Anders

"RobertVanGeel" <robert@bign.nl> wrote in message
news:OuQa6WXcHHA.4872@TK2MSFTNGP03.phx.gbl...
I could work with VFP for a while more if only I could read and write UTF-8
in Sql Server without double byte translations leading to ??? (unless
somebody knows how to do this with the current VFP)

What are other requests that people would still have?

Robert



Re: Any last requests? by Anders

Anders
Wed Mar 28 17:20:23 CDT 2007

Will SYS(987) help?
To input ANSI into SQL Server for conversion to Unicode there the N' prefix
for strings.

-Anders

"RobertVanGeel" <robert@bign.nl> wrote in message
news:OuQa6WXcHHA.4872@TK2MSFTNGP03.phx.gbl...
I could work with VFP for a while more if only I could read and write UTF-8
in Sql Server without double byte translations leading to ??? (unless
somebody knows how to do this with the current VFP)

What are other requests that people would still have?

Robert




Re: Any last requests? by RobertVanGeel

RobertVanGeel
Thu Mar 29 01:23:00 CDT 2007

Briljant! Thanks!!!

Robert

"Anders Altberg" <anders.altberg> wrote in message =
news:ed6ANdYcHHA.1216@TK2MSFTNGP03.phx.gbl...
> Will SYS(987) help?
> To input ANSI into SQL Server for conversion to Unicode there the N' =
prefix=20
> for strings.
>=20
> -Anders
>=20
> "RobertVanGeel" <robert@bign.nl> wrote in message
> news:OuQa6WXcHHA.4872@TK2MSFTNGP03.phx.gbl...
> I could work with VFP for a while more if only I could read and write =
UTF-8
> in Sql Server without double byte translations leading to ??? (unless
> somebody knows how to do this with the current VFP)
>=20
> What are other requests that people would still have?
>=20
> Robert
>=20
>=20
>