{"id":15035892,"url":"https://github.com/basemax/oledb","last_synced_at":"2025-04-09T23:20:32.993Z","repository":{"id":151535480,"uuid":"145170675","full_name":"BaseMax/OLEDB","owner":"BaseMax","description":"Simple and compact class library for working with the MS OLE Database.","archived":false,"fork":false,"pushed_at":"2022-07-27T10:25:28.000Z","size":19,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T04:17:30.235Z","etag":null,"topics":["class","csharp","csharp-code","csharp-library","csharp-script","database","database-adapter","database-configuration","database-connection","database-connector","database-management","databases","library","library-database","oledb"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-17T22:09:46.000Z","updated_at":"2025-03-27T01:28:49.000Z","dependencies_parsed_at":"2023-07-10T14:00:45.470Z","dependency_job_id":null,"html_url":"https://github.com/BaseMax/OLEDB","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FOLEDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FOLEDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FOLEDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FOLEDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/OLEDB/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248126175,"owners_count":21051879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["class","csharp","csharp-code","csharp-library","csharp-script","database","database-adapter","database-configuration","database-connection","database-connector","database-management","databases","library","library-database","oledb"],"created_at":"2024-09-24T20:29:43.088Z","updated_at":"2025-04-09T23:20:32.970Z","avatar_url":"https://github.com/BaseMax.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OLEDB\nSimple and compact class library for working with the MS OLE Database.\n\nOLEDB = OLE DB = Object Linking + Embedding Database\n\n### Using \n```\nOlED db = new OlED();\n```\n\n### Library features \n\n- [x] get count rows\n- [x] get rows values\n- [x] get rows and fetch for DataGridView\n- [ ] delete\n- [ ] insert\n- [ ] only execute a query\n\n### Sample\n```\nstring connections=\"provider=microsoft.jet.oledb.4.0;data source=database.mdb;jet oledb:Database Password=sample\";\nOlED db = new OlED();\nOleDbConnection connection = new OleDbConnection(connections);\nOleDbCommand command = new OleDbCommand(\"SELECT * from barcode\",connection);\n////////////////////////////////////////////////////////////////////////\nMessageBox.Show(\"Count Rows : \" + db.count(command,connection).ToString());\n////////////////////////////////////////////////////////////////////////\ndataGridView1.DataSource = db.get(command,connection).Tables[0];\n```\n\nIn this case, the database file (database.mdb) should be located next to the executable file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Foledb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Foledb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Foledb/lists"}