Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mu
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Titre:
Re: Mu
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01223812
Message ID:
01223840
Vues:
20
Viv,

I think there is not problem to import a table conteining that character
(µ) with the upsize wizard.

Also you can do a VFP program to do that,

Create a temp VFP Database
Create the remote view (V_NewTable)
Make the connection
select TableWithMu
Scan
select V_NewTable
append blank
replace ... With
select TableWithMu
Endscan
Select V_NewTable
=tableupdate(.t.)

close the connection



>I have a field in a VFP table that contains CHR(181) (greek Mu). How do I >import the table into SQLServer - preferably just using the upsize wizard.
Have a nice day ...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform