Click here to Skip to main content
15,914,500 members
Home / Discussions / Database
   

Database

 
QuestionHow to copy table structure from one database to another database by SQL query ? Pin
ankswe19-Aug-08 18:45
ankswe19-Aug-08 18:45 
AnswerRe: How to copy table structure from one database to another database by SQL query ? Pin
Mycroft Holmes19-Aug-08 22:22
professionalMycroft Holmes19-Aug-08 22:22 
QuestionOn attaching Database is opening in Read ONly mode Pin
ankswe19-Aug-08 18:43
ankswe19-Aug-08 18:43 
QuestionSilenty install of PostgreSQL for Windows Pin
dybs19-Aug-08 18:36
dybs19-Aug-08 18:36 
GeneralRe: Silenty install of PostgreSQL for Windows Pin
dybs21-Aug-08 11:31
dybs21-Aug-08 11:31 
GeneralRe: Silenty install of PostgreSQL for Windows Pin
dybs22-Aug-08 12:10
dybs22-Aug-08 12:10 
QuestionEmbedded SQLCE in C# application Pin
Member 226514819-Aug-08 9:06
Member 226514819-Aug-08 9:06 
AnswerRe: Embedded SQLCE in C# application Pin
Wendelius19-Aug-08 10:03
mentorWendelius19-Aug-08 10:03 
Hi,

SQLCE is a "full" functional database although it is meant for single user desktop applications (as local datastore). This basically means that your application contains following elements:
- application and referenced assemblies
- referenced assemblies to use SQLCE
- actual database files

Changes to the database are always persisted to database files solely by database engine (SQLCE). So the fact that you "manage" the database file(s) through a Visual Studio project, doesn't mean that these files are actually embedded into the exe, but they are only registered as part of the project and can be for example deployed using ClickOnce.

Data can be added, modified and deleted to the database while creating the application and after the deployment by the application.

Then about the security. There are several techniques concerning database protection. Passwords are perhaps the simpliest. If the user can access the data files of the database (via file system) he can use them through different tools so connection password is one way to prohibit usage.

Hope that this answers at least some of the questions,

Mika
GeneralVisual Studio 2008 Data Source Configuration Wizard throws an exception [modified] Pin
Brian C Hart19-Aug-08 4:49
professionalBrian C Hart19-Aug-08 4:49 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Paddy Boyd19-Aug-08 6:12
Paddy Boyd19-Aug-08 6:12 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Brian C Hart19-Aug-08 9:47
professionalBrian C Hart19-Aug-08 9:47 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Mladen Janković19-Aug-08 14:12
Mladen Janković19-Aug-08 14:12 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Brian C Hart20-Aug-08 7:04
professionalBrian C Hart20-Aug-08 7:04 
Question'login failed for 'NT AUTHORITY/ANONYMOUS' Pin
PadmaPriya.S19-Aug-08 1:08
PadmaPriya.S19-Aug-08 1:08 
AnswerRe: 'login failed for 'NT AUTHORITY/ANONYMOUS' Pin
Bassam Saoud19-Aug-08 15:28
Bassam Saoud19-Aug-08 15:28 
QuestionSQL query Pin
Zafar Sultan18-Aug-08 23:59
Zafar Sultan18-Aug-08 23:59 
AnswerRe: SQL query Pin
Tripathi Swati19-Aug-08 0:20
Tripathi Swati19-Aug-08 0:20 
GeneralRe: SQL query [modified] Pin
Zafar Sultan19-Aug-08 2:26
Zafar Sultan19-Aug-08 2:26 
GeneralRe: SQL query Pin
Blue_Boy19-Aug-08 15:26
Blue_Boy19-Aug-08 15:26 
AnswerRe: SQL query Pin
Tripathi Swati19-Aug-08 2:48
Tripathi Swati19-Aug-08 2:48 
GeneralRe: SQL query Pin
Zafar Sultan21-Aug-08 4:27
Zafar Sultan21-Aug-08 4:27 
GeneralRe: SQL query Pin
Tripathi Swati21-Aug-08 19:09
Tripathi Swati21-Aug-08 19:09 
GeneralRe: SQL query Pin
Zafar Sultan22-Aug-08 1:12
Zafar Sultan22-Aug-08 1:12 
Questionfirst three highest salaries Pin
chithra.r18-Aug-08 23:19
chithra.r18-Aug-08 23:19 
AnswerRe: first three highest salaries Pin
Tripathi Swati18-Aug-08 23:28
Tripathi Swati18-Aug-08 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.