We have a Program that is using ASP.net, and it is accessing a Foxpro database to display employee information.
Sometimes I get a Error in "SELECT Column "xxx" cannot be found error 108" when I am attempting to access a database from the .NET application.
Permissions seems to be correct for the database that is bieng accessed. What in general will cause a error in select to occur?
Sometimes I get a Error in "SELECT Column "xxx" cannot be found error 108" when I am attempting to access a database from the .NET application.
Permissions seems to be correct for the database that is bieng accessed. What in general will cause a error in select to occur?