If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > ADO Connection to FOXPRO Database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-04, 19:05
panuganti panuganti is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
ADO Connection to FOXPRO Database

Hello,

Issue:
The query time of the records in a foxpro Database is unusually high
over a LAN of 10mbps.

Description:
1. I have a foxpro Db on a machine with 100000 records. I have several clients trying to access this database over a LAN of 10mbps.

2. The fields in the foxpro database are indexed

3. When i try to Access the Database using ADODB.Recordset

ex: ORS.Open sqlQuery,ADODB.Connection,....,....

The time taken for results to comeback to client is very high(45 secs),
but if i run the same query again without disconnecting from database
it takes less than 2secs.

Any Ideas???

Thanks.
Sri.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On