I'm use Microsoft SQL Server 2000 what I'm doing is just experimenting with delphi. So I'm creating a simple address book program.
I read at the about.com website there use a DataSource,ADOTable,ADOConnection on the form, whats puzzling to me is how generic is it to set the conectionstring of the ADOConnection in the object inspector. Because from inspection of the conectionstring property I'm seeing very specific infomation. How would this affect when you install the program on a network? Where the database will be on the server and the exe on the clients can anyone shed some light?