Ok. I wasn't sure how to do relational stuff. As Evan said I don't need innoDB to do this. What would be the INSERT command that would insert the ID with out needing a separate SELECT? Basically I don't want to do 2 SELECTs to get the Artist and Album ID's for my INSERT for each song. Along that note how can I do INSERT if not exists?
TIm,
I hope that answers your question..