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

Visual Basic

 
GeneralRe: Window Manager Pin
joejoeiscool31-Dec-06 23:48
joejoeiscool31-Dec-06 23:48 
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 
I must have bypass that section in the book i was reading... I am just saying thank you for helping me out... now i can use this information to read from an xml file or a text file..so that the system admin will be able to configure their system when ready for use...

this is what i did just for testing...and it worked like a charm..thanks to you guys... if i didn't get this part..my project would be stuck..

Dim severname As String = InputBox("Enter server name...")

Dim databasename As String = InputBox("Enter database name...eg DBfhms")

connectionString = String.Concat("server= " + servername.Trim + "; packet size=4096; trusted_connection=true; database= " + databasename.Trim)

above is just a test run..if you notice i don't have any user name or password..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?..
...

Thanks again..guys..



Nab

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 
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 

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.