Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with SQLEXEC
Message
From
23/03/2005 01:21:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problem with SQLEXEC
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00998336
Message ID:
00998336
Views:
54
Dear All,

I have problem with SQLEXEC.

When I run bellow coding. It will prompt me error message as
"Alias is not found" . But this coding is working fine on another machine which have same environment.

QHANDLE= SQLSTRINGCONNECT(;
'driver=SQL server;' + ;
'Server=(local);' +;
'database=master;' + ;
'uid=SA;' + ;
'pwd=SA;' + ;
'trusted_connection=YES')


=SQLEXEC(QHANDLE,'SELECT * FROM MASTER','QMASTER')
SELECT QMASTER

I'm running on Windows Xp Professional Edition Service Pack 2 ,
Visual Foxpro 8.0 (SP1) ,MDAC 2.8, SQL Server 2000 (SP4)

Please Advice. What's wrong ? any solution ?


Regards
Nicholas Lim
Next
Reply
Map
View

Click here to load this message in the networking platform