Board index » delphi » "General SQL Error"

"General SQL Error"

I just wrote a database app that works great on my machine, but will not run
on the two others that I've installed it on.  I'm connecting to an Access
database via the BDE's native drivers.  The error message that comes up on
the other machines is, "General SQL Error."
I ran the BDE Administrator and recreated the alias, but when I double-click
it, I see "Operation not supported."  I would greatly appreciate any help...
thanks.

Bob

 

Re:"General SQL Error"


Are you sure that Microsoft's DAO 3.5 (assuming you are using an Access 97
database) is installed on the other two machines? If they have any of the
Office apps installed it should be there.

Bill

--

Bill Todd - TeamB
(TeamB cannot respond to email questions. To contact me
 for any other reason remove nospam from my address.)

Re:"General SQL Error"


One machine has Access 97.  I believe I may be overlooking something in the
InstallShield Express setup....  On a lark, I copied my entire BDE folder
(from my 'working' machine) and replaced the BDE folder on the other
machine.  My app now works!  Obviously, I don't want to do this for every
install;  any thoughts on what's missing?
Quote
Bill Todd wrote in message <7dukag$d3...@forums.borland.com>...
>Are you sure that Microsoft's DAO 3.5 (assuming you are using an Access 97
>database) is installed on the other two machines? If they have any of the
>Office apps installed it should be there.

>Bill

>--

>Bill Todd - TeamB
>(TeamB cannot respond to email questions. To contact me
> for any other reason remove nospam from my address.)

Re:"General SQL Error"


Do a sorted listing of all of the DLL's in both directories and see what is
missing from the one that does not work. Sorry I don't have a more elegant
solution<g>.

Bill

--

Bill Todd - TeamB
(TeamB cannot respond to email questions. To contact me
 for any other reason remove nospam from my address.)

Re:"General SQL Error"


Thanks Bill,  I'll do that.  I'll let you know what I turn up.
Quote
Bill Todd wrote in message <7e3th3$i...@forums.borland.com>...
>Do a sorted listing of all of the DLL's in both directories and see what is
>missing from the one that does not work. Sorry I don't have a more elegant
>solution<g>.

>Bill

>--

>Bill Todd - TeamB
>(TeamB cannot respond to email questions. To contact me
> for any other reason remove nospam from my address.)

Other Threads