Question, in this line of code:

Code:
dbAdpPatronType.Fill(dbDsetPatron, "PatronType")
Is the syntax like this:
[adaptername].fill([datasetname],[datatablename?])