Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Special characters
Message
 
À
11/03/2008 04:17:03
Yh Yau
Ingenuity Microsystems Sdn Bhd
Kuala Lumpur, Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01300768
Message ID:
01300777
Vues:
11
>Having problems with saving data to SQL Server through a remote view. In this case, for character fields, whenever we have special characters like "@' &" etc, the entire record doesn't get saved into the database.
>Hope someone could shed some light.
>Thanks in advance
>Yau

Use AERROR() to get ODBC error:
IF NOT TABLEUPDATE(1, .t., [YourRVAlias])
   AERROR(laError)
   MessageBox(laError[1,2])
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform