vb .net Error #: 4104

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • choonmui
    New Member
    • Jul 2007
    • 7

    vb .net Error #: 4104

    hello, i am new in vb .net and face some problem.

    i wanna seach function so that user can search certain file according to what they key in. ex: year, modelID and so on..

    there is error message:
    Class: 16 Error #: 4104 Error Message: The multi-part identifier "a.VehicleC ode" could not be bound. Error Line: 1 Error Source: .Net SqlClient Data Provider Server: System.Data.Sql Client.SqlError : The multi-part identifier "a.VehicleC ode" could not be bound. Class: 16 Error #: 4104 Error Message: The multi-part identifier "a.ModelID" could not be bound. Error Line: 1 Error Source: .Net SqlClient Data Provider Server: System.Data.Sql Client.SqlError : The multi-part identifier "a.ModelID" could not be bound.

    is it error on coding or database?? pls help.. urgent...
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Probably your sql query or stored procedure and is not the server. HTH.

    Comment

    • shweta123
      Recognized Expert Contributor
      • Nov 2006
      • 692

      #3
      Hi ,

      I think, the problem is with the Database.Please check this Link



      Originally posted by choonmui
      hello, i am new in vb .net and face some problem.

      i wanna seach function so that user can search certain file according to what they key in. ex: year, modelID and so on..

      there is error message:
      Class: 16 Error #: 4104 Error Message: The multi-part identifier "a.VehicleC ode" could not be bound. Error Line: 1 Error Source: .Net SqlClient Data Provider Server: System.Data.Sql Client.SqlError : The multi-part identifier "a.VehicleC ode" could not be bound. Class: 16 Error #: 4104 Error Message: The multi-part identifier "a.ModelID" could not be bound. Error Line: 1 Error Source: .Net SqlClient Data Provider Server: System.Data.Sql Client.SqlError : The multi-part identifier "a.ModelID" could not be bound.

      is it error on coding or database?? pls help.. urgent...

      Comment

      • choonmui
        New Member
        • Jul 2007
        • 7

        #4
        thanks for the reply!!

        Originally posted by shweta123
        Hi ,

        I think, the problem is with the Database.Please check this Link

        Comment

        • choonmui
          New Member
          • Jul 2007
          • 7

          #5
          thanks for the reply..

          Comment

          Working...