|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
VB dll from stored procedure
i want to call vb dll from stored procedure ........
i don't know from where to start . Can anybody help me. thanx |
|
#2
|
|||
|
|||
|
Dll
Hi,
i don't think you can. i think you can only run dll created in c++/c/java (it is important how your code). but in any case this is how you need to do it: after you have a dll you need to: 1. configure the database - you need to add an entry for the extproc in the listener file, you need to add an entry to the tnsnames.ora in the server. those two definition need to match. 2. within the database create a library: create or replace library XXX as '.....yourdll.dll'; / 3. create the procedure to call the dll. Galit. |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > VB dll from stored procedure |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|