Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
601 views

Setting single user mode to restore backup

I have the following function: public void RestoreDatabase(String databaseName, String backUpFile, String serverName, String userName, String password) { ...
2
votes
1answer
44 views

NHibernate Multithreaded Session Management

I have a situation which involves several threads simultaneously populating a database with data scraped from web sources. The scrapers are to be run periodically to collect new data from various ...
2
votes
1answer
262 views

Youtube API single-user scenario with OAuth (uploading videos)

This question has been already asked, but never answered. I want to write some php scripts that would upload video to my own YouTube account. I have already registered the application and have the ...
0
votes
0answers
43 views

How to handle LightSwitch setting the database to Single User mode on a failed deployment

Is there someway to catch, and preferably, revert the change of the SQL database when a LightSwitch install fails in a MsDeploy deployment ? I could write something in the calling script, but it ...
0
votes
2answers
67 views

REST for session-based single-user service?

I'm thinking about implementing a server for remotecontrolling a device as a RESTful service. Unlike most restful services known from the web it could only serve one client in a meaningful way at a ...
0
votes
4answers
264 views

Good Single User Open Source Persistant Database that's easy to install and works with Open Office Base?

I'm creating a program for end-users, that's already written using MySQL and some OpenOffice.org Star Basic Macros. I was wondering if there was an open source single user database that would be easy ...