Hi all.
i am designing a windows application in visual studio 2005.
i display user information from user table in text boxes on a form through stored procedures.It works fine.
Then i edit some of the fields and save these changes by clicking on save button. which in turn calls a stored procedure to reflect the changes in the database i.e user table.
then i retrieve this info. i get the updated information. fine.
then i close the application by this.close() method.
when i login again i get the old information.
it looks like the database was temporarily updated.
do i need to set any properties or something..
remember its a windows application not a web appl.
please help.
i am designing a windows application in visual studio 2005.
i display user information from user table in text boxes on a form through stored procedures.It works fine.
Then i edit some of the fields and save these changes by clicking on save button. which in turn calls a stored procedure to reflect the changes in the database i.e user table.
then i retrieve this info. i get the updated information. fine.
then i close the application by this.close() method.
when i login again i get the old information.
it looks like the database was temporarily updated.
do i need to set any properties or something..
remember its a windows application not a web appl.
please help.
Comment