Click here to Skip to main content
16,011,883 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Window Manager Pin
Dave Kreskowiak1-Jan-07 7:52
mveDave Kreskowiak1-Jan-07 7:52 
GeneralRe: Window Manager Pin
joejoeiscool2-Jan-07 4:42
joejoeiscool2-Jan-07 4:42 
Questionhow to develop an sql connection string from a text or xml file: how do i? Pin
JustmeNick30-Dec-06 7:34
JustmeNick30-Dec-06 7:34 
AnswerRe: how to develop an sql connection string from a text or xml file: how do i? Pin
Colin Angus Mackay30-Dec-06 8:08
Colin Angus Mackay30-Dec-06 8:08 
GeneralRe: how to develop an sql connection string from a text or xml file: how do i? Pin
JustmeNick30-Dec-06 9:01
JustmeNick30-Dec-06 9:01 
GeneralRe: how to develop an sql connection string from a text or xml file: how do i? Pin
Colin Angus Mackay30-Dec-06 12:34
Colin Angus Mackay30-Dec-06 12:34 
GeneralThanks bro...Re: how to develop an sql connection string from a text or xml file: how do i? Pin
JustmeNick31-Dec-06 7:21
JustmeNick31-Dec-06 7:21 
GeneralRe: Thanks bro...Re: how to develop an sql connection string from a text or xml file: how do i? Pin
Colin Angus Mackay31-Dec-06 8:03
Colin Angus Mackay31-Dec-06 8:03 
JustmeNick wrote:
i think it is much better if i let the system admin control that part from windows by adding the user to a group so only those persons in that group would be able to access the system's data.. what do u guys think..is that the right approach or should i supply a user name and a password for the connection string?..


Yes, allowing trusted connections is more secure than adding a user name and password.

Just remember that once you have your connection string to cache somewhere (in memory during the course of the application - not to disk) it and keep using the cached version. If you end up with two bits of code that create a connection string and they are in any way different (even although they evaluate to the same database with the same credentials) you won't get the benefits of connection pooling.


Upcoming Scottish Developers events:
* Glasgow: Tell us what you want to see in 2007


My: Website | Blog | Photos

AnswerRe: how to develop an sql connection string from a text or xml file: how do i? Pin
Paul Conrad30-Dec-06 8:21
professionalPaul Conrad30-Dec-06 8:21 
GeneralRe: how to develop an sql connection string from a text or xml file: how do i? Pin
JustmeNick30-Dec-06 9:00
JustmeNick30-Dec-06 9:00 
GeneralRe: how to develop an sql connection string from a text or xml file: how do i? Pin
Paul Conrad30-Dec-06 10:17
professionalPaul Conrad30-Dec-06 10:17 
QuestionMarshal vs2005 problem please help Pin
carl_sti29-Dec-06 22:11
carl_sti29-Dec-06 22:11 
AnswerRe: Marshal vs2005 problem please help Pin
Dave Kreskowiak30-Dec-06 4:37
mveDave Kreskowiak30-Dec-06 4:37 
QuestionHelp me to solve this Web application prb. Pin
ro_pim29-Dec-06 21:25
ro_pim29-Dec-06 21:25 
AnswerRe: Help me to solve this Web application prb. Pin
Dave Kreskowiak30-Dec-06 4:25
mveDave Kreskowiak30-Dec-06 4:25 
GeneralRe: Help me to solve this Web application prb. Pin
ro_pim1-Jan-07 21:17
ro_pim1-Jan-07 21:17 
GeneralRe: Help me to solve this Web application prb. Pin
Dave Kreskowiak2-Jan-07 3:18
mveDave Kreskowiak2-Jan-07 3:18 
GeneralRe: Help me to solve this Web application prb. Pin
ro_pim2-Jan-07 23:37
ro_pim2-Jan-07 23:37 
GeneralRe: Help me to solve this Web application prb. Pin
Dave Kreskowiak3-Jan-07 1:55
mveDave Kreskowiak3-Jan-07 1:55 
GeneralRe: Help me to solve this Web application prb. Pin
ro_pim3-Jan-07 22:54
ro_pim3-Jan-07 22:54 
QuestionAlternate control for DSO Framer in .net Pin
indian14329-Dec-06 19:03
indian14329-Dec-06 19:03 
AnswerRe: Alternate control for DSO Framer in .net Pin
Dave Kreskowiak30-Dec-06 4:22
mveDave Kreskowiak30-Dec-06 4:22 
GeneralRe: Alternate control for DSO Framer in .net Pin
Paul Conrad30-Dec-06 12:05
professionalPaul Conrad30-Dec-06 12:05 
GeneralRe: Alternate control for DSO Framer in .net Pin
Dave Kreskowiak30-Dec-06 17:10
mveDave Kreskowiak30-Dec-06 17:10 
GeneralRe: Alternate control for DSO Framer in .net Pin
Paul Conrad30-Dec-06 17:29
professionalPaul Conrad30-Dec-06 17:29 

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.