Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass a web variable to a stored procedure
Message
De
25/10/2008 09:47:40
 
 
À
24/10/2008 16:54:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
01257541
Message ID:
01357135
Vues:
24
Hi,

I see responses to this thread (or related ones) that should ensure that the SP attempts to execute and the 'COPY TO' command is listed as being supported by the VFPOLEDB so the most likely problem would be a permissions issue. Does the authenticated user have read/write permissions to the relevant folder? And what is the exact error?

Regards,
Viv

>Hi Viv
>You once showed me how to execute a stored procedure from ASP. Can you show me how to do it from VB NET? I have
>
>Dim oConnVFP As New Data.OleDb.OleDbConnection(ConfigurationManager.ConnectionStrings("VFPLibrary").ConnectionString)
>Dim objCommandCSV As New System.Data.OleDb.OleDbCommand("do createCSV", oConnVFP)
>
>objCommandCSV.CommandType = Data.CommandType.StoredProcedure
>
>oConnVFP.Open()
>objCommandCSV.ExecuteNonQuery()
>oConnVFP.Close()
>
>But this doesn't work. Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform