RTC Forums
November 23, 2024, 01:49:52 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Subscription
>
Support
>
Clientdataset exception thrown (Cannot perform this operation on closed dataset)
Pages: [
1
]
« previous
next »
Print
Author
Topic: Clientdataset exception thrown (Cannot perform this operation on closed dataset) (Read 5328 times)
Filip D.
RTC Expired
Posts: 8
Clientdataset exception thrown (Cannot perform this operation on closed dataset)
«
on:
May 04, 2018, 12:52:32 PM »
This error occurs when i run the .exe on a pc where Delphi is not installed.
Same compiled code runs perfect on my developent machines.
This error is kicked off when assigning a returned dataset on the client to the rtcClientdataset
Obviously i'm missing something, is there a file to deploy, what am i doing wrong ?
try
rtcClientDataset_Stars.asDataSet:=Result.asDataSet;
except
on E : Exception do
begin
ShowMessage('Exception class name = '+E.ClassName);
ShowMessage('Exception message = '+E.Message);
end;
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: Clientdataset exception thrown (Cannot perform this operation on closed dataset)
«
Reply #1 on:
May 04, 2018, 01:45:00 PM »
If you are having problems using the "TRtcClientDataSet" component (extends the "TClientDataSet" component from Delphi) on machines which do NOT have Delphi installed, you might be missing some prerequisites. Check this EDN article for more info:
Deploying Applications that use ClientDataSets
Logged
Filip D.
RTC Expired
Posts: 8
Re: Clientdataset exception thrown (Cannot perform this operation on closed dataset)
«
Reply #2 on:
May 04, 2018, 07:31:22 PM »
Hi Thx for the quick reply :-)
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...