Viewing 10 posts - 1 through 11 (of 11 total)
When you say "VFP app can quickly Insert an order", where is the order inserted into?
If it's sql Server, you could look into inserting the order Asynchronously - see
January 31, 2007 at 11:47 am
There may not be a dbc (database container) file available.
Tables in Visual FoxPro can exist as a free table or as a database table. A free table is a...
June 12, 2006 at 4:09 pm
Try using the cliconfg utility to add an entry for the server you want to use and set its network library to multiprotocol. I needed to do that to use...
May 11, 2006 at 8:34 am
In addition to Reporting Services and Crystal Reports, ColdFusion MX 7 does pdf creation.
January 3, 2006 at 2:56 pm
try the visual foxpro oledb driver.
September 20, 2005 at 8:58 am
see
Note When you use Visual FoxPro OLE DB Provider as a SQL Server-linked server, only queries are supported. The Visual FoxPro OLE DB Provider does not support...
September 1, 2005 at 8:23 am
A couple of other items you might look into.
1. does the sql server table have many text files
2. is there a real time virus monitoring program running on the pc...
August 25, 2005 at 9:22 am
Check if there are indexes on the dbf file.
August 25, 2005 at 8:17 am
October 22, 2004 at 3:16 pm
It may help to create the query using a unc path
select * from \\server\vfpdata\application\results.dbf
then you don't need to be concerned about drive mappings.
April 23, 2004 at 6:45 am
Viewing 10 posts - 1 through 11 (of 11 total)