ADO Query problem
- From: "Ivelin Salabashev" <ivsal@xxxxxxxxx>
- Date: Wed, 25 May 2005 20:43:05 +0300
Hi, all!
I'm using Delphi 7.1 and ADOConnection to Access database (.mdb)
(Provider=Microsoft.Jet.OLEDB.4.0)
Connection is OK.
I Create a table "Coach" (in Ms Access ) with one column name as
Position(text datatype)
Then I create an instance of TADOQuery with the following SQL:
SELECT
Coach.Position
FROM
Coach
When I try to open this Query I get an EOLEException with message
'Unspecified eroor'.
In Access 2003 there is no problem to execute this query.
There is no problem with ODBC too.
What is the problem?
Thank you!
Ivo
.
- Follow-Ups:
- Re: ADO Query problem
- From: Brian Bushay TeamB
- Re: ADO Query problem
- From: Viatcheslav V. Vassiliev
- Re: ADO Query problem
- Prev by Date: Re: Finding a record in a TADOTable
- Next by Date: Re: Connect to a remote database??
- Previous by thread: TAdoConnection fails to connect if user not connected as administrator
- Next by thread: Re: ADO Query problem
- Index(es):
Relevant Pages
|