How to get server and database name from C/SIDE

zyyraf
Member Posts: 9
Hi, what is a best way to get server address and database name of current connection from C/SIDE (database on SQL)?
I found that way:
The problem is, that this method spend several second.
Anyone know better way to do this?
I found that way:
//svr Record Server //db Record Database srv.FINDFIRST; WHILE NOT srv."My Server" DO srv.NEXT; dbs.FINDFIRST; WHILE NOT dbs."My Database" DO dbs.NEXT; Message(srv."Server Name"); Message(dbs."Database Name");
The problem is, that this method spend several second.
Anyone know better way to do this?
0
Answers
-
Try using the search ...
Or CONTEXTURL system variable.0 -
These are examples to get the database name / Servername
RecDB.SETRANGE("My Database",TRUE); RecDB.FINDFIRST; DBName := RecDB."Database Name"; RecServer.SETRANGE("My Server",TRUE); RecServer.FINDFIRST; ServName := RecServer."Server Name";
orMyContext := CONTEXTURL; message('Servername = %1\'+ 'Database = %2',(copystr(MyContext,StrPos(MyContext,'servername') + 11, StrPos(MyContext,'&data') - StrPos(MyContext,'servername')-11)), (copystr(MyContext,StrPos(MyContext,'&data') + 10, StrPos(MyContext,'&company') - StrPos(MyContext,'&data')-10)));
Do you make it right, it works too!0 -
Thank you very much
- CONTEXTURL is excellent for my need.
0 -
[Topic moved from Navision forum to Navision Tips & Tricks forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
With this post & other you can get something like this
Sorry for my Old School Menu :oops:0 -
:shock: who are the girls ????Do you make it right, it works too!0
-
We're a Beauty Supplier
3 Hot chicks - anybody got a better logo? 8)
www.CosmeticSolutions.com
http://www.amazon.com/b/105-1417815-454 ... 54EXMVZHXW0 -
for my person, i can't work with "chicks" like these in my firm
... i'm ever distracted =P~ (jammi)Do you make it right, it works too!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