Delphi 6 storeproc on windows 7
Posted
by
Andres
on Stack Overflow
See other posts from Stack Overflow
or by Andres
Published on 2010-04-14T23:26:07Z
Indexed on
2012/04/02
17:29 UTC
Read the original article
Hit count: 205
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).
Doesn't found or doesn't exist in the server. I look my server and it has the Sp with the correct name. i used ODBC connection and try the SQL Server and the SQL Native client 10.0 but the problem continues. the projects connect to the D.B with no problem until i try to run a SP. if i run the same projects in a vista again they work fine. If any of you can help me i really appreciate.......
© Stack Overflow or respective owner