
Creating Extended Stored Procedures in VB
Carlos,
I think we cannot create extended stored procedures in VB. It requires C++
programming or some other language, like Delphi. See next link about that
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcco...
ML/vcconcreatingextendedstoredprocedure.asp
--
Val Mazur
Microsoft MVP
Quote:
> How do I create a DLL in VB that I will then make into a
> SQL Server extended stored procedure?