Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

input data-from VFP or stored procedure(SQL Server)

Status
Not open for further replies.

selinis

Programmer
Oct 15, 2001
29
CA
Hello,

does anybody know which would be the best way to input data in a MS SQL Server database:VFP code or by building a stored procedure in the server?
I'm using VFP 7.0 for client software.No more than 20 users are inputing data on the same time into database.

thank you
 
The answer may be "both". Depending on your users' needs and sophistication, using a VFP app to "frontend" a SQL stored procedure is often a good solution.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top