Block a user
QDM.Apache.Repository (1.0.0)
Published 2024-09-18 09:06:59 +02:00 by pascal
Installation
dotnet nuget add source --name pascal --username your_username --password your_token dotnet add package --source pascal --version 1.0.0 QDM.Apache.RepositoryAbout this package
Repositories for Apache and Isabelle databases
QDM.Apache.Repository
This library provides the methods to read and write from and to the Prologue Criteria databases
Description
-
Methods to read and write from and to the Prologue Criteria databases
-
Specifically designed for Apache and Isabelle, from 2M-ITC
-
2M-ITC Patrick Lejeune
- Phone +32(0)23568680
- Mail info@2m-itc.be
- Site web www.2m-itc.be
Supported Operating Systems
- Windows XP
- Windows 7
- Windows 8
- Windows 10
- Windows 11
Dependencies
- Windows 32 bits
- Must be compiled for x86
How to use
string driver = "Prologue CRITERIA driver 32bit";
string path = @"c:\criteria-data\";
string company = "001";
string codepage = "1252";
string user = "user";
string password = "password";
string db = "C";
int year = 2024;
ApacheArticleRepository ApacheArticleRepository = new ApacheArticleRepository(driver, path, company, codepage, user, password, db, year);
ApacheArticle article = ApacheArticleRepository.GetApacheArticle(ApacheArticlePath.Id, "Q");
Console.WriteLine($"{article.f01cle} {article.Description} {article.f01mar1} {article.f01arfou}");
- See QDM.ODBC.Criteria.Test project for an example
Version History
- 1.0.0 Initial Release
Authors
- Pascal Demets, for Quincaillerie De Berdt SA
Initial version