Navision Software was purchased by Microsoft and now it is supported by Microsoft Business Solutions together with Microsoft Great Plains, Axapta, Solomon, Microsoft Retail Management System and Microsoft CRM. Navision has extremely strong position on mid-size European and US markets, plus it has excellent manufacturing solution. Our goal is to help IT departments to support and tune Navision with in-house expertise and skills. The topic of this article is Navision database access from ASP.NET application via C/ODBC interface. Our goal will be ASPX page accessing Navision Customers.
Let's begin
1. In our case we will use Navision Attain 3.6 with Navision Database Server, Navision Application Server and Navision Client. These components are installed on Windows XP. You also need to install C/ODBC component form Navision Attain CD.
2. Let's create ODBC DSN for Navision data access. Select Control Panel -> Administrative Tools -> Data Sources (ODBC). Then select System DSN tab and press Add button. We'll use C/ODBC 32-bit data access driver. We'll name Data Source Name Navision, Connection leave Local. As the database (Database button) select Program FilesNavision AttainClientdatabase.fdb (demo database). Then click Company button ? we'll use CRONUS demo company. It is important for C/SIDE correct database access to setup proper options for C/ODBC connection. Press Options button and look at the options available ? we'll need Identifiers parameter ? it defines identifiers types, which will be transferred to the client application. In order to work correct with MS SQL Server 2000 with C/ODBC source we need to use these type: "a-z,A-Z,0-9,_". Now DNS is done. Let's create Linked Server.
3. Open MS SQL Server Enterprise Manager. Open server tree for the server, which you plan to use, for this server open Security folder and Lined Servers. With right click select New Linked Server in context menu. In the dialog box opened in the Provider Name select Microsoft OLE DB Provider for ODBC Drivers. Let's name our Linked Server NAVISION. In Data Source string enter ODBC DSN name - NAVISION in our case. Linked Server is ready! Let's select tables list and look at the data from Navision Attain database.
4. Next we need to create small stored procedure for sales data selection. Here is the text of the procedure: SET ANSI_NULLS ON SET ANSI_WARNINGS ON GO
CREATE PROCEDURE NavisionCustomers AS
DBCC TRACEON(8765) SELECT No_, Name, Address, City, Contact FROM OPENQUERY(NAVISION, 'SELECT * FROM Customer')
RETURN
Let's clarify some points here. TRACEON(8765) directive allows us to work with the data of variable length, returned by C/ODBC driver. Without it we can not select Navision tables fields ? we will have these errors:
OLE DB error trace [Non-interface error: Unexpected data length returned for the column: ProviderName='MSDASQL', TableName='[MSDASQL]', ColumnName='Ship_to_Filter', ExpectedLength='250', ReturnedLength='1']. Server: Msg 7347, Level 16, State 1, Line 1 OLE DB provider 'MSDASQL' returned an unexpected data length for the fixed-length column '[MSDASQL].Ship_to_Filter'. The expected data length is 250, while the returned data length is 1.
OPENQUERY command opens linked server and gives it execution request, and returns record set selected. Directives ANSI_NULLS and ANSI_WARNINGS are required ? they provide the possibility of the execution for heterogeneous requests. To test the procedure you can give its name in MS SQL Query Analyzer ? EXEC NavisionCustomers
5. Now we need to create ASP.NET application. Let's use free RAD environment ASP.NET WebMatrix. You can get infor and download it at http://asp.net/webmatrix . You need .NET SDK 1.1 installed, before WebMatrix installation.
6. Launch WebMatrix, select creation of the Data Pages -> Editable Data Grid in the wizard screen. Let's keep all the defaults suggested. On the access page created we'll change the header to Navision Attain Customers, select Verdana font and the font size desired. Next place on the page the component SqlDataSourceControl and tune it's ? Connection String : server='(local)'; database='Alba';trusted_connection=true (change server and database name to your actual names), and SelectCommand ? as EXEC NavisionCustomers
7. For our Data Grid, which will show customers, define DataSource as SqlDataSourceControl1, and DatKeyField ? as No_
8. Next switch to code edition mode and make these changes:
? In the DataGrid_Delete method let's correct the request for the customer deletion to the one we need
? Change DataGrid_Delete code, base on the fields we plan to use
9. Launch our application and test it. This is it!
Happy customizing, implementing and modifying! If you want us to do the job - give us a call 1-866-528-0577 or 1-630-961-5918! help@albaspectrum.com
Boris Makushkin is Lead Software Developer in Alba Spectrum Technologies ? USA nationwide Microsoft CRM, Microsoft Great Plains customization company, serving Chicago, Boston, San Francisco, San Diego, Los Angeles, Houston, Dallas, Atlanta, Miami, Montreal, Toronto, Vancouver, Moscow, Europe and internationally ( http://www.albaspectrum.com ), he is Microsoft CRM SDK, Navision, C#, VB.Net, SQL, Oracle, Unix developer.
![]() |
|
![]() |
|
![]() |
|
![]() |
Stealing company information used to be the specialty of spies... Read More
Microsoft Great Plains might be considered as ERP platform to... Read More
The first topic we are going to discuss... Read More
While Ukraine is becoming a new popular IT outsourcing destination,... Read More
DBxtra is a powerful query and reporting tool that hides... Read More
Hey Guys! Don't raise your eyebrows or fear by hearing... Read More
Spyware and malware are large problems for Internet users today... Read More
Some introduction into Great Plains Software products, now Microsoft Business... Read More
Most people don't use Photoshop to its fullest capabilities. Here... Read More
MS CRM is very close to document workflow automation, including... Read More
Are you a database professional? Do you work with a... Read More
IntroductionSurprised, by the title? well, this is a tour of... Read More
Although statistics often is blamed for various deadly sins --... Read More
Microsoft Great Plains is one of the Microsoft Business Solutions... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Spyware is software or hardware installed on a computer without... Read More
What is Groupware?Have you ever had to manage document collaboration... Read More
Adobe Photoshop is one of the world's leading graphics editing... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Microsoft Great Plains is one of three Microsoft Business Solutions... Read More
Before being able to choose a secure Internet communication system,... Read More
I like my software simple. If it's too complex or... Read More
#5 All your hardware components like Printers, PCs etc come... Read More
I completed an experiment recently. I wanted to find out... Read More
Crystal Reports is the most flexible tool on the market... Read More
Make-or-Break Factors in Success and ProfitabilityFor quick printers, estimating can... Read More
Now is the time to look at an alternative to... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
Are you one of those people that keeps track of... Read More
When making a decision to buy any piece of software... Read More
It is now common thing when large corporation selects mid-market... Read More
Buying accounting software is a major investment. It's an important... Read More
The adware and spyware definitions list is very long. But... Read More
Microsoft Business Solutions Great Plains, Navision, Axapta, Solomon and CRM... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
FTP stands for "file transfer protocol". FTP is basically a... Read More
Learning how to program software seems like a daunting task... Read More
Rapid Application Development (RAD) is a software development methodology. In... Read More
Microsoft Great Plains is main accounting / ERP application... Read More
What is RAID RECOVERY?RAID stands for Redundant Array of Inexpensive... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
Executive SummaryAn effective plan for entering, cleaning and updating the... Read More
A few months back I really got sick of my... Read More
Music downloads are off the charts! We're listening to digital... Read More
You turn on your computer, and it doesn't look quite... Read More
Microsoft Business Solutions Great Plains has substantial market share among... Read More
The most important things you can do for your computer... Read More
Microsoft Business Solutions Great Plains was designed back in the... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
This article is the first of a series of articles... Read More
If you are software developer or database administrator - we... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
Before September of 1995, Microsoft ignored the Internet because their... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
Mike Dunville* had a decision to make. As the new... Read More
There are several kinds of software piracy. The bottom line... Read More
What is IRC?IRC is Internet Relay Chat. It is a... Read More
If you have Microsoft Great Plains and support it for... Read More
Are Spreadsheets Robbing your Enterprise of Competitive Advantage?'90% of "average"... Read More
When you double-click a layer in the Layer Palette, you... Read More
Cyberspace has opened up a new frontier with exciting possibilities... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
IntroductionSurprised, by the title? well, this is a tour of... Read More
Whether you are a small consultancy firm, a medium sized... Read More
When you think... Read More
Enabling Chinese input is quick and easy, there are only... Read More
Software |