Board index » delphi » Problem with a "General SQL error"

Problem with a "General SQL error"

Hi!

I have an application that uses an Access database over a 10 computer
network. But in one workstation I get the following error:

Exception EDBEngineError in module SANTEL.EXE at 000E4B1E.
General SQL error.
-2147221164
Table
Alias: SANTEL

The funny thing is that I have the very same BDE and network configuration
on this workstation as in the other nine, but the exeption occurs only in
this computer.

Does anybody knows about this error?
What do you think the problem may be?

Regards,

Gabriel.

 

Re:Problem with a "General SQL error"


"Gabriel Fuentes" <gabriel...@cafeinternet.net.mx> wrote in
message news:3d779dc7@newsgroups.borland.com...

Quote
> Hi!

> I have an application that uses an Access database over a 10
computer
> network. But in one workstation I get the following error:

> Exception EDBEngineError in module SANTEL.EXE at 000E4B1E.
> General SQL error.
> -2147221164
> Table
> Alias: SANTEL

Sounds like a different version of the Access DAO engine installed
on that computer.

--
Woody (TMW)

----------------------
"To invent, you need a good imagination and a pile of junk."
Thomas Edison

Re:Problem with a "General SQL error"


Quote
>I have an application that uses an Access database over a 10 computer
>network. But in one workstation I get the following error:

>Exception EDBEngineError in module SANTEL.EXE at 000E4B1E.
>General SQL error.
>-2147221164
>Table
>Alias: SANTEL

see this document
http://community.borland.com/article/0,1410,15002,00.html
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Re:Problem with a "General SQL error"


Possible ?
or maybe DAO engine isn't there at all, or maybe the database is accessed
thru Microsoft Access Driver and the ODBC source isn't congigured correctly.
Dragos

Other Threads