
<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<base href="https://download.dataflex.dev/">
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="css/downloadcenter.css?v=0.1.4.5">
	
	
	
	<meta property="og:image" content="https://download.dataflex.dev/Include/FileStreaming.asp?FileId=258">
	<meta property="og:title" content="DataFlex Download Center"/>
	<meta property="og:description" content="Download DataFlex products, utilities, books and example workspaces"/>
	<meta property="og:image:type" content="image/png">
	<meta property="og:image:width" content="1200">
	<meta property="og:image:height" content="630">

	<!-- Google tag (gtag.js) -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=G-RYPJYMMF3S"></script>
	<script>
	  window.dataLayer = window.dataLayer || [];
	  function gtag(){dataLayer.push(arguments);}
	  gtag('js', new Date());

	  gtag('config', 'G-RYPJYMMF3S');
	</script>


	<meta property="og:url" content="https://www.dataaccess.eu/home-35"/>
	
    <title> | DataFlex Downloads Center</title>
    <link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
    <!--<link rel="manifest" href="images/favicon/manifest.json">-->
    <link rel="mask-icon" href="images/favicon/safari-pinned-tab.svg" color="#e64812">
    <meta name="theme-color" content="#e64812">

    <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
    <script>
      // function OnGetCountriesModal(bError, oData)  {
      //   var oSelect = $("#countryselectorModal");
      //   var sOptions = "";
      //   var sCont = "";
      //   var sNorthAmerica = "WF VI VG VN VU US TV TC TM TT TK TG, TL TH TW LK ZA SB SI SG SL SM WS VC PM LC KN RE PR PN PH PG PA PW PK MP NF NU NI NZ NC AN NP NR MM MS MN FM MX YT MU MQ MH ML MV MY MO LA KP KR KI JP JM IT IL IQ IR ID IS HU HK HN HM HT GY GW GN GT GU GP GD GL GH PF GF FJ GQ SV DO DM CZ CU CR AF AX AS AI AG AW AU AZ BS BH BD BB BZ BM BT BV IO BN BF BI KH CM CA KY CN CX CC KM CK";
      //   var sLatinAmerica = "VE UY SR SH PE PY AR BO BR CL CO EC FK";
        
      //   if (!bError){
      //     sOptions += "<option cont='europe' value=''>Please select a country</option>";
        
      //   for (i = 0; i < oData[0].length; i++){
      //     if (sNorthAmerica.indexOf(oData[0][i].sCode) > -1){
      //       sCont = "northamerica";
      //     }else if (sLatinAmerica.indexOf(oData[0][i].sCode) > -1){
      //       sCont = "latinamerica";
      //     }else{
      //       sCont = "europe";
      //     }
          
      //     sOptions += "<option cont='" + sCont + "' value='" + oData[0][i].sCode + "'>" + oData[0][i].sName + "</option>";
      //     }
      //   }
        
      //   oSelect.html(sOptions);
      // }
      function DAID_ReadyGlobal(){
        if (!DAID.isNothing(DAID.ActionCodeData)){
          if (DAID.ActionCodeData.sReturnValue == "3"){
            alert("Successfully unsubscribed from the newsletter!");
            
            DAID.reloadLocation();
          }else{
            alert(ActionCodeData.stError.sMessage);
          }
        }
        
        DAID.loggedIn(OnLoggedInGlobal);




        //Get countries for Flexlinks modal dialog
        //DAID.getCountries(OnGetCountriesModal);
        //Get countries for contact form
        // if (typeof OnGetCountries == "function"){
        // DAID.getCountries(OnGetCountries);
        // }

      }
      
      function OnLoggedInGlobal(bError, oData){
        if (!bError){
          LoggedInStatusGlobal(oData.sReturnValue == "1");
        }
      }
      
      function LoggedInStatusGlobal(bLoggedIn){
        if (bLoggedIn){
          DAID.getAccountInfo(OnGetAccountInfoGlobal);
        }else{
          $("#btnLogin").css("display", "inline-block");
        }
      }
      
      function OnGetAccountInfoGlobal(bError, oData){
        if (!bError){
          $("#btnLogout").css("display", "inline-block");
          
          $("#spnUsername").html("Welcome " + oData.sFirstName);
        }
      }
      
      function DagaLogout(){
        if (confirm("Are you sure you want to log out from DAID?")){
          DAID.logout(OnDagaLogoutGlobal);
        }
      }
      
      function OnDagaLogoutGlobal(bError, oData){
        if (!bError){
          if (oData.sReturnValue == "1"){
            location.reload();
            //document.location.href = window.location.href;//"https://downloadcenter.dataaccess.com/";
          }
        }
      }
    </script>

	<meta name="robots" content="noindex">

</head>
    <body>
    
<div class="container-fluid menubar" role="navigation">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<a href="./" class="logo"><img src="images/logo-shield.svg" class="mobilelogo" alt="DataFlex Logo Shield"><img src="images/df-logo.svg" class="desktoplogo" alt="DataFlex Logo"><h2>DOWNLOAD CENTER</h2></a>
				
				<!-- <ul class="menu" role="navigation">
					<li>
						<a href="https://www.dataaccess.com" aria-label="back to Data Access Website">Back to Data Access</a>
					</li>
				</ul> -->
				<div class="extramenu">
					
					<!-- <a href="#" class="search"></a> -->
					<a class="daidlogin" id="btnLogin" aria-label="Log in to Data Access id" style="display: none;" href="javascript:login();"><span>Login</span><i class="fa-solid fa-user"></i></a>
					
					<span id="spnUsername" class="username"></span>
					<a id="btnLogout" onClick="DagaLogout();" aria-label="Log out of Data Access id" class="logoutbtn" style="display: none;"><span>Log out</span></a>
				</div>
			</div>
		</div>
	</div>
</div>
    <div class="container-fluid header header-short">
    	<div class="container">
    		<div class="row justify-content-md-center">
    			<div class="col-md-12">
    				<h1>Page not found</h1>
                    <div class="breadcrmb">
                        
<!-- </ul> -->




                    </div>
                    <a onclick="history.back()" class="backheader"><span>Back to overview</span></a>
    			</div>
    		</div>
    	</div>
    </div>
    <div class="mt-5 pt-5">


        <div class="container">  
            <div class="row">
                <div id="main" class="col-md-12 " tabindex="-1">

                    <h3>The requested page cannot be found. Please try again or go to the <a href="./">homepage</a></h3>
                    

                            
                              
                            

                </div>
               



                
        	</div>
        </div>
    </div>

  <div class="container-fluid footer">
	<div class="container">
		<div class="row">
			<div class="copyright col-md-12">
				<div class="row">
					<div class="col-md-12">
						<div class="footercontent">
							<span class="copy">&copy; 2026 Data Access Corporation. All rights reserved.</span>
						
							<!-- <a href="#">Terms and conditions</a> -->
							<a href="https://www.dataflex.dev/privacy-policy" target="_blank">Privacy policy</a>
							<a href="https://www.dataaccess.eu/cookies-785" target="_blank">Cookies</a>
							<a href="https://www.dataaccess.eu/about-381" target="_blank">About</a>
							<a href="https://www.dataflex.dev" target="_blank">dataflex.dev</a>
							<a href="https://docs.dataaccess.com/" target="_blank">Online Documentation</a>
							<!-- <a href="#" target="_blank">GDPR</a> -->
							<!-- <a href="#">Sitemap</a> -->
						</div>
						<div class="social">
							<a href="https://www.linkedin.com/company/data-access-europe-bv/" target="_blank" class="socialicon linkedin"></a>
							<a href="https://www.facebook.com/DataAccessEurope" target="_blank" class="socialicon facebook"></a>
							<!--<a href="https://twitter.com/DataAccessEU" target="_blank" class="socialicon twitter"></a>-->
							<a href="https://www.youtube.com/c/DataaccessEu" target="_blank" class="socialicon youtube"></a>
							<a href="https://www.instagram.com/dataaccesseu/" target="_blank" class="socialicon instagram"></a>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>    <!-- Optional JavaScript -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" ></script>
    <script id="#DAID#" type="text/javascript" src="https://account.dataflex.dev/inc/daid.js?v=0.1"></script>
    <script>
        function login(){
            //remove the hash from the url, as this will intervene with the DAID callback
            history.pushState("", document.title, window.location.pathname + window.location.search);
            DAID.login();
        }
    </script>
  <script src="js/viewer.js"></script>
  <script>
    $(document).ready(function() {
		//make first paragraph lighter
        $('.introText P:first-child').addClass('light');
	});
  </script>



  </body>
</html>