Click here to Skip to main content
15,907,233 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Keep database in program folder instead of default SQL server folder. Pin
desanti18-Jun-16 9:38
desanti18-Jun-16 9:38 
GeneralRe: Keep database in program folder instead of default SQL server folder. Pin
Mycroft Holmes18-Jun-16 13:32
professionalMycroft Holmes18-Jun-16 13:32 
GeneralRe: Keep database in program folder instead of default SQL server folder. Pin
desanti18-Jun-16 14:17
desanti18-Jun-16 14:17 
GeneralRe: Keep database in program folder instead of default SQL server folder. Pin
Mycroft Holmes18-Jun-16 16:48
professionalMycroft Holmes18-Jun-16 16:48 
QuestionUse a different dll for each project's form Pin
desanti14-Jun-16 2:50
desanti14-Jun-16 2:50 
AnswerRe: Use a different dll for each project's form Pin
Dave Kreskowiak14-Jun-16 4:21
mveDave Kreskowiak14-Jun-16 4:21 
GeneralRe: Use a different dll for each project's form Pin
desanti14-Jun-16 5:11
desanti14-Jun-16 5:11 
GeneralRe: Use a different dll for each project's form Pin
Dave Kreskowiak14-Jun-16 5:32
mveDave Kreskowiak14-Jun-16 5:32 
Separating this stuff into their own projects may work, but as I said before, it just adds complexity to your project structure and makes it ridiculously easy to ship the wrong .DLL's to the right customer.

What solves these problems is version control, like Git, SVN or TFS. Branching of the source lets you create multiple custom versions of the source code that can share code as well as isolate each branch from the others so you don't end up shipping the wrong executables to the customers.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Use a different dll for each project's form Pin
Eddy Vluggen14-Jun-16 7:16
professionalEddy Vluggen14-Jun-16 7:16 
GeneralRe: Use a different dll for each project's form Pin
desanti14-Jun-16 8:11
desanti14-Jun-16 8:11 
GeneralRe: Use a different dll for each project's form Pin
Eddy Vluggen14-Jun-16 10:11
professionalEddy Vluggen14-Jun-16 10:11 
QuestionVisual Basic and Access Database updating Pin
jbassmanp9-Jun-16 2:16
jbassmanp9-Jun-16 2:16 
QuestionRe: Visual Basic and Access Database updating Pin
ZurdoDev9-Jun-16 2:32
professionalZurdoDev9-Jun-16 2:32 
AnswerRe: Visual Basic and Access Database updating Pin
Dave Kreskowiak9-Jun-16 2:50
mveDave Kreskowiak9-Jun-16 2:50 
AnswerRe: Visual Basic and Access Database updating Pin
jbassmanp9-Jun-16 7:43
jbassmanp9-Jun-16 7:43 
QuestionApplication Portability Pin
BirderBob1-Jun-16 6:04
BirderBob1-Jun-16 6:04 
AnswerRe: Application Portability Pin
Dave Kreskowiak1-Jun-16 6:13
mveDave Kreskowiak1-Jun-16 6:13 
QuestionRecord does not get updated Pin
Raabi Anony30-May-16 18:19
Raabi Anony30-May-16 18:19 
AnswerRe: Record does not get updated Pin
Richard Deeming1-Jun-16 2:26
mveRichard Deeming1-Jun-16 2:26 
GeneralRe: Record does not get updated Pin
Raabi Anony1-Jun-16 16:34
Raabi Anony1-Jun-16 16:34 
GeneralRe: Record does not get updated Pin
Richard Deeming2-Jun-16 1:48
mveRichard Deeming2-Jun-16 1:48 
GeneralRe: Record does not get updated Pin
Raabi Anony2-Jun-16 17:02
Raabi Anony2-Jun-16 17:02 
GeneralRe: Record does not get updated Pin
Chris Quinn2-Jun-16 21:06
Chris Quinn2-Jun-16 21:06 
GeneralRe: Record does not get updated Pin
Raabi Anony3-Jun-16 3:02
Raabi Anony3-Jun-16 3:02 
QuestionDynamic SQL generation is not supported against multiple base tables Pin
Raabi Anony29-May-16 17:17
Raabi Anony29-May-16 17:17 

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.