I have the database talking to livecycle. I am using OLEDB via the ODBC in server 2003 for the connection. I can access the database in PHP no problem using the ODBC functions.
All I want to do is query a customer ID and return a first and last name. The SELECT statement is simple however what goes in front and after the SELECT statement is not clear to me.
I just need a bare bones example to get going. with what the fields need and the button to execute the query.
Any help would be greatful.
Thanks in advance Charlie