Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Syntax
Message
De
14/01/2009 21:26:59
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
14/01/2009 19:57:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01373839
Message ID:
01373873
Vues:
17
>>This is a SQL statement that is created in code. I'm getting this error:
>>
>>SQL: Column ' ' is not found.
>>
>>This is the SQL:
>>
>>SELECT ;
>>SEQ_NUM AS Fld1, ;
>>DOC_CODE AS Fld2, ;
>>DAY_WEEK AS Fld3, ;
>>OFF_CODE AS Fld4, ;
>>FROM_TIME AS Fld5, ;
>>TO_TIME AS Fld6, ;
>>MARK_LEVEL AS Fld7,  ;
>>[ ]AS Fld8 ;
>>FROM SCHDOC2 ;
>>ORDER BY RIGHT("  "+doc_code,2)+RIGHT("000"+seq_num,3) ;
>>INTO CURSOR ReportCursor
>>
>
>Is this from VFP native or from VFPOleDB? The reason I ask is that the only time I got this type of message was from the VFPOleDB which is causing some weird errors under IIS. As for that situation, I see that are no space after []. Could it be a factor?

No, just straight VFP in a PRG right now for testing.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform