Ok. For instance these functions cause an error in the code itself before I even compile:
CustomerCollection allCustomers = new CustomerCollection();
allCustomers.GetMulti(null);
the GetMulti part of this seems to be in error because it doesn't recognize the GetMulti part of the command.
For instance, I'm wanting to find all records in a table as well and can't seem to figure out what I'm doing wrong with that either.
Any Suggestions/Help with these problem would be appreciated.
Thanks,
Chris Cotton