Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with SQLEXEC
Message
De
23/03/2005 01:21:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Problem with SQLEXEC
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00998336
Message ID:
00998336
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform