Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLSTRINGCONNECT() fails in Windows 7 64bit and Excel 64
Message
From
30/11/2012 09:52:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SQLSTRINGCONNECT() fails in Windows 7 64bit and Excel 64
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01558470
Message ID:
01558470
Views:
83
Hi all.
My code SQLSTRINGCONNECT() run good in Windows 7-64bit and Excel 2010-32bit
 	lcConn = "Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};"+;
		"DriverId=790;Dbq="+m.lcXLS+;
		";DefaultDir="+JUSTPATH(m.lcXLS)+";"
	lnHandle = SQLSTRINGCONNECT(m.lcConn)
However, It did not work in Windows 7-64bit and Excel 2010-64bit. lnHandle return =-1

I dont know why!!! Please help me.
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform