3rd party plugin to simplify ADO interface to SQL

3rd party plugin to simplify ADO interface to SQL

Post by QuattroFa » Sat, 22 Jun 2002 23:04:16



Has anyone experience with a plug-in that handles the interface to MS SQL?

Need something that could execute stored procedures and return results to
arrays and variables as well as handling or reporting errors.

Noticed that there is at least one vendor that offers something like this.

Any experiences or recommendations?

Thanks in advance

Roy

 
 
 

3rd party plugin to simplify ADO interface to SQL

Post by Atriu » Sun, 23 Jun 2002 17:30:22



Quote:> Has anyone experience with a plug-in that handles the interface to MS SQL?

> Need something that could execute stored procedures and return results to
> arrays and variables as well as handling or reporting errors.

> Noticed that there is at least one vendor that offers something like this.

> Any experiences or recommendations?

> Thanks in advance

> Roy

I made one on my own. If you want it, just email me.
You will have to extra functions in VB:

1.     xxx =
SelectStoredProc(NameOfStoredProc,ArrayOfParamNames,ArrayOfParamValues,Adodb
RecordSet)
        when xxx returns true, the storedproc succeeded, and you can do all
kind of things with the AdodbRecordSet like
        you are probably used to be.

2.      xxx =
ActionStoredProc(NameOfStoredProc,ArrayOfParamNames,ArrayOfParamValues)
         when xxx return true, the actionstoredproc (delete,insert,update)
did succeed

--
Wauters Kris
Creator of the *free* Vision Command ActiveX  >>
http://www.snoozysplace.be.tf  <<
Home enthousiast Dreamcast developer  >>  http://www.snoozys-dc-stuff.be.tf
<<
*** Remove .nospam from emailadres before sending me email ***