Re: Initiating Oracle stored procedures through ODBC
Date: 1996/04/24
Message-ID: <4lk4eu$3jl_at_news.pathcom.com>#1/1
mudhens_at_cyberramp.net (richard castorena) wrote:
>I am currently using MS Access 2.0 to access a Oracle 7.1 database
>using ODBC. I would like to be able to initiate an Oracle stored
>procedure from Access. The only thing I can think of is to use a SQL
>pass-through query to kick it off.
>I have tried sending "exec procedure_name" but it always returns
>invalid SQL statement. I guess it is expecting something using a
>Select clause. BTW, I have successfully created other pass-through
>queries so there isn't a problem with the connecting to Oracle.
>Any help would be appreciated. Please e-mail me at
>mudhens_at_cyberrramp.net
>Thanks, Richard Castorena
Parameters have to follow the native (in your case Oracle) syntax, so that is you need to add Chr$(34) for a " then that will be required.
Again, I've found a lot of information on the MSDN as well as on the TechNet, it just saves the time from browsing the web. Received on Wed Apr 24 1996 - 00:00:00 CEST