After 6.5.10 ver installation application error.

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Tomin
Posts: 8
Joined: Tue 15 Apr 2008 06:06

After 6.5.10 ver installation application error.

Post by Tomin » Fri 09 Nov 2012 16:34

Hello
do you have the same problem after installing 6.5.10?
If I Open Stored Procedure I receive error message "No SQL statement provided."
I did no changes in a project, just install latest veriosn of SDAC.
I'm using XE2 Prof update 4 Hotfix 1 on Windows 7 x64.
The Error is not comming during compilation proces, but just by using programm.

After instalation the previous version error doesn't exist any more.

Best regards
Tomin

AndreyZ

Re: After 6.5.10 ver installation application error.

Post by AndreyZ » Mon 12 Nov 2012 11:34

Hello,

The "No SQL statement provided" error occurs only if a query without SQL statement is opened or prepared. When this error occurs, the beginning of the error message contains a name of a component that causes this error (for example, "MSQuery1: No SQL statement provided"). Try running you program and find out what component causes this problem. After this, make sure it has some SQL statement before opening or preparing it. If it does, but the error still occurs, please specify the exact component (TMSQuery, TMSSQL, etc.) and SQL statement it contains.

AndreyZ

Re: After 6.5.10 ver installation application error.

Post by AndreyZ » Tue 13 Nov 2012 08:46

We have reproduced this problem. We will fix it in the next SDAC build.

Tomin
Posts: 8
Joined: Tue 15 Apr 2008 06:06

Re: After 6.5.10 ver installation application error.

Post by Tomin » Tue 13 Nov 2012 10:01

Thanks a lot Andrey

AndreyZ

Re: After 6.5.10 ver installation application error.

Post by AndreyZ » Tue 13 Nov 2012 10:38

Feel free to contact us if you have any other questions about SDAC.

Post Reply