Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
870 views

Delphi TOpenDialog hangs in windows 2008 when run as remote desktop application

I have a Delphi 2010 exe that launches a second exe. In the second exe, there is a dialog that calls openDialog.execute. When this runs under Windows 2008 Enterprise R2 under a remote desktop, it ...
3
votes
2answers
836 views

Sync nightmare - is it possible to use Merge Replication (or RDA) between 2 SQL CE instances without IIS?

We are faced with the following problem that involves keeping the following in sync: 1 Centralised Server (IIS / MSSQL 2005) Many Desktop WPF clients distributed by ClickOnce Many Mobile clients - ...
2
votes
3answers
108 views

getting the name of a dataframe from loading a .rda file in R

I am trying to load an .rda file in r which was a saved dataframe. I do not remember the name of it though. I have tried a<-load("al.rda") which then does not let me do anything with a. I get ...
0
votes
1answer
91 views

How to open non .rda files in R

I am trying to do some work for my thesis which has me using the R programming language (and the R app on Mac OS Lion) for the first time. I had to download the files from here to work with but none ...
0
votes
1answer
263 views

R CMD check and .RDa Data files

I have data files in the .RDa format under the data sub directory. But, the R CMD check command is not recognizing the load("test.RDa") command and its failing at this stage and gives the following ...
0
votes
1answer
407 views

Help using RDA on a Desktop Applicaton?

I have a .NET 3.5 Compact Framework project that uses RDA for moving data between its mobile device's local SqlCe database and a remote MSSql-2008 server(it uses RDA Push and Pull). The server ...