There is one question. How use parameters procedure DB (Firebird) in
web2py? For example org_chart("parameter").
May be web2py not work procedure with parametres.
db.define_table('org_chart("parameter")'????, SQLField('name'),
SQLField('code', 'integer'),
SQLField('empcnt', 'integer'),
migrate=False
)????
This is very important then work with my db (Firebird).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---