Nick Cipollina wrote:
I'm actually in the process of doing the same thing.  We have a legacy
FoxPro application and all of the data is currently in VFP free tables.
I am going to start moving the data to SQL Server.  I have chosen the
approach of using SQL stored procs with T-SQL commands to do all
querying, updating, etc...  For what you are doing, I think stored procs
are definitely the way to go.

Thanks,
Nick Cipollina

But say you've got a table with many columns....won't that be a royal PITA to pass all of those columns as parms to a stored proc that updates the specific row? Wouldn't the use of a view get around this pain?

--Michael



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to