MySQL Forums
Forum List  »  Spanish

Pero no funcionan!
Posted by: Ruben BC
Date: July 12, 2008 07:05AM

Yo lo invoco así desde VB6
Public Function EstuTermi(pDesde As Date) As Recordset
Dim pResul As Integer
Set Qy = New Command
Set Qy.ActiveConnection = mCn
Qy.CommandType = adCmdStoredProc

Qy.Parameters.Append Qy.CreateParameter("pDesde", adDate, adParamInput, , pDesde)
Qy.Parameters.Append Qy.CreateParameter("pResul", adNumeric, adParamOutput, , pResul)
Qy.CommandText = "EstuCulmi"
Set EstuTermi = Qy.Execute
Set Qy = Nothing
End Function

y da un error, tenés que sacarle el parámetro de output y hacer x ejemplo una función. Yo estoy con MySql 5.0.51a
Alguna idea de cuando van a arreglar este bug?

Options: ReplyQuote


Subject
Views
Written By
Posted
Pero no funcionan!
3262
July 12, 2008 07:05AM
3153
August 01, 2008 02:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.