Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select max() from a table with tablebuffer - HELP !!
Message
From
03/06/2002 08:06:19
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Select max() from a table with tablebuffer - HELP !!
Miscellaneous
Thread ID:
00663992
Message ID:
00663992
Views:
47
Hi !!

Hi have two users and i want to find the maxium of a table column but ....
I´m using table buffer and the tableupdate is decided by the user !!

please help !! what i'm doing wrong ??

Thank you ALL

SET MULTILOCKS ON
create database demo
open database demo
CREATE TABLE "orders.dbf" NAME orders ( order_id N(5))

select 1
use orders shared
lSuccess=CURSORSETPROP("Buffering", 5, "orders")

append blank
replace orders.order_id with 1 &&->user 1

append blank
replace orders.order_id with 2 &&->user 2

browse

select max(order_id) from orders into array max_order_id &&->by user 1

if type("max_order_id[1]") = "N"
wait window str(max_order_id[1],5)
else
wait window type("max_order_id[1]")
endif
Next
Reply
Map
View

Click here to load this message in the networking platform