Subject | Re: [firebird-php] Re: -204 Table unknown |
---|---|
Author | Lester Caine |
Post date | 2005-03-30T22:13:50Z |
nn33dl3 wrote:
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
>Then
> 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.
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