Questions tagged [disconnected]

93 questions
0
votes
2 answers

What are Disconnected ORM and Connected ORM

Could any body clarify these two expression for me ? What are cons and pros of each one ? // I've just worked and familiar with CodeSmith and Linq to sql among all ORM Tools Thank you
Mostafa
  • 3,002
  • 10
  • 52
  • 79
0
votes
3 answers

Smart way to work with unconnected git repo

Doing support for a customer, they send their codebase and ask fix this, in the zip they send there is usually a .git folder I can use to see what they have been doing, typically several commits and a few new branches since the last time I saw it. I…
Chris Aaaaa
  • 167
  • 1
  • 8
0
votes
1 answer

Breeze JS Cache Limits?

Does anyone know if there are any set cache limits within BreezeJS in the client side persistence manager? We are choosing how we attack a disconnected scenario depending on how much data we can pull down from the server to the client before hitting…
Matt
  • 3,305
  • 11
  • 54
  • 98
0
votes
1 answer

Android Firmware 4.4.2 Bluetooth keep disconnecting

I have a problem in Android Bluetooth connection. I have a bluetooth device connected to the phone. The device will send data to the phone every 10 seconds. Android Firmware version below 4.4.2 has no problem in sending data and bluetooth…
user3201419
  • 31
  • 1
  • 5
0
votes
1 answer

In R: How do iGraph and STATNET handle disconnected graphs in measuring network centralization

I am working with about 300 disconnected networks of different sizes. I calculate different graph-level centralization measures for these networks using the STATNET and iGraph packages in R. However, I find that the nodes in subgraphs of N=2 get…
wake_wake
  • 1,332
  • 2
  • 19
  • 46
0
votes
1 answer

Android studio emulator disconnected

Please guide me i am beginner in android. I don't know what going on i simply check the emulator in simple hello world program but emulator disconnected. no error in program and also not show in log cat.
0
votes
2 answers

How to keep IOIO connected when android screen goes off?

I am using the following code with IOIO to act as a motion detector, the problem is the IOIO is disconnected whenever my phone screen goes off! I do not want the screen to stay on all the time to keep the IOIO connected! any solution please? …
Majid ff
  • 249
  • 7
  • 22
0
votes
0 answers

High available web service based on LAMP to encounter link failure

Recently I started a project aims at decentralizing a Moodle e-learning web server to encounter link failure. Here's a detailed description: Connection here (rural area in Africa) is fragile (60-70% uptime), which is the main problem in this…
guoger
  • 197
  • 1
  • 2
  • 9
0
votes
1 answer

Best practice for updating a excel or xml data-source in a disconnected environment?

I have a application that will be run offline so there is no database connection. My options for the data-source are Excel Spreedsheet, CSV, or XML files. The application needs to be able to search for a record and update it. What's the best way to…
aron
  • 2,856
  • 11
  • 49
  • 79
0
votes
2 answers

best way for building a disconected-ready application in silverlight

I would like to make a SL app that could save certain data in local and access it if it is disconnected. I think that I could expose the entities in the services (no dtos), and saving it in the isolated storage. WCF ria services for the services,…
Pablo Castilla
  • 2,723
  • 2
  • 28
  • 33
0
votes
1 answer

Catch the exception thrown at client side when the server closed the pipe

I checked similar questions but my question seems simpler and straightforward: There are a server and a client and a named pipe between. The client listens to the messages the server sends (while loop). How do I detect that the server closed the…
Joshua
  • 151
  • 1
  • 1
  • 9
0
votes
1 answer

Use Google Maps API V2 without EVER having contacted Google's servers

Does anyone know of a way you can use Google's APIs without EVER having contacted Google's servers? Or has anyone been able to test this and know that it works? I know that right now, the api has a requirement that it has to contact Google at least…
joshkendrick
  • 3,497
  • 8
  • 38
  • 52
0
votes
1 answer

Disconnected Context Excel Com Object

I have an multi threaded Application. One of the property of application is reporting. User can take one year data day by day I fetch the database, get the results to the List. Then use Excel (as com object). Excel is opened and cell values are…
Birol Capa
  • 349
  • 2
  • 6
  • 18
0
votes
0 answers

WebBrowser DisconnectedContext was detected

I am using a webbrowser to crawl through a website and sometimes I get this DisconnectedContext was detected exception... It seems that it happens when I call the Webbrowser.InvokeScript method. Has anyone encounterd this error before? It does not…
Amit Raz
  • 5,370
  • 8
  • 36
  • 63
0
votes
1 answer

Ado.NET "Disconnected Architecture" for web development

I am new to asp.net and ado.net. I must to develop a content management system with .net and I wonder which option is right for me, disconnected or connected architecture for web? I dont understand why I should use dataset on online applications.
amone
  • 3,712
  • 10
  • 36
  • 53