Question : Call Procedure from VB6 and pass paremeters

How do i go about calling a SQL2005 procedure ffrom vb6?

the connectionstring is in a variable called SqlCnn
the procedure is called AddCallback and it is in the database Dialler1

I need to pass 3 parameters...

how do i do this?

Answer : Call Procedure from VB6 and pass paremeters

There are a few different ways. I've always used ADO. See http://www.codeproject.com/KB/vbscript/simple_sp_vb6.aspx

L
Random Solutions  
 
programming4us programming4us