I write the web software for our online sales processes where I work,
www.shopmti.com and I have written about a dozen or so Visual Basic 4.0
app's that read/write old .DBF database tables using the standard DAO and
MS-JET methods.
What I want to do now is have my Visual Basic app's do the same thing, but
using "live" .DBF tables that are in use on the same network by legacy 16bit
FoxPro 2.6 DOS applications.
My question is, will there be any problems with my VB app's having
read/write access to these same tables that 16bit FoxPro DOS applications
have read/write access to? Such as "exclusive write" file locking and other
such antics being performed by the FoxPro apps?
Any tips along these lines would b helpful thanks...