Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view to sql-server
Message
De
26/11/2004 00:18:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00963769
Message ID:
00964826
Vues:
7
Hello,

you may explicitly cast the column to char datatype e.g:

UnicodeColumn is of type NCHAR(50) in SQL-Server

SELECT CAST(UnicodeColumn AS CHAR(50)) AS UnicodeColumn FROM yourTable ...

if the other table you mentioned is also residing on the SQL-Server, and these 2 columns relate to each other (as you said) then i would redesign the database so they have an equal datatype ..

the hole situation sounds a bit strange though since relating two tables over NCHAR or NVARCHAR datatype is a bit unusual ..

Regards
Christian
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform