You might have forgoton to fill that table into dataAdapter.
code is given below:
Dim myDS as new Dataset1()
Dim orpt as new CrystalReport1()
Dim oleConn As New OleDbConnection(<Connection String>)
Dim oleComm as New OleDbCommand("Select * from PaymentTable", oleConn)
Dim oleDA As New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.