It works on data parsing .. But I have some difficulties with this. There
are many students to update record into table. How can I insert one student
by one.
Thanks for your help
On Saturday, May 6, 2017 at 6:03:07 PM UTC-7, pbreit wrote:
>
> I think you're on the right track. It's a personal
I'm building student attendance app. It has 3 databases, *class*, *student *and
*attendance*.
db.define_table('classes',
Field('name', notnull=True, requires=IS_NOT_EMPTY()),
Field('created_on', 'datetime', default=request.now),
format = '%(name)s
2 matches
Mail list logo