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.
![]() |
|
![]() |
|
![]() |
|
![]() |
Microsoft Great Plains, Navision, Solomon and Axapta are Microsoft Business... Read More
The research in the field of Natural Language Processing usually... Read More
There are plenty of articles out there about how to... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
Once upon a time not so long ago, there was... Read More
When Great Plains Software introduced the first graphical accounting application... Read More
Not all of us have the luxury of working both... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
There are so many different programs that clutter up your... Read More
eStore Advantage allows front-office applications to communicate with back-office business... Read More
What is Software?Software is a set of instruction written to... Read More
If you are in a business that passes documents around... Read More
Rapid Application Development (RAD) is a software development methodology. In... Read More
This article is the first of a series of articles... Read More
Many reasons made GBM a unanimous choice for experts, one... Read More
Remember old good days when your company probably had Great... Read More
ERP Consulting industry is on the way to serve clients... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
Microsoft Word is one of the most popular office applications... Read More
Following tips help you to learn a software in lesser... Read More
Bad News - the Threat is Bigger than it SeemedHow... Read More
Using professional icons in your application or website can bring... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
The destruction of the Soviet Union about 15 years ago,... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Around the same time Microsoft made its move with .Net... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
While I was in college, if you would have asked... Read More
Microsoft Client Relation Management system (Microsoft CRM) and Microsoft RMS... Read More
Most people understand that the "hardware" part of their computer... Read More
Microsoft Great Plains and Microsoft CRM become more and more... Read More
Some companies that are in need of fleet management may... Read More
What is Spyware?Spyware monitors your surfing habits and sends the... Read More
I have always had a tendency to focus on the... Read More
MicroWorld Technologies, Inc. the leading solutions provider in the area... Read More
Microsoft Business Solutions Great Plains is mid and even corporate... Read More
During the years of our consulting practice, which comes back... Read More
It's not very often I get excited about a software... Read More
Microsoft Great Plains serves the wide spectrum of horizontal markets.... Read More
Since its release in 1987, QuarkXpress had made an immediate... Read More
Need help making sense of algebra? Have algebra lectures in... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
Microsoft Great Plains is main accounting / ERP application... Read More
Customer Relationship Management or CRM is a combination of enterprise... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
It is possible that if one avoided all sources of... Read More
In part III of this ISDN primer, we learned that... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
Java has come along a long way. Many would agree... Read More
Microsoft Business Solutions ? Great Plains has captured the US... Read More
Many reasons made GBM a unanimous choice for experts, one... Read More
As you probably know, when Microsoft purchased Great Plains Software... Read More
Microsoft CRM is relatively new player on the now becoming... Read More
When it comes to running an office, the SOHO entrepreneur... Read More
Adware is a type of Spyware program that displays some... Read More
Scrapbooks are very popular these days. I think that almost... Read More
You've finally created databases that you can actually use to... Read More
Microsoft Business Solutions Navision serves both European and American megamarkets.... Read More
The major reason I recommend getting your hands on real... Read More
Anti-virus software is used to find, remove or fix files... Read More
Are Spreadsheets Robbing your Enterprise of Competitive Advantage?'90% of "average"... Read More
Passwords protect your most sensitive personal, financial and business information.... Read More
For a long time now Microsoft's Internet Explorer has ruled... Read More
Microsoft Great Plains fits to majority of industries, in the... Read More
Before September 1995, Microsoft Windows was an MS-DOS program. DOS... Read More
1. With mapping software you can create a report that... Read More
Software |