O
OldButStillLearning
I went through the VB2005 UI and create a DataSet and I create a DataAdapter
with the set of queries that I want to be able to run. One of my queries
requires that "CustomerID" be passed. In constructing the query for SQL
Server I would specify @CustomerID and this would be recognized as a
parameter. In Oracle I believe I would specify ":CustomerID". What would I
specify for DB2?
Thansk in advance for your assistance!!
with the set of queries that I want to be able to run. One of my queries
requires that "CustomerID" be passed. In constructing the query for SQL
Server I would specify @CustomerID and this would be recognized as a
parameter. In Oracle I believe I would specify ":CustomerID". What would I
specify for DB2?
Thansk in advance for your assistance!!