Subject Re: [firebird-php] Re: -204 Table unknown
Author Lester Caine
nn33dl3 wrote:

>
> No what I meant was that I have created a Database with a table called
> test and in that table I have a field called text and I have already
> put data in it.

Then
SELECT * FROM text
will not work
you need
SELECT * FROM test
Which will give you all the fields of 'test'

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services