Hello
I use:
Delphi XE6
Win 7 64 bit
SDAC 7.1.6 Pro for Delphi XE6
SQL Server 2008 R2
In my program, I am using ‘prDirect’ provider of the TMSConnection, and I have SQLQuery of type TSDACMSQuery.
I set:
SQLQuery.SQL.Text := 'exec sp_datatype_info';
and then when i call to:
SQLQuery.Execute();
I get the following exception:
The following error has occurred in the application :
Exception class: 'ETDSError'
Exception message: 'The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. The RPC name is invalid.'
In SDAC 6.10.20 for Delphi XE6 this didn't happen.
Please let me know how to solve this ASAP.
Thanks.
exec sp_datatype_info gives error in SDAC 7.1.6 in prDirect Mode
Re: exec sp_datatype_info gives error in SDAC 7.1.6 in prDirect Mode
We have reproduced this problem and fixed it. This fix will be included in the next SDAC build. If you want to get this fix before the release of the next SDAC, send your email address and license number to andreyz*devart*com - and we will send you a night build.
Re: exec sp_datatype_info gives error in SDAC 7.1.6 in prDirect Mode
Hello
About when the next SDAC build should be released?
Thanks
About when the next SDAC build should be released?
Thanks
Re: exec sp_datatype_info gives error in SDAC 7.1.6 in prDirect Mode
I will wait for your email
Re: exec sp_datatype_info gives error in SDAC 7.1.6 in prDirect Mode
Please let us know whether the problem is resolved.
Re: exec sp_datatype_info gives error in SDAC 7.1.6 in prDirect Mode
In the source code you sent me the problem was solved.
Thank you very much
Thank you very much