PB!
Mon sql
select count(*) from tables where nom = $1
Mon vb
pour mon arg, dois je faire:
oshell.run("SQLPLUS xxx/mtpasse@productionbase @c:\job.sql martin" , 1 , true) ou
oshell.run("SQLPLUS xxx/mtpasse@productionbase @c:\job.sql 'martin'" , 1 , true)