Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing an Oracle Database
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00442658
Message ID:
00442672
Views:
11
>Thanks So much Trey!!
>
>If I am developing an application that would be able to place data into the Oracle table as well as pull data out of the table, should I still use it or should I try to Pull it with SQL Pass Through and use something else to put data into the table?

SPT is good for this as well.

You could also use remote views for both retrieval and updates. These are basically wrappers around SPT, specifically designed for the data statements.
However, they can be slower that SPT itself.

Nothing says you can't use a mixture of SPT and remote views if you so desire.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform