Click here to Skip to main content
15,888,461 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Get User Name Pin
nitin_ion11-May-06 17:39
nitin_ion11-May-06 17:39 
Questionhow to get value's valuemember property of combobox control Pin
roitha10-May-06 18:27
roitha10-May-06 18:27 
AnswerRe: how to get value's valuemember property of combobox control Pin
albCode10-May-06 20:39
albCode10-May-06 20:39 
QuestionSNMP Get/Set using VB.Net Pin
test@corbus-systems.com10-May-06 17:33
test@corbus-systems.com10-May-06 17:33 
AnswerRe: SNMP Get/Set using VB.Net Pin
Tarakeshwar Reddy10-May-06 17:47
professionalTarakeshwar Reddy10-May-06 17:47 
QuestionGet unique values in dataview Pin
Brent Lamborn10-May-06 8:37
Brent Lamborn10-May-06 8:37 
AnswerRe: Get unique values in dataview Pin
Brent Lamborn10-May-06 8:38
Brent Lamborn10-May-06 8:38 
QuestionSimple change in the connection string problem... VB.net 2005 Pin
nirishere10-May-06 8:29
nirishere10-May-06 8:29 
Hi guys,
I started my project on VB, stating it was a Database application.
Doing that , the project was embedded to my database.mdb file, so now I could see a nice GUI of all my tables.
The thing is that I need to choose the mdb in runtime, using a "File Open" dialog box.

Me.ProductOrdersTableAdapter.Fill(Me.PlugDataSet.ProductOrders)
Me.PORowsTableAdapter.Fill(Me.PlugDataSet.PORows)
Me.PINSerialTableAdapter.Fill(Me.PlugDataSet.PINSerial)
Me.CustomizationTableAdapter.Fill(Me.PlugDataSet.Customization)
Me.FirmwareTableAdapter.Fill(Me.PlugDataSet.Firmware)

- All these (for example) have been added to my form1.vb code. the thing is that PlugDataSet and ProductOrdersBindingSource were all generated inside the project files. All I want to do is change the DB source in runtime.

How can I change the connection string for the mdb file and not affect all my code ?
Thx

AnswerRe: Simple change in the connection string problem... VB.net 2005 Pin
Mandar Patankar10-May-06 12:08
Mandar Patankar10-May-06 12:08 
GeneralRe: Simple change in the connection string problem... VB.net 2005 Pin
nirishere10-May-06 22:04
nirishere10-May-06 22:04 
GeneralRe: Simple change in the connection string problem... VB.net 2005 Pin
nirishere15-May-06 0:58
nirishere15-May-06 0:58 
QuestionRunning an exe from the app Pin
projectcode110-May-06 4:36
projectcode110-May-06 4:36 
AnswerRe: Running an exe from the app Pin
Rizwan Bashir10-May-06 4:49
Rizwan Bashir10-May-06 4:49 
GeneralRe: Running an exe from the app Pin
epedroza29-Jun-06 9:54
epedroza29-Jun-06 9:54 
AnswerRe: Running an exe from the app Pin
Fu Manchu10-May-06 5:00
Fu Manchu10-May-06 5:00 
AnswerRe: Running an exe from the app Pin
projectcode110-May-06 5:20
projectcode110-May-06 5:20 
QuestionMaster-Detail in a single datagrid Pin
hisuman10010-May-06 4:04
hisuman10010-May-06 4:04 
AnswerRe: Master-Detail in a single datagrid Pin
Mandar Patankar10-May-06 11:58
Mandar Patankar10-May-06 11:58 
GeneralRe: Master-Detail in a single datagrid Pin
hisuman10010-May-06 20:03
hisuman10010-May-06 20:03 
Questionregarding web services Pin
Vijaya Krishnamoorthy10-May-06 2:23
Vijaya Krishnamoorthy10-May-06 2:23 
AnswerRe: regarding web services Pin
Mandar Patankar10-May-06 12:14
Mandar Patankar10-May-06 12:14 
QuestionRegarding setup of an application Pin
Vijaya Krishnamoorthy10-May-06 2:21
Vijaya Krishnamoorthy10-May-06 2:21 
AnswerRe: Regarding setup of an application Pin
Fu Manchu10-May-06 3:23
Fu Manchu10-May-06 3:23 
QuestionCrystal Reports Pin
microuser_200010-May-06 2:07
microuser_200010-May-06 2:07 
AnswerRe: Crystal Reports Pin
chinnasrihari10-May-06 3:34
chinnasrihari10-May-06 3:34 

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.