Microsoft SQL and CFRONT in VC++

I have written an EDI system in Microsoft VC++, the reason we wrote our own is we needed it to interface with existing EDI clients using a specific protocol. All is working fine apart from we just changed our database from a Navison Proprietary to MS SQL 2000. I am now having trouble trying to connect to the SQL database using CFRONT. In the CFRONT PDF it states using ConnectServerandOpenDatabase but this routine doesn’t exist. I’m probably missing something easy, but I do not have a lot of experience with Navision this is my first application. Mark Saunders IT manager Lexon UK Limited

What version of C/FRONT are you using? From 2.5 the DBL_ConnectServerAndOpenDatabase() function is exported by the dll as with all other functions.

We are currently using 2.6e Mark Saunders IT Manager Lexon UK Limited