Use the simplest method provided in the guide by Taifun. Or you can see a guide made by me MySQL query to ListView
for reference.
By the way, your guide is amazing and the explanation is very easy. Eagerly waiting for the next guide by you.
Bug fixed… because of how the script is design … if using becrypt to hash password the script modify it before saving to database then when you want to validate you will notice the result will be you have an incorrect password if the hash contain special character… Now it is fixed you can hash with any encryption and validate without any error, Error would rather be if the user type incorrect password and not from the hash
NOTE is note compulsory to use mysql funtion if you dont how to use it. you can use your normal query, but i recommend in a sensitive table where you just need to get a row… if you want to get all column it means table is not sensitive then you can use normal query… use function as much as possible, if not possible then use normal query
Due to the limitation of a function A Feature is added that can get all column… now you can call a procedure that can get all columns and yet your table and columns names will be hidden
everything works fine from my side, there is no error, and it was tested before the procedure tutorial is release , please do you edit any part, maybe that what is causing error… the error is at line 93… Also make sure your master key is not empty. at least put something…That should solve your problem
Does anyone know why when I use procdure and ask for a request that is executed twice?
For example, when I insert data, it’s repeated twice in the database, or when I order something, which also repeats the return.
Hmmm … let me check if is from the script then I will know what to reply next… I will also try to insert or select using procedure… if is from the script or your app is running it twice … just give me less than 24hours for testing