Wednesday, March 28, 2012

what is RunSQL and RunPDBCWEB3DBMPSelect

I am maintenanting a old code in VB .NET and backend is Oracle DB, here are some codes:

Dim NewRunSQL as RunSQL

Dim dsAs DataSet

ds = NewRunSQL.RunPDBCWEB3DBMPSelect(strSQL)

Questions:

1) How to use RunSQL, I mean how to declare, what kind nameapce needed to use. I did import System.Data.OracleClient and Add in Reference.

2) what is "RunPDBCWEB3DBMPSelect" ?

Hi,

This is not .net framework class. It is a cusotmized class.

You need to reference it's own manually or contact the original developer on howto use the class.


Thanks.

0 comments:

Post a Comment