hello.
another developer needs for me to use his views in my program. I have looked on microsoft's site and there is no clear explanation on using 'views' in place of sql queries.
please advise.
so, if I wanted to change the following:
Dim pullfilesbyDate As String = "select bookID, title, dateSubmitted from mytestTable where dateSubmitted between '" & firstdate & "' and '" & lastdate & "' order by dateSubmitted ASC"
the view is showTable
how would that be done? the view may also have several possible parameters too?
another developer needs for me to use his views in my program. I have looked on microsoft's site and there is no clear explanation on using 'views' in place of sql queries.
please advise.
so, if I wanted to change the following:
Dim pullfilesbyDate As String = "select bookID, title, dateSubmitted from mytestTable where dateSubmitted between '" & firstdate & "' and '" & lastdate & "' order by dateSubmitted ASC"
the view is showTable
how would that be done? the view may also have several possible parameters too?