Top "Datadirectory" questions

DataDirectory broadly covers where an application expects to find data files and where an installer puts data files.

ADO.NET |DataDirectory| where is this documented?

In AppConfig it is possible to use |DataDirectory| but I can't find any doc ?

c# ado.net datadirectory
How do I read the current path of |DataDirectory| from config settings

I'm writing a program that requires the user to select the active database at application startup. I have a Windows …

c# sql-server-ce datadirectory
Connection String to Connect to .MDF

I've created a new project in VS2008, and added a .MDF file to the project. This is the first time …

connection-string sql-server-express mdf datadirectory
Can't create/write to file - Error code 13 in linux

Iam trying to create a mysql table in linux with changing data directory to another location. The selected forlder having …

mysql create-table datadirectory
AppDomain.CurrentDomain.GetData("DataDirectory") always returns Null

In my program, I need to copy a template database from the default location, which I understand will be different …

c# sql-server-ce datadirectory
Install arbitrary data files in fixed location with Automake?

How can I tell automake to install arbitrary data files in places I want? I have some files I need …

autotools automake datadirectory