SDAC 4.5 TMSStoreproc error

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lifeform
Posts: 22
Joined: Wed 02 Jan 2008 05:34

SDAC 4.5 TMSStoreproc error

Post by lifeform » Tue 19 Aug 2008 02:52

for the first time i use this version i've got this error "Property CommandStoredProcName does not exist"
it's occour when i use TMSStoreProc in my program and set it the SQL function name in design time.
it's occour when the program running and before the main form show up.

how i can solve this problem.
any of you have this problem?

please help

thx before

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 20 Aug 2008 11:29

This may occur because the dcu's from old version of SDAC exist on your computer. Please try to uninstall SDAC. Make sure that you have no DBAccess.dcu, MSAccess.dcu files on your computer and then install it again.

lifeform
Posts: 22
Joined: Wed 02 Jan 2008 05:34

Post by lifeform » Wed 20 Aug 2008 14:43

wow thanks... problem solved...

Post Reply