Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in New Upsizing Wizard
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Bug in New Upsizing Wizard
Miscellaneous
Thread ID:
00551785
Message ID:
00551785
Views:
54
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
----------------------------------------
Next
Reply
Map
View

Click here to load this message in the networking platform