Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote connections with VARCHAR2 data types
Message
From
17/10/2002 00:53:48
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00710166
Message ID:
00712186
Views:
8
>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 !
Previous
Reply
Map
View

Click here to load this message in the networking platform