hibrid0 Active Member Licensed User Longtime User Aug 30, 2019 #1 Hi I'm learning to use ABMaterial and I want to use Procedures con the Mysql db.
OliverA Expert Licensed User Longtime User Aug 30, 2019 #2 Are you inquiring about stored procedures? If so, it's not really an ABMaterial issue. You have two choices: 1) Use methods of SQL library: CreateCallStatement/ExecCall (example: see https://www.b4x.com/android/forum/t...ed-procedure-in-mysql-database.86746/#content) 2) Use @keirS's library: see https://www.b4x.com/android/forum/threads/sql-simplyfying-calling-stored-procedures.73181/#content Upvote 0
Are you inquiring about stored procedures? If so, it's not really an ABMaterial issue. You have two choices: 1) Use methods of SQL library: CreateCallStatement/ExecCall (example: see https://www.b4x.com/android/forum/t...ed-procedure-in-mysql-database.86746/#content) 2) Use @keirS's library: see https://www.b4x.com/android/forum/threads/sql-simplyfying-calling-stored-procedures.73181/#content