Tool to search entire database
Philippe
Member Posts: 27
Hi,
Is there a tool to search a string in a complete database? Without opening each object separately?
Regards,
Philippe
Is there a tool to search a string in a complete database? Without opening each object separately?
Regards,
Philippe
0
Comments
-
Hi
You can use "Navision Developers Toolkit" which can be found on the 3.70 tools disc
Notice: In order to run Navision Developer's Toolkit your License file must be updated with the following Navision granules:
99,003,640 - Navision Developer’s Toolkit - Source Analyzer
99,003,650 - Navision Developer’s Toolkit - Compare & Merge
Answer the question and wait for the answer.0 -
Wouldn't this work?:
1.) Export all objects as text
2.) Open the exported file as UltraEdit32
3.) Search for the string of your choiceScott Frappier
Vice President, Deployment Operations
Symbiant Technologies, Inc.
http://www.symbiantsolutions.com0 -
I think Philippe wants to search in every field of a table for data.
Maybe you could use the new datatypes RecordRef and FieldRef to step through all records of all tables, and search for a particular string. But it will be very slow.No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
This is what I want to do:
We have a huge DB (30 Gig), with a few thousand new objects. In those objects, we have data that refers to shared files.
The DB is a heritage from an other NSC, and we do not have any documentation on it.
The DB will be moved to an other location, so we need to review all links to external objects (like fileshares etc.).
In order to avoid "forgetting" a few links, I would like to search all data for strings like "/:" or "h:/" or ....
any ideas?0 -
Write some dataports to export all tables to a text-file. Then you can do your searching on those text-files.
Search in the downloads on this site for a dataport generator. This routine creates a Navision object text-file, containing dataports for selected tables. That object file needs to be imported in the database and compiled, and your dataports are created.No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
Or you can scan all fields of all records of all tables with RecordRef and FieldRef functionality.
I did this already looking specifically for date fields.
Use this:Foreach Table do - Foreach Record (using recref) do - Foreach Field (using virtual Fields) do - check recref.fieldref.value for string
...and it works0
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
- 322 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
