Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLExec
Message
De
17/12/2003 16:20:05
 
 
À
16/12/2003 14:38:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00859608
Message ID:
00860106
Vues:
15
Hey Paul,

What do you get in AErrors()?

Aloha,

James
>Hi probably an easy question for someone that has been doing this for awile. I have a routine that scans a directory and then converts WAV file to MP3's then i need to load the info into a SQL server table. Anyways below is a snippet of the code ..x = -1 so it is not updating the sql table.
>
>
>
>lcsql = 'Insert into tbl_Mp3 (fk_folderID, filename, ConvertDate, filedate, filesize) VALUES(' + alltrim(config.folder_id)+ ',' + lawavs(j,1) +','+ dtoc(date())+ ',' + dtoc(lawavs(j,3))+ ','+ alltrim(str(lawavs(j,2))) + ')'
>
>x = SQLEXEC(nHandle,lcsql)
>?lcsql
>?x
>
>thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform