Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to create your own skin for win forms Pin
Wes Aday16-Jun-10 2:43
professionalWes Aday16-Jun-10 2:43 
GeneralRe: how to create your own skin for win forms Pin
mustang8616-Jun-10 7:01
mustang8616-Jun-10 7:01 
QuestionStoring path of appData folder in app.config file [modified] Pin
rg.waw15-Jun-10 22:30
rg.waw15-Jun-10 22:30 
AnswerRe: Storing path of appData folder in app.config file Pin
Pete O'Hanlon15-Jun-10 22:43
mvePete O'Hanlon15-Jun-10 22:43 
GeneralRe: Storing path of appData folder in app.config file Pin
rg.waw15-Jun-10 23:15
rg.waw15-Jun-10 23:15 
GeneralRe: Storing path of appData folder in app.config file Pin
Pete O'Hanlon15-Jun-10 23:40
mvePete O'Hanlon15-Jun-10 23:40 
QuestionDataset save as new .mdb Pin
shoubi15-Jun-10 22:22
shoubi15-Jun-10 22:22 
AnswerRe: Dataset save as new .mdb Pin
Gonzalo Cao15-Jun-10 22:49
Gonzalo Cao15-Jun-10 22:49 
I don't think you can do it. I've tried to before and didn't find a way to do it.

There's not much to handle mdb files in c#, for instance I needed to use reflection to compact database, so maybe you can do it the same way.

Anyhow there is a simpler way, you can store an empty mdb on you application as a resource and you deploy it when you need it. After that you can connect with it via OleDB andd then you can store handle it as any other database that you can connect to using OleDB.

Regards.
AnswerRe: Dataset save as new .mdb Pin
Eddy Vluggen15-Jun-10 22:50
professionalEddy Vluggen15-Jun-10 22:50 
GeneralRe: Dataset save as new .mdb Pin
shoubi15-Jun-10 22:58
shoubi15-Jun-10 22:58 
GeneralRe: Dataset save as new .mdb Pin
Eddy Vluggen15-Jun-10 23:17
professionalEddy Vluggen15-Jun-10 23:17 
GeneralRe: Dataset save as new .mdb Pin
shoubi16-Jun-10 18:04
shoubi16-Jun-10 18:04 
GeneralRe: Dataset save as new .mdb Pin
Eddy Vluggen16-Jun-10 19:53
professionalEddy Vluggen16-Jun-10 19:53 
GeneralRe: Dataset save as new .mdb Pin
shoubi22-Jun-10 17:46
shoubi22-Jun-10 17:46 
GeneralRe: Dataset save as new .mdb Pin
Eddy Vluggen22-Jun-10 22:58
professionalEddy Vluggen22-Jun-10 22:58 
GeneralRe: Dataset save as new .mdb Pin
shoubi22-Jun-10 23:25
shoubi22-Jun-10 23:25 
GeneralRe: Dataset save as new .mdb Pin
Eddy Vluggen23-Jun-10 0:38
professionalEddy Vluggen23-Jun-10 0:38 
GeneralRe: Dataset save as new .mdb Pin
shoubi23-Jun-10 1:52
shoubi23-Jun-10 1:52 
GeneralRe: Dataset save as new .mdb Pin
Eddy Vluggen23-Jun-10 2:25
professionalEddy Vluggen23-Jun-10 2:25 
GeneralRe: Dataset save as new .mdb Pin
shoubi23-Jun-10 17:20
shoubi23-Jun-10 17:20 
GeneralRe: Dataset save as new .mdb Pin
shoubi19-Jul-10 20:46
shoubi19-Jul-10 20:46 
GeneralRe: Dataset save as new .mdb Pin
Eddy Vluggen20-Jul-10 0:05
professionalEddy Vluggen20-Jul-10 0:05 
QuestionHow to notify exception in worker thread to Main thread Pin
Praveen Raghuvanshi15-Jun-10 22:17
professionalPraveen Raghuvanshi15-Jun-10 22:17 
AnswerRe: How to notify exception in worker thread to Main thread Pin
Gonzalo Cao15-Jun-10 22:56
Gonzalo Cao15-Jun-10 22:56 
GeneralRe: How to notify exception in worker thread to Main thread Pin
Praveen Raghuvanshi16-Jun-10 19:08
professionalPraveen Raghuvanshi16-Jun-10 19: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.