Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote connections with VARCHAR2 data types
Message
De
17/10/2002 00:53:48
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00710166
Message ID:
00712186
Vues:
9
>YES! In the CursorAdaptor, you have a ConversionFunc property that lets you specify what to do with certain fields in the cursor with respect to what value to post back to the server. For example, populating this property with something like:
>
>LastName TRIM, FirstName TRIM
>
>those values will be trimmed before sent to the server. This is only used for automatic updates where the SQL is generated for you by VFP. You can also choose to develop your own SQL for Insert, Update and/or Deletes. There are properties to store these values in as well - InsertCmd, UpdateCmd and DeleteCmd.

Thanks for the definitely info. It's about time i book for a european devcon with access to vfp8 beta...

The TRIM will be extremely useful with ASA (Sybase Anywhere). Our sql remote view updates are padded with useless blanks). Off the blanks !
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform