does ODBC 3.51 support for Stored Procedure

does ODBC 3.51 support for Stored Procedure

am 30.08.2005 14:59:32 von Jignesh PArmar

------=_NextPart_000_0005_01C5AD90.C41DCB70
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Dear Sir

I have created some Stored Procedure in MySQL 5.0. I am using ODBC 3.41 =
and VB 6.0 as front end

I want to know, how can i call Stored Procedure from VB??


Waiting for your reply

Jignesh
------=_NextPart_000_0005_01C5AD90.C41DCB70--

Re: does ODBC 3.51 support for Stored Procedure

am 31.08.2005 00:34:50 von Daniel Kasak

Jignesh PArmar wrote:

>Dear Sir
>
>I have created some Stored Procedure in MySQL 5.0. I am using ODBC 3.41 and VB 6.0 as front end
>
>I want to know, how can i call Stored Procedure from VB??
>
>
>Waiting for your reply
>
>Jignesh
>
>
Set my_command = New ADODB.Command

With my_command
.ConnectionString = some_connection
' *** put other stuff here ***
.Execute
End With

Read up on ADODB and the ADODB.Command object in particular.

--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: dkasak@nusconsulting.com.au
website: http://www.nusconsulting.com.au

--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org