remote (4,426)

What's the best way of converting a mysql database to a sqlite one?
I currently have a relatively small(4 or 5 tables, 5000 rows) MySQL database that I would like to convert to an sqlite database. As I'd potentially have to do this more than once, I'd be grateful i…
powershell - Can I copy files to a Network Place from a script or the command line?
Is it possible, in Windows XP, to copy files to a Network Place from the command line, a batch file or, even better, a PowerShell script? What sent me down this road of research was trying to publish…
sql server - How do you keep two related, but separate, systems in sync with each other?
My current development project has two aspects to it. First, there is a public website where external users can submit and update information for various purposes. This information is then saved to a…
c# - How do you deal with transport-level errors in SqlConnection?
Every now and then in a high volume.NET application, you might see this exception when you try to execute a query: System.Data.SqlClient.SqlException: A transport-level error has occurred when s…
There may be more than one way to ask this question, so here's a desciption of the problem. I was working on master and committed some stuff and then decided I wanted to put that work on hold. I backe…
c# - Programmatically encrypting a config-file in.NET
Could somebody please do a rundown of how to programmatically encrypt a config-file in.NET, preferably in C#. What I would like to do is do some kind of check on an application's startup to see if a…
Windows/Active Directory-User/Groups
I'm looking for a way to find a the windows login associated with a specific group. I'm trying to add permissions to a tool that only allows names formatted like: DOMAIN\USER DOMAIN\GROUP I have a…
java - Shutting down a computer
Is there a way to shutdown a computer using a built-in Java method?…
version control - Why is Harvest being purchased at all?
Does your work environment use Harvest SCM? I've used this now at two different locations and find it appalling. In one situation I wrote a conversion script so I could use CVS locally and then daily…
debugging - How do I change the locations of source files in a symbols file(pdb)
Basically what I want to do it this: a pdb file contains a location of source files(e.g. C:\dev\proj1\helloworld.cs). Is it possible to modify that pdb file so that it contains a different location…