If I use Db Explorer 3 or Delphi 3 with Sql Server Database,
and I set RequestLive Queries option on true,
my query, a easy query too, with WHERE statement,
return BDE error 8712 ('Could not find object').
Example of my query : SELECT * FROM Tabella WHERE x < 50
Thank you
Best regards.
Maggioli Informatica, Samuele
mi.ssa...@maggioli.it
Clint Good <cli...@vipnet.com.au> wrote in article
<3468C0E7...@vipnet.com.au>...
> Hi Maggioli
>
> I find that somtimes SQL Server connectivity through the BDE is fussy
> about whether or not you qualify the name of the table (with dbo.) The
> version of the BDE I have 3.0 can't find table indexes etc unless you
> have this as the object name.
I find that somtimes SQL Server connectivity through the BDE is fussy
about whether or not you qualify the name of the table (with dbo.) The
version of the BDE I have 3.0 can't find table indexes etc unless you
have this as the object name.
How do you go if you have as your query
Select *
From dbo.Tabella
Where x < 50
HTH
Regards
Clint.
I have had this problem too. The Database Explorer (but not D3) seems to
be case sensitive (try TABELLA). Another problem might be that you have
ENABLE SCHEMA CACHE=ON. This will cause such an error if the table is
new.
--
Tony Lavelle, Hyrax Computer Systems Ltd, UK
Tel +44 181 464 8417 mailto:to...@hyrax.demon.co.uk
Fax +44 181 402 2006 http://www.hyrax.demon.co.uk
To reply by email - please remove '.nospam' from address