Database problem
Hi guys.
I have a question. I want to save to my DB text from the TextField. I connected db, i see all my tables. but i just dont understand how to save data from the text field. If u can give me some tips it will be great. thanks.
Please sign in to leave a comment.
Hello.
For example, select the table in the tree, F4 to open the table editor, and copy the value from that editor.
Or execute some appropriate SELECT from database console, get the result set, and copy value from it.
Regards,
Alexander.