Accessing Data from Standalone Database.

myanilkumarmyanilkumar Member Posts: 108
Hi all,

Is there any way to access data from Standalone fdb database from another Navision Sql Server database? Please let me know whether i can use Cfront or any other method.

Plz advise me.

Thanks.

Comments

  • garakgarak Member Posts: 3,263
    Yes you can use C/Front. But note, if it is a standalone DB (without a native server) you can't access if the database is in use.
    Do you make it right, it works too!
  • myanilkumarmyanilkumar Member Posts: 108
    Thanks for your reply. Please can you give me some idea how to do with C/front?

    Please let me know.
  • garakgarak Member Posts: 3,263
    C/Front is on the ToolsCD. There are also good examples.
    Or you search the forum for C/Front. There you can find also some examples.

    Usind C/Front is very easy ...

    Regards
    Do you make it right, it works too!
  • myanilkumarmyanilkumar Member Posts: 108
    Hi,

    I am trying using this statement to open database

    a.ConnectServerAndOpenDatabase('NDBCN','','tcp','C:\database.fdb',10000,FALSE,FALSE,'','');

    a is my Cfront Variable. But Navision crashes when i execute this.
Sign In or Register to comment.