Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in New Upsizing Wizard
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Bug in New Upsizing Wizard
Divers
Thread ID:
00551785
Message ID:
00551785
Vues:
55
The new Visual FoxPro 7.0 SQL Server Upsizing Wizard Update has the following bug. When i excute it from network drive (Map drive Z: for example) i get Error "Error #202 invalid path or filename in genbulkinserttextfile line 1971"

The old code (wizusz.prg) was :
lcBulkFileNameWithPath = SYS(5) + CURDIR() + BULK_INSERT_FILENAME

and now the code is :
LCBULKFILENAMEWITHPATH = "\\"+ADDBS(ALLTRIM(LEFT(SYS(0), AT("#", SYS(0))-1)))+STRTRAN(SYS(5), ":", "$")+CURDIR()+"BulkIns.out"

for network drive this return an error!
----------------------------------------
Nikos Kiriakoulakos
Software Engineer
Dep. of Medical Informatics
Apollo Ltd.
Greece
----------------------------------------
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform