Click here to Skip to main content
15,886,873 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to set FullAccess Permission for my User Using (CASPOL.exe) Pin
Anubhava Dimri15-Jul-09 18:14
Anubhava Dimri15-Jul-09 18:14 
GeneralRe: How to set FullAccess Permission for my User Using (CASPOL.exe) Pin
Dave Kreskowiak16-Jul-09 15:49
mveDave Kreskowiak16-Jul-09 15:49 
QuestionHow to embed a database when making a deployment? [modified] Pin
shellom200514-Jul-09 22:31
shellom200514-Jul-09 22:31 
AnswerRe: How to embed a database when making a deployment? Pin
Dave Kreskowiak15-Jul-09 5:01
mveDave Kreskowiak15-Jul-09 5:01 
GeneralRe: How to embed a database when making a deployment? Pin
shellom200515-Jul-09 5:26
shellom200515-Jul-09 5:26 
GeneralRe: How to embed a database when making a deployment? Pin
Dave Kreskowiak15-Jul-09 7:21
mveDave Kreskowiak15-Jul-09 7:21 
GeneralRe: How to embed a database when making a deployment? Pin
shellom200516-Jul-09 12:33
shellom200516-Jul-09 12:33 
GeneralRe: How to embed a database when making a deployment? Pin
Dave Kreskowiak16-Jul-09 15:58
mveDave Kreskowiak16-Jul-09 15:58 
You cannot use the database if it's an embedded resource. Even if you could, it would be entirely ReadOnly. You wouldn't be able to add any data to it or modify it in any way.

The fullyqualified path to the database file should be either written to a config file at install-time or generated, using well-known folder paths, at run-time. It's then just a simple matter of inserting the path into the connection string when needed.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: How to embed a database when making a deployment? Pin
shellom200517-Jul-09 1:01
shellom200517-Jul-09 1:01 
Questionwindows recent documents Pin
wael3314-Jul-09 22:19
wael3314-Jul-09 22:19 
AnswerRe: windows recent documents Pin
Eddy Vluggen14-Jul-09 23:38
professionalEddy Vluggen14-Jul-09 23:38 
AnswerRe: windows recent documents Pin
dan!sh 15-Jul-09 0:40
professional dan!sh 15-Jul-09 0:40 
QuestionVBA and Excel Pin
veon cheng14-Jul-09 20:59
veon cheng14-Jul-09 20:59 
AnswerRe: VBA and Excel Pin
Dalek Dave14-Jul-09 22:24
professionalDalek Dave14-Jul-09 22:24 
GeneralRe: VBA and Excel Pin
veon cheng15-Jul-09 5:26
veon cheng15-Jul-09 5:26 
GeneralRe: VBA and Excel Pin
Dalek Dave15-Jul-09 21:53
professionalDalek Dave15-Jul-09 21:53 
QuestionRegionData.Data Pin
Keith Cudebec14-Jul-09 12:46
Keith Cudebec14-Jul-09 12:46 
AnswerRe: RegionData.Data Pin
Kschuler15-Jul-09 6:28
Kschuler15-Jul-09 6:28 
AnswerRe: RegionData.Data Pin
bcampbel21-Aug-09 4:19
bcampbel21-Aug-09 4:19 
QuestionFind which square user clicked in Isometric Grid? Pin
o m n i14-Jul-09 12:16
o m n i14-Jul-09 12:16 
AnswerRe: Find which square user clicked in Isometric Grid? Pin
Mycroft Holmes14-Jul-09 17:59
professionalMycroft Holmes14-Jul-09 17:59 
GeneralRe: Find which square user clicked in Isometric Grid? Pin
o m n i14-Jul-09 18:01
o m n i14-Jul-09 18:01 
QuestionRunning project Pin
KORCARI14-Jul-09 11:13
KORCARI14-Jul-09 11:13 
AnswerRe: Running project Pin
Henry Minute14-Jul-09 11:46
Henry Minute14-Jul-09 11:46 
GeneralRe: Running project Pin
KORCARI14-Jul-09 21:08
KORCARI14-Jul-09 21:08 

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.