Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updates, Inserts to Oracle kinda slow in a grid.
Message
From
26/08/1999 03:38:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Updates, Inserts to Oracle kinda slow in a grid.
Miscellaneous
Thread ID:
00257759
Message ID:
00257759
Views:
42
Hi!
This is a general question but...
I have a general speed problem in the application I ported to Oracle.
In general a save takes 1 second.
(This includes 1. An entry in a log table, 2. The actual save. 3. Locking and unlocking of the record , 4. Update of change date and time and number of changes)

I have reduced the speed a bit by using stored procedures.
The application uses ODBC Microsoft's ODBC driver for Oracle.
And SQLEXEC() I generate an update statement such as:
"update test set col1=?val1,col2=val2"

So it uses bind variables.

I know much about Oracle but not too much about foxpro.
(Of course enough to get the initial conversion done.)

The problem that remains is when I have a form with a gird the users can change ten, maybe 20 records...

When they then save it takes 10-20 seconds....
Which is too long....

I was wondering what kind of approach others may have taken with saving grids to oracle fast...

What is a realistic time?
Reply
Map
View

Click here to load this message in the networking platform