Hello all,
I've read the article that talks about using the data abstraction methods from phplib and I want to use them instead of the direct calls to mysql. I primarily want to start using them to allow for a database change if necessary in the future without a huge headache. However, after looking at the methods available I'm left wondering how get an auto incremented field with the abstracted methods. In mysql I would use "mysql_insert_id()". Can someone shed some light on this question?
-- tale