Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database Objects
Message
From
03/06/2002 13:46:18
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00659866
Message ID:
00664169
Views:
29
>I could see this technique as being an alternative to using temporary cursors. But it could not permanently store data, unless you gather values back into a data file. Am I right?
>
>- Steve

Steve,

I've only tried storing data back into a Fox Table, but it was straightforward, as in:

For x = 1 to Number_of_fields
Tables.Fieldname = Object.FieldName
Next

I don't think there's a problem with field type since the Object was loaded originally with the proper contents...

With other databases, of course, the way the object is read or even if it is accessible is another question. What you can do, say, to store information in an Access database is create an OLE Public COM object that returns strings representing data fields...I've done somthing similar...

HTH,
Previous
Reply
Map
View

Click here to load this message in the networking platform