Hello,
I have installed VB6 and SQL * plus (Oracle 8i). I want to connect VB6 and Oracle. That is, I want to preapare an application where in, if I enter a value in the text box, it should get appended in the table in SQL.
I know how to insert an element into the table using SQL query but do not know how to execute a SQL query using VB6 as front end.:(
So, can someone help me. pLease.......
Also, Suppose I want execute a query like
SELECT name, age
FROM DOCTOR_TABLE
WHERE age>35;
In the above query it list name and age of all the doctors in the table DOCTOR_TABLE whose age is greater than 35.
I know all the SQL query stuff, but unable invoke a query using VB.:(
So, If if anyone know how to connect VB with SQL can help, so that I can continue my work........... :S
:S