MySql AND Visual BAsic
U MySql-u imam proceduru za dodavanje sloga.
Kako da u VB-u 6.0. pozovem tu proceduru?
Probao sam :
With adocommand
Set adocommand.ActiveConnection = db
.CommandText = "PopisAdd"
.CommandType = adCmdStoredProc
.Parameters(cPrezime) = txtPrezime.Text
.Execute
End With
Uvjek dobijem
?err.Number
3265
?err.Description
Item cannot be found in the collection corresponding to the requested name
or ordinal.
A probao sam i :
.Parameters![@cPrezime] = txtPrezime.Text
Ima li tko kakvu ideju...
g
Subject
Views
Written By
Posted
MySql AND Visual BAsic
10180
January 29, 2008 12:10PM
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.