Click here to Skip to main content
15,896,557 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionValue type in Stack??? Pin
sujithkumarsl9-Jun-10 20:44
sujithkumarsl9-Jun-10 20:44 
AnswerRe: Value type in Stack??? Pin
Richard MacCutchan9-Jun-10 21:32
mveRichard MacCutchan9-Jun-10 21:32 
AnswerRe: Value type in Stack??? Pin
LookSharp11-Jun-10 16:00
LookSharp11-Jun-10 16:00 
QuestionHow to hide Data Directory in VB 2.0 Pin
cyberexel9-Jun-10 15:37
cyberexel9-Jun-10 15:37 
AnswerRe: How to hide Data Directory in VB 2.0 Pin
Dave Kreskowiak9-Jun-10 17:19
mveDave Kreskowiak9-Jun-10 17:19 
GeneralRe: How to hide Data Directory in vs VB 2005 Pin
cyberexel12-Jun-10 18:08
cyberexel12-Jun-10 18:08 
GeneralRe: How to hide Data Directory in vs VB 2005 Pin
Pete O'Hanlon13-Jun-10 4:11
mvePete O'Hanlon13-Jun-10 4:11 
GeneralRe: How to hide Data Directory in vs VB 2005 Pin
Dave Kreskowiak13-Jun-10 5:17
mveDave Kreskowiak13-Jun-10 5:17 
cyberexel wrote:
1.Is it possible to use Access 2007 and have vs 2005 'see it' as a datafile?


The version of Access doesn't matter. A database file is still going to be a database file, independant of Visual Studio. Your code uses it the same way, no matter which version of VB.NET or Access you use.

cyberexel wrote:
vs did not put it in the bin directory even if i manually put it there


That depends on how your code is written, specifically, the connection string. Since you're a beginner, I'm assuming you're using the designers for everything database related. If you're using ClickOnce deployment, your database will go into a different folder, seperate from the application, usually referred to as the |DataDirectory| folder.


cyberexel wrote:
2.I opted for Access 2007 because some searches indicated that it is nearly unbreakable.


Only for a short time. Any password can be broken, it's simply takes time.


cyberexel wrote:
would you recommend me on vs 2005 & Access 2007; or vs 2010 and Access 2007?


The version of Visual Studio doesn't matter.


cyberexel wrote:
3. mine is a small application that i want to give to 100 users. i want to save them process of installing sql express (the reason for access 2003/7 instead of sql 2005 express). am i thinking right?


I don't use Access for anything any more. For a desktop database, I always use SQL Server Express. Access has too many limitations and quirks for my taste and doesn't support stored procedures or a full SQL implementation.


cyberexel wrote:
will i have a way of protecting the database when installed on users computers?


You have no way of totally protecting any database. It's simply too expensive to take all the precautions of trying to protect users from themselves. If they want to get into the database and screw with stuff, they're going to get into it. When did you become their parent??


cyberexel wrote:
4. i see software like firefox come in 'one file', not several files as mine does when published. How is this achieved? Is it possible with my vb 2005 (access or sql) applications?


FireFox is a web browser, not a database, nor does it use one. Your app uses a database, which has to be stored in a seperate file from the .EXE. Not all applications use a database, which is what I think your misconception is.

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 hide Data Directory in vs VB 2005 Pin
cyberexel14-Jun-10 23:16
cyberexel14-Jun-10 23:16 
Questioncombobox selected index chaged code Pin
prashanth pola9-Jun-10 2:08
prashanth pola9-Jun-10 2:08 
AnswerRe: combobox selected index chaged code Pin
DaveyM699-Jun-10 2:19
professionalDaveyM699-Jun-10 2:19 
AnswerRe: combobox selected index chaged code Pin
Anshul R9-Jun-10 3:46
Anshul R9-Jun-10 3:46 
GeneralRe: combobox selected index chaged code Pin
prashanth pola10-Jun-10 2:01
prashanth pola10-Jun-10 2:01 
GeneralRe: combobox selected index chaged code Pin
Anshul R10-Jun-10 20:08
Anshul R10-Jun-10 20:08 
AnswerRe: combobox selected index chaged code Pin
Not Active9-Jun-10 6:52
mentorNot Active9-Jun-10 6:52 
GeneralRe: combobox selected index chaged code Pin
prashanth pola10-Jun-10 2:44
prashanth pola10-Jun-10 2:44 
Question.net framework Pin
prashanth pola9-Jun-10 2:02
prashanth pola9-Jun-10 2:02 
QuestionIn which language CLR is written?? Pin
sujithkumarsl8-Jun-10 20:04
sujithkumarsl8-Jun-10 20:04 
AnswerRe: In which language CLR is written?? Pin
Peace ON8-Jun-10 20:21
Peace ON8-Jun-10 20:21 
GeneralRe: In which language CLR is written?? Pin
Hristo-Bojilov8-Jun-10 23:03
Hristo-Bojilov8-Jun-10 23:03 
AnswerRe: In which language CLR is written?? Pin
Anshul R9-Jun-10 3:50
Anshul R9-Jun-10 3:50 
AnswerRe: In which language CLR is written?? Pin
Dimitri Witkowski9-Jun-10 10:12
Dimitri Witkowski9-Jun-10 10:12 
QuestionMessage Removed Pin
8-Jun-10 13:06
WilnerCh8-Jun-10 13:06 
AnswerRe: backgroundimage and picturebox Pin
Luc Pattyn8-Jun-10 13:42
sitebuilderLuc Pattyn8-Jun-10 13:42 
QuestionConnecting SQL Server 2005 using ASPNET account Pin
vinothkumar_Dhakshinamoorthy8-Jun-10 4:00
vinothkumar_Dhakshinamoorthy8-Jun-10 4:00 

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.