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 > Index FoxPro table with ADO

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-18-05, 20:25
a_k_2 a_k_2 is offline
Registered User
 
Join Date: Aug 2005
Posts: 5
Index FoxPro table with ADO

I create FoxPro free table using ADO, after that I try to create index with the following command:
INDEX ON FieldName TAG TagName COMPACT ADDITIVE

and I receive the error message:
Code = 80040e14
Source = Microsoft OLE DB Provider for Visual FoxPro
Description = One or more errors occurred during processing of command.

When I run the same command in the FoxPro command line it works fine.

How I can create index for the FoxPro free table using ADO?
Is it possible that this option is not implemented for the FoxPro thru the ADO/ODBC interface?

Thank you very much in advance,
a_k_2
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