Geeks Talk

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.

Code to search Customer name from Customer ID

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 ...

Go Back   Geeks Talk > Databases > Oracle
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

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.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-04-2007
Expert Member
 
Join Date: Feb 2007
Posts: 1,279
Thanks: 0
Thanked 192 Times in 154 Posts
Geek_Guest has a spectacular aura aboutGeek_Guest has a spectacular aura aboutGeek_Guest has a spectacular aura about
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
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-05-2007
Expert Member
 
Join Date: Sep 2006
Location: India
Posts: 131
Thanks: 1
Thanked 21 Times in 20 Posts
Innila is on a distinguished road
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 ***
Reply With Quote
Reply

  Geeks Talk > Databases > Oracle

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 12:36 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved