User Profile

Collapse

Profile Sidebar

Collapse
honeygracee
honeygracee
Last Activity: Feb 22 '07, 03:59 AM
Joined: Feb 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • honeygracee
    replied to how to connect my oracleconnection
    in .NET
    Try
    Dim strempno As String
    Dim rs As OracleAccess.cl sOracleConnecti on
    Dim command As SqlCommand
    Dim reader As SqlDataReader = command.Execute Reader
    strempno = txtEmpno.Text
    Dim myconnection As SqlConnection
    If strempno = "" Or strempno = " " Then
    MessageBox.Show ("EmployeeNo...
    See more | Go to post

    Leave a comment:


  • honeygracee
    started a topic how to connect my oracleconnection
    in .NET

    how to connect my oracleconnection

    hi i am doing a program and i need to connect 5 projects in 1 solution but right now i am only doing the first project to be connected to the oracle connnection.

    can you help me on how can i view the first name, middle name and last time on my textbox if i search the employee number ?
    below is my code sample..
    please help me..

    Code:
            Try
                Dim strempno As String
                Dim
    ...
    See more | Go to post
    Last edited by kenobewan; Feb 21 '07, 12:53 PM. Reason: Add code tags
No activity results to display
Show More
Working...