blah blah blah is here! blah blah » Close

0
votes
0 answers

C# Refreshing a datatable after database changes

In a C# windows application I have created a Data source for tables in a SQL Server database. However, after some development, I have to add a column to one of the tables. How do I "refresh" the datatable associated with that tab ...

1
votes
1 answers

Custom timer event

Guys, not sure if this can be done but this is my situation: I'am using a timer event to refresh entries from a database on a local server to populate my application, now the fefresh is every 10 mins. If the server or connection should b ...

Feedback