Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Select
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows XP
Network:
Novell 6.x
Database:
MS SQL Server
Divers
Thread ID:
01017040
Message ID:
01017040
Vues:
68
Hi All,
I trying to select records from my table in sql server and I am getting the following error:

Too Many Columns.

Here is the code I am using to retrive the records:

lcSqlCmd="Select * from Meet376.dbo.DLFile order by regno"

IF sqlexec(Cn,lcSqlCmd,'c_download')<1
=MESSAGEBOX(SUBSTR(aErrorArray[1,3],xStrLoc,255),16,"SQL Server Error")
RETURN
ENDIF

What do I need to do?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform