convert C5data files into SQL/Access

balexandrebalexandre Member Posts: 13
Hi guys,

my company have Navision C5 version 3 and this product does not use any Access or SQL Database, it uses files...

is there a way to convert this into SQL or Access so I can get the data in this files?

Thank you.


P.S. By the way... I can't find any info for this C5 v3 product :( only Navision 4 not any "C5" something...

Comments

  • DenSterDenSter Member Posts: 8,307
    Is C5 maybe the name of the solution center that developed the original system? I've heard about some of them that modified the splash screen for specific customers before. As far as I know there is no Navision version called 'C5 Version 3', but that may have been part of some beta program.
  • ara3nara3n Member Posts: 9,257
    Design Codeunit 1 and look for function ApplicationVersion.


    you should see something like this
    EXIT('US 3.60');
    


    or you'll see something commented out.


    Also look at the version list on the objects.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    More info about Navision C5 can be found here: http://www.netpartner.dk/495 (in Danish). The pricelist contains a SQL Server interface, so it should be possible.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • balexandrebalexandre Member Posts: 13
    DenSter wrote:
    Is C5 maybe the name of the solution center that developed the original system? I've heard about some of them that modified the splash screen for specific customers before. As far as I know there is no Navision version called 'C5 Version 3', but that may have been part of some beta program.

    Navision C5 is the Danish version of Navision... :) found this now.
Sign In or Register to comment.