Click here to Skip to main content
16,012,468 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have mobile no list which i want to check with DND Database Fastly, I have around 5000 mobile number in a list,
How i match these mobile number with DND Mobile Fastly
Please Help me
Posted
Comments
ZurdoDev 13-Nov-13 8:37am    
Where are you stuck? Get them both loaded into a table in sql and use where not exists.

1 solution

keep a service that can hit the api/url to find to get the list of pone number run at the end of each day - as it takes 48 hrs to get DND service

add another column to your list of phone numbers that would act as flag. and store the previously fetched data into your this column
 
Share this answer
 
Comments
Arif Ansari Code 14-Nov-13 7:50am    
could you give me some example?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900