Search code examples
sqlvb.netms-access-2007

insertion of records automatically in database using scheduler


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 ?


Solution

  • 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.