Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Code to search Customer name from Customer ID within the Oracle forums, part of the Databases category; I have one textbox like ID (Cust_ID), Search Button and a Label , When I click on the Button, then search ID in the Database (oracle) then Name(Cust_Name) will be ...
|
|||||||
| Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Code to search Customer name from Customer ID
I have one textbox like ID (Cust_ID), Search Button and a Label , When I click on the Button, then search ID in the Database (oracle) then Name(Cust_Name) will be displayed in the label, For this what will I do..?
Plz.. give the Oracle code and help me... Question asked by visitor Purna |
| Sponsored Links |
|
|||
|
Re: Code to search Customer name from Customer ID
Hi Purna,
Use this query, SELECT cust_name FROM CUSTOMER WHERE cust_id = ID; ID is the passed textbox value.
__________________
*** Innila *** |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To define Customer and Supplier globally or individually | Geek_Guest | Oracle Apps | 1 | 07-08-2007 03:14 AM |
| Customer Information Control System | Lokesh M | MainFrame | 2 | 06-11-2007 11:44 PM |
| Account Group of a Customer | TILAK_15 | SAP R/3 | 2 | 05-09-2007 03:54 AM |
| Customer Conversion validations using TCA API | Geek_Guest | Oracle Apps | 0 | 05-03-2007 08:58 AM |
| Customer conversion using TCA API | Geek_Guest | Oracle Apps | 0 | 04-11-2007 02:39 PM |