Hi Sorex,
Can you please tell me how do i use multiple insert statements in one job.
str1="Insert into mytable values(1,2,3,4)"
str2="Insert into mytable values(1,2,3,4)"
str3="Insert into mytable values(1,2,3,4)"
str4="Insert into mytable values(1,2,3,4)"
str5="Insert into mytable values(1,2,3,4)"
...
...
100 records
Job_Insert_Values.Initialize("Job_Insert_Values",Me)
Job_Insert_Values.Download2(URL,Array As ???????????)
or
Job_Insert_Values.PostString(URL,Array As ???????????)
Thanks
Juzer
Can you please tell me how do i use multiple insert statements in one job.
str1="Insert into mytable values(1,2,3,4)"
str2="Insert into mytable values(1,2,3,4)"
str3="Insert into mytable values(1,2,3,4)"
str4="Insert into mytable values(1,2,3,4)"
str5="Insert into mytable values(1,2,3,4)"
...
...
100 records
Job_Insert_Values.Initialize("Job_Insert_Values",Me)
Job_Insert_Values.Download2(URL,Array As ???????????)
or
Job_Insert_Values.PostString(URL,Array As ???????????)
Thanks
Juzer