Hi. I want to save in varabile location source of data binding, because when i install the application to another pc, the Access Database can't be found. so when i first start the application i wish to can search it in pc to be save location in text file, to can read the text file from app..
Sorry for my bed english!
Loading
Sam HobbsPosted Mar 29, 2012, 5:36 AM
One way is using the OleDbConnectionStringBuilder Class to create a connection string dynamically.
Another possibility I think is to create an OleDbConnection and then change its Database property before opening the connection.
David PanteaPosted Mar 29, 2012, 2:23 AM
Sam HobbsPosted Mar 28, 2012, 10:31 PM