Our collection of Frequently Asked Questions

Convert MS-Access to a Web applicationGeneral QuestionsLicenseSetup and ConfigurationSolution suggestions for problemsSystems and installation

Convert MS-Access to a Web application

Do you support other databases than Microsoft SQL Server?

Yes, we have also migrated data to Oracle, DB2 and MY-SQL.

How many users can connect to the converted website

It is basically a matter of CPU and Internet bandwidth. We have Customers with over 1000 concurrent users.

What are the system requirements to run the migrated MS-Access application in my own cloud

You need a Microsoft IIS Server with ASP.Net enabled and a Microsoft SQL Sever Express.  

Return on investment (ROI) on a MS-Access migration to a Webapp

Many people have asked us what are the added values (ROI) when you decide for a migration of your Microsoft MS-Access database to a Web App with Antrow software:
We have collect some answers below.
Q: Does it save me money to migrate?
A: Yes first of all you don’t need an Microsoft Office License for each user that uses the application, you can add so many users as you want without any extra cost. Also your IT Department don’t need to rollout the MS-Office Application application to each PC.
Q: Do we have problem when our IT department upgrade our MS-Office version or change to a cloud solution.
A: No, your migrated application work totally independent from your office PC, all your need is a web browser.
Q: What about the data, can they be used by everyone?
A: Yes your migrated MS-Access database is a true client server application where the data is stored centrally
Q: Can the application be used on an IPhone and IMac?
A: Yes all your device need is a browser
Q: How do we secure the user access to the application?
A: You will get our build in user authentication system for free, here you can manage user, access rights etc.
Q: Do we have to use Antrow as a cloud provider?
A: No, we support any major cloud provider (Google/Amazon/Microsoft) or ISP provider or you can install the application on your own infrastructure.

What type of business have you served so far?

We have converted MS-Application for Production, Retail, Banks, Service intervention, medical and Biotech companies. 

Convert your Microsoft Access application to a Web Application

Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Database Engine with a GUI graphical user interface and software-development tools. It is a member of the Microsoft Office 365 Professional suite of Microsoft desktop applications.
Lots of our clients organize their business or even sell solutions based this great tool from Microsoft.
But in world of cloud computing, web and mobile devices, different platforms such as Apple IOS and Linux the reach and usage of these Windows Desktop-based tools declines.
Our Customers and their Users require web-based applications, to ensure to have 24/7 access to the application from anywhere.
Antrow Software can take your MS Access application to the web

What are the steps to Migrate you MS-access database to a Web App with the services from Antrow Software?

1) You send us a copy of the MS-Access application, if can be either with or without your data
2) We migrate the data from MS-Access to a SQL Server, here we also optimize indexes and table design
3) The forms are then converted into Mobile First HTML5 pages
4) The code behind will be converted to ASP.net and JAVA Script
5) The MS-Access reports will be converted into PDF Reports
6) Our user Access framework will be added to the application to ensure that only authorized user have access
What do you need to run the application after a migration?
1) A MS-SQL Server, usually free SQL Server Express edition is more than enough.
2) A hosting Server, it can be either locally installed or you can choose a hosting provider of your choice, the application is running on Microsoft Internet Information server 9.0 or better
3) The migration application is 100% License free, you only pay the migration fee


What is the benefit of a Web App

A web application (or web app) is a software application that runs on a remote server and is accessed through a web browser. There are several benefits to using a web app:

  • Accessibility: Web apps can be accessed from any device with an internet connection, making them ideal for businesses with remote workers or those who need to access data on the go.
  • Scalability: Web apps are designed to handle an increasing amount of users and data, making them ideal for businesses that are growing or experiencing a surge in demand.
  • Cost-effectiveness: Web apps are often less expensive to develop and maintain than traditional software applications, and there's no need to worry about software updates or compatibility issues on individual devices.
  • Security: Web apps are typically more secure than traditional software applications, as sensitive data is stored on secure servers rather than on individual devices.
  • Integration: Web apps can easily integrate with other web services and platforms, such as social media, cloud storage, and e-commerce platforms.
  • User experience: Web apps offer a modern and user-friendly interface, making them easy to use for people of all technical abilities.
Overall, web apps offer a number of benefits for businesses and individuals looking to access and manage their data in the most convenient and efficient way possible. Whether you're looking to improve your productivity, streamline your workflow, or reach a wider audience, a web app can help you achieve your goals.

Is Access still up-to-date as a business application?

Access is still a useful and relevant business application for certain use cases, but it may not be the best fit for every business need. Access is a powerful desktop database management system that has been around for over two decades. It's ideal for small to medium-sized businesses that need to manage large amounts of data and want a flexible and customizable solution.However, as businesses grow and their needs become more complex, they may need to consider other options such as cloud-based databases or enterprise-level database management systems. That being said, if your business has existing Access applications or needs to develop a new one, there is no reason to abandon it. Access continues to be a valuable tool for managing data, automating processes, and creating reports. It can also integrate with other Microsoft products, making it a convenient option for businesses already using Microsoft Office.

What does Access do better than Excel?

Access and Excel are both powerful tools for managing and analyzing data, but they have different strengths and use cases. Here are a few ways that Access excels (pun intended) over Excel:
Relational database management: Access is a relational database management system, meaning it can manage complex data relationships between multiple tables. Excel, on the other hand, is a spreadsheet program, which can become unwieldy and difficult to manage when dealing with large, interconnected data sets.
Data validation and input control: Access provides more robust tools for data validation and input control, allowing you to create forms that prevent users from entering invalid data or making mistakes. Excel also has some data validation tools, but they are less powerful and can be more difficult to set up.
Querying and reporting: Access provides a more sophisticated querying and reporting system than Excel. With Access, you can create complex queries that join multiple tables and filter data based on specific criteria. You can also generate reports that combine data from multiple tables and present it in a variety of formats.
Security and permissions: Access provides more robust security and permission controls than Excel, allowing you to control who can access and modify specific data sets.
This is particularly important for businesses that deal with sensitive data or need to comply with regulations such as GDPR.Overall, Access is a better choice than Excel when dealing with complex data sets that require more advanced tools for management, querying, and reporting. However, for simple data sets or ad-hoc analysis, Excel may still be the better option.

is asp.net better than other programming language

ASP.NET is a web development framework built on top of the .NET framework, and it is not a programming language. However, it is often compared to other web development languages like PHP, Python, and Ruby.

There is no definitive answer to whether ASP.NET is better than other programming languages, as it depends on the specific needs and preferences of the developer and the project at hand. However, ASP.NET has some advantages over other languages that make it a popular choice for web development:

Cross-platform compatibility: ASP.NET applications can run on multiple platforms, including Windows, macOS, and Linux.
Strongly-typed language: C# and VB.NET are the two main languages used in ASP.NET development, and they are strongly-typed languages. This means that the compiler can catch errors at compile time rather than runtime, which can help prevent bugs and make code more reliable.
Large developer community: ASP.NET has a large and active developer community, with many resources and tools available for developers to use and learn from.
Integrated development environment (IDE): ASP.NET development is typically done using Microsoft Visual Studio, a powerful and user-friendly IDE that can help streamline the development process.
Scalability: ASP.NET is designed to be highly scalable, with features like caching, load balancing, and support for multiple application servers.

Easy way to convert the MS Access database to Web application

Antrow Software offers a few different options for converting an MS Access database to a web application. Here is one potential approach:

1) Contact Antrow Software: The first step would be to contact Antrow Software and discuss your specific needs and requirements. They can help you determine which conversion option is best for your situation.

2) Convert your MS Access database: Once you've decided on a conversion option, Antrow Software can begin the process of converting your MS Access database to a web application. This typically involves migrating your database to a new platform, such as SQL Server or MySQL, and creating a web interface to access the data.

3) Customize the web application: Depending on your needs, you may want to customize the web application to better suit your business processes and workflows. Antrow Software can help with this, either by providing you with tools to make the customizations yourself, or by working with you to create a customized solution.

4) Test and deploy the web application: After the web application has been converted and customized, it will need to be thoroughly tested to ensure that it functions as expected. Once any issues have been resolved, the web application can be deployed and made available to your users.

Overall, the process of converting an MS Access database to a web application can be complex and time-consuming. However, by working with a company like Antrow Software, you can take advantage of their expertise and experience to ensure a successful conversion.

What is the advantage to work with a Web App than a Desktop program

There are several advantages to working with a web app compared to a desktop program. Some of the key advantages include:

1) Accessibility: Web apps can be accessed from any device with an internet connection, making them more accessible than desktop programs which are tied to a specific device. This also means that updates and improvements can be easily implemented and users can access the latest version of the app without needing to manually install updates.
2) Cross-platform compatibility: Since web apps run in a browser, they are platform-independent and can be accessed from any device or operating system, including desktop computers, laptops, tablets, and smartphones.
3) Scalability: Web apps can be easily scaled up or down to accommodate changes in traffic or user demand, making them ideal for businesses that experience rapid growth.
4) Collaboration: Web apps can be easily shared and accessed by multiple users simultaneously, making them ideal for collaborative projects or work environments.
5) Reduced cost: Web apps often have lower upfront costs and require less hardware and infrastructure than desktop programs, making them more cost-effective for businesses and individuals.
6) Data security: Web apps often have built-in security features such as encryption, firewalls, and authentication protocols to protect user data, making them more secure than desktop programs that may be vulnerable to hacking or malware attacks.

Overall, web apps offer several advantages over desktop programs, including accessibility, cross-platform compatibility, scalability, collaboration, reduced cost, and data security.

What is the advantages of Using Web App Applications in the Cloud

What is the advantages of Using Web App Applications in the Cloud

In recent years, there has been a significant shift towards cloud computing for businesses of all sizes. One of the most popular cloud computing solutions is web app applications in the cloud. By using web app applications in the cloud, businesses can enjoy a wide range of advantages that can help them become more efficient, productive, and competitive in their industries.

Here are some of the main advantages of using web app applications in the cloud:

Accessibility from Anywhere
One of the biggest advantages of using web app applications in the cloud is the ability to access them from anywhere, as long as there is an internet connection. This means that employees can work remotely, which can save time and money on commuting, and also make it easier to collaborate with team members who are located in different geographic locations.
Scalability
Another advantage of using web app applications in the cloud is that they are highly scalable. This means that businesses can easily scale up or down their usage of the application based on their needs. This can help them save money on hardware and software costs, as well as ensure that they are always using the most up-to-date version of the application.
Cost-Effectiveness
Using web app applications in the cloud can also be a cost-effective solution for businesses. Instead of having to invest in expensive hardware and software, businesses can pay for the web app application on a subscription basis, which can help them save money on upfront costs. Additionally, they can avoid the costs associated with maintaining and upgrading hardware and software, as these tasks are handled by the cloud provider.
Collaboration
Web app applications in the cloud also make collaboration much easier. With web-based applications, team members can work on the same project simultaneously, no matter where they are located. This can help improve productivity and efficiency, as well as foster better teamwork and communication.
Security
Finally, web app applications in the cloud are typically more secure than traditional on-premise applications. Cloud providers use advanced security measures to protect their clients' data, such as encryption and multi-factor authentication. Additionally, by using a web-based application, businesses can avoid the risk of losing data due to hardware failure or theft.

In conclusion, using web app applications in the cloud can provide many benefits for businesses of all sizes. From increased accessibility and scalability to cost-effectiveness and collaboration, web-based applications can help businesses become more efficient and competitive in their industries. Additionally, the advanced security measures offered by cloud providers can help businesses protect their data and avoid costly data breaches.

What options is there to migrate MS-Access data to a SQL-Server

There are several options to migrate MS Access data to a SQL Server:

  • SQL Server Migration Assistant (SSMA): Microsoft provides a free tool called SSMA that helps to migrate Access databases to SQL Server. SSMA can migrate the Access database schema, data, and even some of the Access macros and VBA code to SQL Server.
  • Microsoft Access Upsizing Wizard: Access provides an Upsizing Wizard that can migrate data from Access to SQL Server. The Upsizing Wizard can migrate tables, indexes, relationships, and data from Access to SQL Server.
  • Export/Import Wizard: Another way to migrate Access data to SQL Server is to use the Export/Import Wizard in SQL Server Management Studio (SSMS). The Export/Import Wizard can export data from an Access database to a flat file, and then import the data from the flat file into SQL Server.
  • Linked Tables: Access allows you to link tables from a SQL Server database to an Access database. This allows you to keep the data in SQL Server and use Access as the front-end application. Linked tables can be created in Access by using the "External Data" tab on the ribbon and selecting "ODBC Database" or "SQL Server".
Overall, the most appropriate option will depend on the complexity of the Access database, the amount of data to be migrated, and the desired level of automation. SSMA is generally the recommended option for larger and more complex databases, while the Access Upsizing Wizard or Export/Import Wizard may be more suitable for smaller and simpler databases.

How Converting Your MS Access Database to a Web Based Application Will Increase Your Productivity

We live in a world that is constantly changing. More employees need to be connected from Homeoffice, at customers or on the road. When you go to the cloud, and convert an MS Access database to a web-based application, you give your staff and customer the power to work from any place and at any time.

What types of businesses can benefit most from migrating to a web based application?

All companies – cross platform applications will bring your business closer together and update your data in real time.
Businesses with multiple satelite offices – real time updates and data exchange eliminate replication conflicts.
Companies with sales reps amd engineers – keep your mobile employees connected to the headquarters.
Any industry that allows employees to work remote ot exchange data with your customer

Convert MS Access data to Microsoft SQL

MS SQL Express is a free version of Microsoft's SQL database engine, most ISP provide this as a standard when you order a website. After you have migrated your data from MS Access to MS-SQL you will feel a notable performance improvement. Our application run on all version of Microsoft SQL server including Azure SQL without changing any code. MIgration of your data from MS Access to MS SQL is as standard included in our services

Turn your MS Access application to a mobile App

We use the Mobile first technology, the means you application will run on any device, yes, we mean any (Windows/Linux/Apple). All you need is a web browser and you converted MS Access database is up and running, no local installation is needed. Also all your devices will automatically get the latest version, no need anymore to update each device.

What’s happen do my reports and Export after a migration

All your MS Access reports will be available as PDF download form the Web application, all the DataGrid’s can be exported as Excel. Upon request we can give you direct access to the SQL Server so you directly can download your data.

What about Security, can everybody access my application on the internet af a conversion?

No, including in our migration service is a user access framework, from where you can control what forms the user have access to. Also is all date Encrypted with SSL.
We have stand 3 level of Security.
1) User,
2) content manager
3) System Administrator
Build in

What is the monthly cost?

If you host the application yourself, none. We also offer hosting this cost around 6 USD a month. For the initial setup for a webhosting (domain name, SSL certificate) is around 250 USD.

What about backup

Your database will be backup every day. Upon request we can deliver a copy of the data to you on weekly, monthly or yearly base.

What happens if you don´t migrate your MS Access to Web Based Applications

We live in a globalised world where you, your staff and your customers need access to your database 24 hours a day and 7 days a week from any device (Windows/Linux/Apple). Gain a competitive edge and provide a better service. If you fail to convert MS Access to MS SQL, you are risking falling behind your competitors who are working online.

General Questions

Hi I´m interested in converting my Microsoft Access Application to a web App

Please call us, or send us a email, we will be more than happy to help you.

What is an Access template?

What is an Access template?
An MS-Access template is a file that, when opened, creates a complete database application. The database is ready to use, and contains all the tables, forms, reports, queries, macros, and relationships that you need to start working. Because the templates are designed to be complete end-to-end database solutions, they save you time and effort and enable you to start using your database right away. After creating a database by using a template, you can customize the database to better suit your needs, just as if you had built the database from scratch and get Antrow to Migration it to a Web App.
Each template is designed to meet specific data management needs and you can either use one of the templates included with Access or find one online.

What is the different between MS-Sql server and MY-SQL Server

Microsoft SQL Server and MySQL Server are both relational database management systems, but there are some significant differences between them.

Here are a few key differences:

1) Licensing: Microsoft SQL Server is a commercial product, which means it requires a paid license to use. MySQL, on the other hand, is an open-source product that is available for free.
2) Operating system support: Microsoft SQL Server is designed to run primarily on Windows operating systems, although it is also available for Linux. MySQL, on the other hand, can run on a wide variety of operating systems, including Windows, Linux, and macOS.
3) SQL dialect: While both databases use SQL (Structured Query Language) to communicate with the database, they have some differences in their dialects. For example, Microsoft SQL Server uses T-SQL (Transact-SQL), which includes additional features beyond standard SQL, while MySQL uses a variation of SQL called MySQL Query Language (MySQLQL).
4) Scalability: Both databases can scale to handle large amounts of data, but they have different approaches. Microsoft SQL Server is typically used in larger enterprise environments with more complex scaling requirements, while MySQL is often used in web and mobile applications where scalability and performance are critical.
5) Security: Both databases offer robust security features to protect data, but they have different approaches. Microsoft SQL Server provides features like transparent data encryption, which can protect data at rest, while MySQL offers features like SSL/TLS encryption for secure network communication.

Overall, both Microsoft SQL Server and MySQL have their strengths and weaknesses, and the choice between them will depend on the specific needs of your application and your organization.

What is that advantages with using keys and indexes in a SQL database

In a SQL database, keys and indexes provide several advantages, such as:

  • Faster Data Retrieval: Keys and indexes can help speed up data retrieval operations by allowing the database engine to quickly locate the relevant data. When you query a table with a large amount of data, an index can be used to avoid scanning the entire table, resulting in faster query execution times.
  • Unique Constraints: Keys can be used to enforce unique constraints on one or more columns in a table, ensuring that no two rows have the same values for those columns. This helps maintain data integrity and prevent data duplication.
  • Primary Key Constraints: Primary keys uniquely identify each row in a table, and they can be used as a foreign key in another table to establish relationships between tables. This makes it easy to join related data from multiple tables and ensures referential integrity.
  • Efficient Joins: Indexes can be created on columns that are frequently used in join operations. This helps the database engine quickly locate the related rows in another table, resulting in faster join operations.
  • Sorting and Grouping: Indexes can be used to efficiently sort and group data based on specific columns. This can be useful when generating reports or analyzing data.
Overall, keys and indexes are important components of a SQL database that help ensure data integrity, improve performance, and facilitate data retrieval and analysis.

Is MS-Access still relevant?

Yes, Microsoft Access is still relevant as a database management system for small to medium-sized businesses or organizations that require a simple and cost-effective way to manage data. It provides an easy-to-use graphical user interface (GUI) that allows non-technical users to create and manage databases without requiring extensive programming skills.

However, as technology advances, more sophisticated and scalable database management systems have emerged, such as cloud-based solutions like Microsoft Azure or Amazon Web Services, that offer greater flexibility, scalability, and security than Access. These solutions also offer advanced analytics and reporting capabilities that Access may not provide.

That being said, Access still has its place in the market, especially for businesses or organizations that require a database solution that is easy to use and does not require significant resources or investment. Access is also a good option for businesses that do not have a large amount of data to manage or do not require complex data management and analysis features.

What is chatGPT

ChatGPT is an AI-based conversational agent or chatbot that uses natural language processing (NLP) and machine learning techniques to understand and respond to user queries in a conversational manner. It is based on the GPT-3.5 architecture developed by OpenAI, which enables it to process and generate human-like language responses.

ChatGPT is designed to assist users in finding information or answers to their questions on a wide range of topics. It can provide explanations, definitions, facts, and other types of information based on its vast knowledge base and ability to understand and interpret natural language queries.

As an AI-based chatbot, ChatGPT is available 24/7 and can handle multiple conversations simultaneously, making it a highly efficient and convenient tool for users seeking quick and accurate information.

What is HTML5

HTML5 (Hypertext Markup Language version 5) is the latest version of the markup language used to structure content on the web. It was released in 2014 by the World Wide Web Consortium (W3C) as the fifth major revision of HTML.

HTML5 includes new features that enable developers to create more dynamic and interactive websites, such as multimedia support for video and audio playback without the need for third-party plugins like Flash, canvas for drawing graphics and animations, and new input types for forms. It also provides improved accessibility features, semantic elements that improve the organization and structure of content, and improved support for mobile devices and touch input.

Overall, HTML5 is designed to provide a better user experience, better interoperability between devices, and easier development of web applications.

What is Bootstrap

Bootstrap is a popular front-end framework for developing responsive and mobile-first websites and web applications. It was originally developed by Twitter and was released as an open-source project in 2011.

Bootstrap provides a set of CSS and JavaScript components, templates, and tools that help developers to quickly and easily create responsive and well-designed web pages. The framework includes a responsive grid system that allows developers to create layouts that automatically adjust to different screen sizes and devices.

Bootstrap also includes a wide range of pre-built components, such as forms, buttons, typography, and navigation, that can be easily customized to fit the needs of a particular project. The framework also provides JavaScript plugins for adding interactive functionality to a website, such as modals, tooltips, and carousels.

Overall, Bootstrap simplifies the process of building responsive and modern websites by providing a solid foundation of design and functionality that can be easily customized and extended.

What is a barcode?

What is a barcode?

A barcode is a method of representing data in a visual, machine-readable form. Initially, barcodes represented data by varying the widths and spacings of parallel lines. These barcodes, now commonly referred to as linear or one-dimensional, can be scanned by special optical scanners, called barcode readers. Later, two-dimensional variants were developed, using rectangles, dots, hexagons and other geometric patterns, called matrix codes or 2D barcodes, although they do not use bars as such. 2D barcodes can be read or deconstructed using application software on mobile devices with inbuilt cameras, such as smartphones.

What is OCR?

The term OCR stands for “Optical Character Recognition”.

License

We offer various software solutions with different features and pricing plans

We offer various software solutions with different features and pricing plans, which  have different licensing models. It's best to contact us for specific details regarding our licensing model and terms.

Is Microsoft SQL-Express free to use

Yes, Microsoft SQL Server Express is free to download and use. It is a lightweight version of Microsoft SQL Server that provides a powerful and reliable data storage solution for small-scale applications and databases.

Microsoft SQL Server Express can be used for both personal and commercial purposes, and it includes many of the same features as the full version of SQL Server. However, there are some limitations to SQL Server Express, such as a maximum database size of 10GB and a maximum memory usage of 1GB per instance.

Overall, Microsoft SQL Server Express is a great option for developers and small businesses who need a powerful, reliable, and cost-effective database management system.

Setup and Configuration

How to setup as Microsoft IIS server with Asp.net and a SQL server

Install the necessary software: First, make sure that the server has Microsoft IIS installed. If it's not already installed, you can download and install it from the Microsoft website. Also, make sure that the server has the necessary version of ASP.NET and SQL Server installed.
  • Configure IIS: Once IIS is installed, you need to configure it to work with your ASP.NET application. You can do this by creating a new website in IIS and configuring its settings. You'll need to specify the physical path to your application files and configure the application pool.
  • Create a SQL Server database: Next, you need to create a database in SQL Server that your application can use. You can use SQL Server Management Studio to create the database and any necessary tables and stored procedures.
  • Configure your ASP.NET application: Now that your server and database are set up, you need to configure your ASP.NET application to work with them. You'll need to update the connection string in your web.config file to point to your SQL Server database. You may also need to configure other settings, such as authentication and authorization.
  • Deploy your application: Finally, you need to deploy your application to the IIS server. You can do this by copying your application files to the appropriate directory on the server. You may also need to configure permissions to ensure that your application can access the necessary files and folders.
These are the general steps for setting up a Microsoft IIS server with ASP.NET and SQL Server. However, the exact process may vary depending on your specific requirements and configuration.

Solution suggestions for problems

How do you troubleshoot as IIS server with asp.net installed

  1. Check IIS logs: One of the first steps in troubleshooting any issues with an IIS server is to check the IIS logs. These logs can provide valuable information about any errors or issues that may be occurring. The IIS logs are typically located in the LogFiles directory.
  2. Check event logs: In addition to the IIS logs, you should also check the Windows event logs for any relevant error messages. These logs can help identify issues with the operating system or other system components.
  3. Check application logs: Many ASP.NET applications will write their own logs, which can provide more detailed information about issues specific to the application. Check the application logs to see if there are any error messages or other issues that may be causing problems.
  4. Test connectivity to the database: If your ASP.NET application is using a SQL Server database, make sure that you can connect to the database from the server where the application is running. You can use SQL Server Management Studio to test the connection.
  5. Check application pool settings: The application pool settings in IIS can also cause issues with ASP.NET applications. Make sure that the application pool is configured correctly and has the necessary permissions to access files and resources.
  6. Check ASP.NET version: Make sure that the correct version of ASP.NET is installed on the server and configured for your application. You can check the ASP.NET version in the IIS Manager.
  7. Check firewall settings: Finally, make sure that any necessary ports and protocols are open in the server's firewall. This can include ports for SQL Server or other services that your application may be using.

Systems and installation

System Requirements

BarcodeOCR was developed for 32 and 64-bit Windows systems from Windows XP onwards. It has been successfully tested in

Windows XP (32-Bit)
Windows Vista (32-Bit und 64-Bit)
Windows 7 (32-Bit und 64-Bit)
Windows 8 (32-Bit und 64-Bit)
Windows 8.1 (32-Bit und 64-Bit)
Windows Server 2003 (64-Bit)
Windows Server 2008 (64-Bit)
Windows Server 2008 R2 (64-Bit)
Windows Server 2012 (64-Bit)
Windows Server 2012 R2 (64-Bit)

Additionally to this, you will need the .NET Framework 3.5 installed on your computer. The setup will check if you already installed the Framework and will install it, if necessary.

The performance of BarcodeOCR is up the configuration and your documents. We recommend to test BarcodeOCR on the specific system to get a real benchmark.

Which scanner are recommended to achieve the best possible results with BarcodeOCR?

Which scanners are recommended for achieving the best possible results with BarcodeOCR?In principle, all scanners are supported. To use all the features of BarcodeOCR, however, we recommend working with a high-quality scanner that can process several documents in the network quickly and automatically. The scanner should deposit the scanned documents on the server in one piece as a PDF