Hi,
I have a connection object in VB 6 and a stored procedure (query) in Access that inserts a new record. I need to send in 4 parameters and having problems getting it to work using Access as a backend.
My latest attempt is
goConn.Execute "EXEC InsertCopiedSchedule(LColu
mnID, iStart, dStart, LApptID)"
I keep getting an error that there is a syntax error in the parameters clause. I know the procedure works in the Access db, I just can't get it to execute without errors from the VB 6 front end.
Thanks
Start Free Trial