Is it possible to set the connectionstring property of an ADO data control at runtime? I am writing an app and want to be able to allow the user to specify the where the database is stored on the hard drive. So the connectionstring property must be set at runtime as I read it in from a .ini file. Any ideas?