Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store HTML document in TextField
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01278994
Message ID:
01279005
Vues:
19
Thanks for asking me to post the code, I had failed to put a closing ) in my insert statement.
IF FILE(gcNoteFile)
  lcFileString=FILETOSTR(gcNoteFile)
  lcCmd=[Insert into dbo.NoteCab (Meetingnumber,NoteDesc,SignedNoteData) values (?thisform.meetid,?gcNoteFile,?lcFileString)]
  IF SQLEXEC(gnConnHandle,lcCmd)<1
	=SQLERROR(program(),program(),transform(lineno()),thisform.name)
	SET STEP ON 
  ENDIF 
ENDIF 
Kirk
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform