Help with Command Text.
From: Russell Verdun (cpa44_at_hotmail.com)
Date: 11/24/04
- Next message: Victoria Bolton: "Synching two tables in seperate Access databases- Repost"
- Previous message: Brad: "Re: I need as/400 DB2 .net data connector"
- Next in thread: Deepak: "RE: Help with Command Text."
- Reply: Deepak: "RE: Help with Command Text."
- Reply: rbutch_at_coair.com: "Re: Help with Command Text."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Nov 2004 15:43:13 -0500
Can anyone help me with the syntax that would be used to execute an Oracle
stored procedure from vb.net. I don't recall the exact syntax but, it used a
Call statement. I gather this is similar to SQL's Execute statement.
Actually I want to mimic this text:
dim cmd as sqlcommand
cmd.CommnadText = "Execute <mySP> @Parm1 = 12, @Param2 = 'Jim' "
How can this be done with Oracle. Again I saw somewhere, the use of a call
statement, I gather it would replace the Execute as in SQL. I would
appreciate any thoughts and advice on the syntax.
- Next message: Victoria Bolton: "Synching two tables in seperate Access databases- Repost"
- Previous message: Brad: "Re: I need as/400 DB2 .net data connector"
- Next in thread: Deepak: "RE: Help with Command Text."
- Reply: Deepak: "RE: Help with Command Text."
- Reply: rbutch_at_coair.com: "Re: Help with Command Text."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|