I've used FP 2.x for years but am fairly new to VFP. I have my ODBC drivers in place and an ORACLE database and VFP 6.0. How do I run a simple SQL statement from the VFP command line against the ORACLE table? I assume I'll need to open a connection to the db... but how (I have a host name, db name and all the passwords etc)? Then how do I issue the SQL so it runs against the ORACLE tables? Help me!!!