I was always programming PHP + MYSQL. I see a lot of talking about ADO and ADOdb around the web. can anyone explain me what it is? Correct me if i am wrong, is it like a universal language for all databases? but what are the differences between the two? why when i read about ASP with Databases it's always ASP + ADO but when you see a guide about php, it's alwyas only PHP + MYSQL.. also, what do i use if i want to use databases with C++? ty.
ADO is a nice "class" if you will for working with databases. you don't see it much with php, as its a microsoft activeX technology. http://w3schools.com/ado/ado_intro.asp