Nav "Fields" table: Does it exists on SQL Server?

txeriff
Member Posts: 515
Hi,
I was looking for the table called "Field" in sql server but cannot find it. Is it an internal table?
It shows all fields from any table. You ca browse it by making a new form and typing "Field", then retrieve all the fields.
Any idea?
thanks!
I was looking for the table called "Field" in sql server but cannot find it. Is it an internal table?
It shows all fields from any table. You ca browse it by making a new form and typing "Field", then retrieve all the fields.
Any idea?
thanks!

0
Comments
-
It doesn't exist in SQL. It is a virtual table in NAV.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Virtual tables are pieces of data that the NAV executable collects at runtime, and represents as a table structure, so that we can access it in C/AL code as if it were a table. As Alain said earlier, virtual tables do not exist on SQL Server.0
-
the get the field names in sql you can use the sql system tables.
select COLUMN_NAME from INFORMATION_SCHEMA.COLUMNS
where TABLE_CATALOG = <databasename>
and TABLE_NAME = <tablename>
-- and ORDINAL_POSITION = <field no.>
best regards
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/0 -
Virtual tables are pieces of data that the NAV executable collects at runtime, and represents as a table structure, so that we can access it in C/AL code as if it were a table. As Alain said earlier, virtual tables do not exist on SQL Server.
thanks. I though they exist somewhere.
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions