简体   繁体   中英

Data is not stored in my Database - why so?

I have an insert function in my database helper class and now I created an object of database helper class in my main class and call the insert function. But when I fill my variables into insert function, it gives me ** bottom red line error**. I can't understand what to do after that, so please help me.

Code of insert function of database helper class

在此处输入图片说明 code of insert function of main class在此处输入图片说明Image of error在此处输入图片说明Image of datatype在此处输入图片说明

Thanks in advance :)

From your screen shots, there are 7 parameters for method. Check data type of method and the values you are passing for the method. Since method parameter count and your method input parameters were matching.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM