Dear Delphi lovers,
I've been used to using paradox tables and I'm now trying to use interbase / sql to create my tables and database.
However, unlike with paradox tables where you use DBDesktop to create a table and use a TTable component to access the contents of a table(with the dbgrid ofcourse); I cannot seem to get the tables I created in interbase.
Specifically, I've located the database I created => c:\sqltest\test1.gdb.
I dropped a database component on the form and pointed to test1.gdb.
But now I'm stuck because when I dropped a TQuery component, I could not issue the right sql line to open the table named "yomi" contained in the "c:\sqltest\test1" Database. I tried with a TTable component also and failed.
Can anyone please show me how its done, step by step. The help files are either inadequate or I'm too impatient.
Thanks for your help in advance!!!!!
p.s sorry its long winded, I want the rigth help.
yom yom.
I've been used to using paradox tables and I'm now trying to use interbase / sql to create my tables and database.
However, unlike with paradox tables where you use DBDesktop to create a table and use a TTable component to access the contents of a table(with the dbgrid ofcourse); I cannot seem to get the tables I created in interbase.
Specifically, I've located the database I created => c:\sqltest\test1.gdb.
I dropped a database component on the form and pointed to test1.gdb.
But now I'm stuck because when I dropped a TQuery component, I could not issue the right sql line to open the table named "yomi" contained in the "c:\sqltest\test1" Database. I tried with a TTable component also and failed.
Can anyone please show me how its done, step by step. The help files are either inadequate or I'm too impatient.
Thanks for your help in advance!!!!!
p.s sorry its long winded, I want the rigth help.
yom yom.