Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp and Oracle.
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00380844
Message ID:
00380864
Views:
17
>Hi,
>
>I am in a proccess of converting our VFP app to client/server using Oracle as the backend. Does anyone know any good books out there that can help me?
>
>Thank you very much

Oracle or VFP? I recommend Oracle8 The Complete Reference [ISBN 0-07-88-2396-x] and Oracle PL/SQL Programming by Scott Urman [ISBN 0-07-882176-2].

You need to learn about Triggers, Sequences and Procedures on the Oracle side. Creating script files [.SQL] that you can run from SQL*Plus is definitely a must.

If you put in a lot of work on developing the database, the VFP work will be very quick. So far, on my latest project, I have spent about 80% of my time on the database and the rest on VFP development. The main reason is that my triggers, sequences and procedures on the Oracle side do almost all of the work. About the only thing VFP does is creating a shared connection to Oracle [user login], UI for data entry, and sending updates back to Oracle.

I use Oracle to generate PKs from the sequences and BeforeInsertUpdate triggers. I also use triggers to populate Last_Update and Updated_By fields in every data table.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform