65.9K
CodeProject is changing. Read more.
Home

General function for all DML operations using vb.net and oracle stored procedures

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Apr 4, 2010

CPOL
viewsIcon

10284

'All business logic access to the database can make use of this 'function if one is using a stored procedure.'--------------------------------------------------------------Public class classDbAccess#Region "DML OPERATIONS USING ORACLE STORED PROCEDURE" 'This take the necessary...