|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to change ConnectionString for DataSet at runtime?Hi. I'm new in VB.NET. I would like to ask a question.
How to change ConnectionString for DataSet at runtime? Because I want to change the dBase data file directory according to the program installed directory of user choice. The DataSet is created using wizard at design-time. Thanks for your help. A few things:
Datasets don't have connection strings, connection objects do. Datasets can contain table adapters, which in turn can have connection objects associated with them. You need only to change the ConnectionString property of the connection object that is used to fill your dataset. wilson wrote: Show quoteHide quote > Hi. I'm new in VB.NET. I would like to ask a question. > How to change ConnectionString for DataSet at runtime? > Because I want to change the dBase data file directory according to the > program installed directory of user choice. > The DataSet is created using wizard at design-time. > > Thanks for your help. Let me try. Thank you.
Jerry H. wrote: Show quoteHide quote > A few things: > > Datasets don't have connection strings, connection objects do. > Datasets can contain table adapters, which in turn can have connection > objects associated with them. > > You need only to change the ConnectionString property of the > connection object that is used to fill your dataset. > > wilson wrote: > > Hi. I'm new in VB.NET. I would like to ask a question. > > How to change ConnectionString for DataSet at runtime? > > Because I want to change the dBase data file directory according to > > the program installed directory of user choice. > > The DataSet is created using wizard at design-time. > > > > Thanks for your help. --
1 Variable - 2 Forms
Co-existing ASP.NET 1.1 and 2.0??? Accessing Structure Members Transactions through Remoting Communication between threads Function doesn't return a value on all code paths Detect TcpClient Connection dropped Excel already runnig, how to update with VB Moving windows Mixer and Wave Audio App |
|||||||||||||||||||||||