I have form form1, data source of this form is a tmptable tmptable1 (tempdb type)
When form1 is initialized it inserts value into this tmptable1.
However when i see the form i cannot see these values.
So for testing if code is working fine , i changed tmptable1 to regular type and voila
It was working fine, i could see the values inserted into the form during form initialized event on the form.
I am sure this has something to do with the nature of tempdb temptable, what can i do to ensure that values inserted during form insitialized event are displayed on form and table type is tempdb temptable.