2
Answers

Location of database in C#

name randr

name randr

15y
2.5k
1

Hi all, I am currently working on an SMS application using Visual Studio 2005 and am using a source code from Codeproject.

The problem is, there seems to be a lot of database files so its kind of messy and when I try sending an SMS message, all 4 different locations of the databases take the information from there so I am quite confused on which is the main database file.

\bin\Debug\database
\bin\Release\database
\bin\Release\bin\Debug\database
\bin\Release\bin\Release\database


Answers (2)