table o cant found

hi,my code look like this:

DataSet dsKisi = new DataSet();
//...
//executing a sql query and fiiling dsKisi dataset
//..
gridview1.datasource=dsKisi;

i am using a sql query with "inner join" when i debug this, an error occured. "Cannot find table 0."
i wrote same query in sql server and no error occured and queried well. Where is the problem
thanks..


Answer this question

table o cant found

  • fduffner

    Without the details under the comment "executing a sql query and fiiling dsKisi dataset" we won't be able to help you much.


  • CalvinR

    Just guessing... maybe you did not specify the correct Database in the connect string.
  • Andreas Link

    hi, thanks for your interests. i found the error on my own method. thats working now...:)

  • table o cant found