Hi guys,
I am confused, long time no use B4A.
I have a config file, something like this
sql.test1 ran OK, sql.test2 raised an error.
But if I change sql.test2 into like this
It was ran OK too.
So the problem is in stored_proc2, but I ran it from database manager, it ran OK.
Where is the problem here?
I am confused, long time no use B4A.
I have a config file, something like this
B4X:
sql.test1 = select * from stored_proc1(?)
sql.test2 = select * from stored_proc2(?)
sql.test1 ran OK, sql.test2 raised an error.
But if I change sql.test2 into like this
B4X:
sql.test2 = select * from stored_proc1(?)
It was ran OK too.
So the problem is in stored_proc2, but I ran it from database manager, it ran OK.
Where is the problem here?