Im trying to do three things and right now im on step one... 1: Im gathering data and trying to insert into a database, my code is working and im using the xx.insertonsubmit(DATA) statement to do this, How ever the API that im getting the data from returns some duplicate entries for some reason. So how can i verify that each record as a unique "videoId" before i insert to the database. The database has a index for the VideoID colum that is set to uniqe. Below is my code. 2: I will be gathering again
Read More...