I'm still having the same problem. I made sure that the table did
exist(silly me for not checking that first)
I also added some more to my biz class. Here is what I added:
def afterInit(self):
self.setBaseSQL()
def setBaseSQL(self):
self.addFrom("mytesttable")
self.addField("mytesttable.theid as theid")
self.addField("mytesttable.first_name as first_name")
self.addField("mytesttable.last_name as last_name")
self.addField("mytesttable.amount_owes as amount_owes")
Even though that didn't fix my problem, that sets what getDataSet() is
going to return right?
--
-Echo
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users