Hi everyone! I'm new to VB6 and I have a project using a VB6 form to search and display the data from Oracle9i database by press the Search button.
Firstly, I have a database, and a table named FoneDir. The FoneDir include:
Customer_ID; FoneNum; Customer_Name; Customer_Add;
I am writing a from that whenever I type the phone number and then press the Search button, the program will connect to FoneDir table and display back all the data form the FoneDir table. Would you please help me out!
Example:
_______________________________________________
| Customer Search
| Phone number: ________________ |Search|
| Customer ID: ________________
| Customer name: ________________
| Customer address: ________________
|_______________________________________________
the result should likes:
_______________________________________________
| Customer Search
| Phone number: 0906804840 |Search|
| Customer ID: 9982
| Customer name: Rivera
| Customer address: Ho Chi Minh city
|_______________________________________________
Please help me out this one! Thank you!
(Sorry for my English)
Firstly, I have a database, and a table named FoneDir. The FoneDir include:
Customer_ID; FoneNum; Customer_Name; Customer_Add;
I am writing a from that whenever I type the phone number and then press the Search button, the program will connect to FoneDir table and display back all the data form the FoneDir table. Would you please help me out!
Example:
_______________________________________________
| Customer Search
| Phone number: ________________ |Search|
| Customer ID: ________________
| Customer name: ________________
| Customer address: ________________
|_______________________________________________
the result should likes:
_______________________________________________
| Customer Search
| Phone number: 0906804840 |Search|
| Customer ID: 9982
| Customer name: Rivera
| Customer address: Ho Chi Minh city
|_______________________________________________
Please help me out this one! Thank you!
(Sorry for my English)