I have an unbound textbox which is filled in by the user. I haven't an options table for this value to be saved in.
The question is, is there a way to keep this value for later use, the next time the application starts it's still filled in as a default value?
Although I understand that if the text box is unbound so there must be reason for that. If there is only one value you are worried about than I will suggest to make a temp table and store the value in that table for later use. Tht will be quite easy way of doing thngs as I always make one or two temp tables with few temp fields in them for storing n manipulating such type of values.
Temp table in this case will mean that you just create table in your database and use sql statement to insert data into them. If you wish you can also create and drop the table during runtime. But it will be easier if you just let that small table to sit in ur database.
Cheers!
ÙÇãá
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.