I'm new to Delphi, but I took a semester of it in school a few years ago. I'm trying to pick it up again, but I'm having some problems. I would like to do a simple SQL Server app that simply returns records.<br><br>I am only using components for now, I will mess with large amounts of code later. Currently, I have a Tdblookuplistbox<br>which has it's datasource set to a Tdatasource component. I have the dataset property of the Tdatasource component pointing to a Tquery component. I set up the Tquery component with some SQL and to a proper database.<br><br>That all works fine, but is there a more efficient way to do this? And what is the point of a Tdatabase component?<br>Is there a way to make it so that I don't get a prompt for a username/password to access the database? Maybe by using parameters or something?