Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
6.0c error
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
6.0c error
Divers
Thread ID:
00653122
Message ID:
00653122
Vues:
65
After upgrading to SDT 6.0c, I get the following error from this code that has been working for years.

Error: #107
Message: Operator/operand type mismatch
Line: 509
Method: DBCXMGR.oSDTMgr.ReindexOneTable

This was my way of loading records into a table faster by appending without tags, then recreating the indexes. Any thoughts would be appreciated. I can always go back to just leaving the indexes in place and appending, but this is significantly slower.

use dtpaeve exclusive
zap
delete tag all
append from &lcFile
open database dtpadata
set classlib to \stonefield\sdt\source\dbcxmgr additive
oMeta = createobject('dbcxmgr')
oMeta.setdatabase(dbc())
ometa.oSdtMgr.reindex('dtpaeve',.f.,.t.)

TIA,

Larry
Larry Tucker
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform