I have a local BD in c# sql. When I went to install the client gave the following error

Asked

Viewed 58 times

3

Someone could help me?

I installed my project in the client with local database, I took the bd along and such , but gave this error:

Erro projeto login instalado no cliente C#

  • 1

    Edith the question, post the code and enter the line where the error occurs.

1 answer

1

This is happening because the query is not finding the table vendedor in the Database.

  • Additionally, it should check whether you executed the scripts in the database for creating the objects (tables, views, stored procedures).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.