Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Hi,I am using dbcheckpoint. I want to change the query for every iteration.So I am using the following code :SQL=DbTable("DbTable_2").GetTOProperty("Source")DbTable("DbTable_2").SetTOProperty "Source", datatable.Value("Query")NewSQL=DbTable("DbTable_2").GetTOProperty("Source")SQL=NewSQLmsgbox SQLDbTable("DbTable_2").Output CheckPoint("DbTable_2")The above code gives me the new query every time for each iteration. However the checkpoint is failing.Any suggestions
Related Answered Questions
Related Open Questions