Does all databases do the same thing when it somes to insertinf, showing etc. info from the database? For example, does all databases use this to select data:
delorian wrote:Yes all, databases usign SQL to query the data. But some instuctions may be a BIT different in every RDBMS, so you always must check the documenation.
Thanks!
RDBMS? Whats that mean? Does all databases us SQL to query the data?
There isn't the best way. I can give you a piece of advice. Read the manual first (hint: search for ODBC php functions). Second, think about the script (input, output). Then write the mind map for the problem http://www.mind-mapping.com , think about it, write the script and test it. That's always work.