Hi
I don't know how your code is working without a connection object and without opening the connection.
Well but I would answer your query.
It depends open the select query in your stored procedure.
If the select query is like
Select * from Customers
and as you said Naslov1 is in the same table then you will not get any error. But if the select query is like
Select IdCustomer, Name, SurName, Street From Customer then you will get this error.
No comments:
Post a Comment