1

how is it possible to insert records automatically in database when due date expired using timer ? i want insert records in MS Access database using VB.NET.... actually i want insertion of records of hostelers in due Charges table who did not paid the fees at due date... i want something like if any hosteler due date expired on 15 /oct/ 2013 then record should be automatically inserted in due charges table....

i tried timer_tick event but it was inserting so many duplicate records how can i use scheduler in vb.net ?

Rahul Sharma
  • 63
  • 3
  • 13

1 Answers1

2

how can i use scheduler in vb.net ?

There is some sample code available here. It is a C# example, but it should give you some idea of how you might manipulate Scheduled Tasks from a VB.NET app.

Gord Thompson
  • 116,920
  • 32
  • 215
  • 418