ODBC/c/front connection

PoweRoyPoweRoy Member Posts: 43
edited 2006-01-27 in Navision Attain
well first post after searching the forum for a week :)

In the company we have a Navision server (c-side). The database is atm 5.5GB.
A lot of users use Acces and Business Objects to gather info from the database (reports/forms) and use the ODBC driver given.
But the problem is that it takes 30sec to do 1 SQl statement.
We got a couple of old handterminal's wich connect to the database with
ODBC but the connect closes after 1 statement. To have a-work-around, after each closing, 1 new one opens. Trying to get a minimum of 3 connections open. With the new handterminals theres a c/front VB connection implemented and this goed fast :)

The suggestion is try to tune the ODBC driver (is that possible) or/and to make a c/front driver on ur own.

I looked on the net and tried to find some example ODBC driver's but it isnt clear how to make one.
Meanwhile i have made a prog in visual c# .net with the cfront.dll to get information from the database. But to make a program like Business Objects... not have that much time.

so do u guys have any tips about making a c/front driver on ur own or how to tune a ODBC driver

edit:
navision 3.60
the program ExSion (addon for Excel) got a fast connection to the database (i believe own ODBC connection) but the lack of usefull things to make report in Excel and the size of the database isnt that a good choice.

Comments

Sign In or Register to comment.