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