I work with Delphi 6 and SQL Server 2008. With Windows Vista everything runs ok. But since I change my OS to Windows 7 all my projects started to show a message when I'm trying to compile them that says
Stored procedure (SPname) not found or doesn't exist in the server.
I look my server and it has the stored procedure with the correct name. I used an ODBC connection and try the SQL Server and the SQL Native client 10.0 but the problem continues. The projects connect to the DB with no problem until I try to run a stored procedure. If I run the same projects in a vista again they work fine. If any of you can help me I really appreciate.......