Hi, I want to see some sample code that can retrive data from Excel file using ODBC, just like we can do from MySQL using SELECT command.I willl remain thankful to all. Regards M Rehan
hate to just post links, but this should help you best:
all odbc commands http://www.php.net/manual/en/ref.odbc.php
odbc connect http://www.php.net/manual/en/function.odbc-connect.php
odbc exec http://www.php.net/manual/en/function.odbc-exec.php
look at the code examples on all 3 of those pages.. pleanty to sink your teeth into.