I want to add a Long integer into the database field.... now i enter the number into text box and so before putting into the databse i need it to convert to long or else it says Type Error!! WAT DO I DO?
Printable View
I want to add a Long integer into the database field.... now i enter the number into text box and so before putting into the databse i need it to convert to long or else it says Type Error!! WAT DO I DO?
do:
Code:clng(text1.text)