coding for emp table in oracle for vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nandhanvijay
    New Member
    • Apr 2007
    • 17

    coding for emp table in oracle for vb.net

    hi friends

    i am using vb.net 2005. back end oracle. am using emp table. i have designed the form such that it contains name,empno,date ,etc . when i enter the empno in the textbox i should get all the details of the empno into the corresponing fields in the form. i am new comer the .net plz help me with code and also explain the step if possible.

    Regarding
    vijay
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    when you change the text in the textbox you can run a query which fetches the dataset from your emp table (stored in oracle) and since most of your textboxes should be bound to the fields it will display the details of that employee.

    Where abouts are you at with the database connection , have you successfully retrieved data from your database?

    Comment

    Working...