Options

Recover C/AL code

asieraiesasieraies Member Posts: 49
edited 2007-10-29 in SQL General
Hi,

I see that in my SqlServer Database, I've got "Object" table. Some questions:

- Does it contain my C/AL code?
- Can i see/recover it in SqlServer directly?

Thanks

Asier

Comments

  • Options
    WaldoWaldo Member Posts: 3,412
    The records in this tables are the records you see in "object designer". The actual object is in a BLOB field. Exporting this blob field will give you the binary description of your object (aka .fob file). Recovering the text is only possible through C/SIDE environment - not SQL Server.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.