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