0

SQL Server ジョブ (毎日実行される) が C# コンソール アプリケーションを呼び出し、この日時をそのコンソール アプリケーションに送信する可能性はありますか。この日時を使用して、このように URL パラメーターを完成させます

string startDate = "";---> from sql job agent
string endDate = ""; --> from sql job agent
string inputURL = "https://www.test.com/articles.json?fieldsstartpub_date%5D%5Bgte%5D=" +startDate+ "&conditions%5Bendpub_date%5D%5Blte%5D=" +endDate;

ありがとうMR

4

0 に答える 0