Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 13 of 13 total
Thread Accessing an ElevateDB DB with ODBC
Thu, May 20 2010 11:43 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Marcin,

<< 1. I recompile edbsrvr, give it new name, description (so service name is
changed to) and change module libraries extension (from dll to edbdll
because one of dlls I install with product caused handle leak if it was
loaded and unloaded multiple times)
2. If I try to connect to my server from Word or Excel I get "An error was
found in the statement at line 1 and column 15 (ElevateDB Error #401 The
table or view SQLTables does not exist in the schema Information)" error in
server log.
3. When I run orginal edbsrvr.exe and configure it to use the same database
files everything works fine. So there must be something wrong in my
server... >>

Thanks, that helps a lot. Smiley

If you are recompiling using the ElevateDB source code, then make sure that
you set this compiler define for the edbsrvr project:

{$DEFINE EDB_ODBC}

That will ensure that the ODBC tables are available and populated in the
ElevateDB Server.

--
Tim Young
Elevate Software
www.elevatesoft.com
Fri, May 21 2010 4:56 AMPermanent Link

Marcin Banasik

Tim,

Define EDB_ODBC does nothing. How should it if it does not appear anywhere in code?

Marcin.
Fri, May 21 2010 2:56 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Marcin,

<< Define EDB_ODBC does nothing. How should it if it does not appear
anywhere in code? >>

I wasn't aware that the EDB_ODBC portions of the code were being stripped
out, so that is why I assumed that it was there.  Send me an email and I'll
reply with the source units that include this code, and make a note to fix
this in the next build so that it isn't stripped out anymore.

--
Tim Young
Elevate Software
www.elevatesoft.com
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image