I am trying to learn SQL. I have a simple Project with an ADOConnection, An ADOQuery, a DataSource and a DBGrid. In the ADO Connection I have a connection to a Database, Brigade DB1.mdb. Brigade DB1.mdb contains four Tables. The one I want to access is Members. In the ADOQuery SQL string I have:
SELECT *FROM xxxxxx.
I do not know what to use for the xxxxxx. I have tried ADOTable1, Members and Brigade DB1.None is acceptable. I cannot set the ADOQuery to true.
What am I doing wrong?
SELECT *FROM xxxxxx.
I do not know what to use for the xxxxxx. I have tried ADOTable1, Members and Brigade DB1.None is acceptable. I cannot set the ADOQuery to true.
What am I doing wrong?