Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when rebuilding index using SDT
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Error when rebuilding index using SDT
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01178286
Message ID:
01178286
Views:
74
I have a routine in my application that calls method reindex of the Stonefield SDT. Here is the code I have:
lRetVal = oMeta.oSDTMgr.Reindex("MYDATABASE!")

if !lRetVal
	
	=messagebox('Table Indexing Failed. ' + chr(13) + chr(13) + ;
	'Error No.: ' + alltrim(str(oMeta.aErrorInfo[1,1])) + chr(13) + chr(13) + ;
	'Error Message: ' + oMeta.aErrorInfo[1,2],48,'Problem Indexing Table!' )	

endif
If I select/check each table one at a time, Reindex works fine. But if I check All Tables, I get error 10 Syntax Error. It is hard to see which table causes this error. But by closely watching the screen it goes almost to the very last table.

Any suggestions to what maybe causing this Error 10 Syntax Error?

Thank you
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform