hi all developer,
My all control on forms is connected through binding source,
but i am using sql statement from insert/update/Delete separately,
i don't used adpater for updating.
Main problem after updating record in database
binding source does not refresh while i write code for
for resets its after updating
like
for examples
me.bindingsource.datasource = sqlqry("select * from employee")
where sqlqry retunrs the new datatable
for inserting or deleting it work perfect
plz. .need help just
thanks for solution.
My all control on forms is connected through binding source,
but i am using sql statement from insert/update/Delete separately,
i don't used adpater for updating.
Main problem after updating record in database
binding source does not refresh while i write code for
for resets its after updating
like
for examples
me.bindingsource.datasource = sqlqry("select * from employee")
where sqlqry retunrs the new datatable
for inserting or deleting it work perfect
plz. .need help just
thanks for solution.