Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 406 for

database

(0.09 sec)
  1. Advanced Documents Conversion APIs for .NET and...

    Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite for faster and accurate conversion of business documents and image file formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and image formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different formats....How to Extract Text from Databases in .NET and Java? # GroupDocs...to extract text from the databases using DbContainer class that...

    blog.groupdocs.com/total/advanced-documents-con...
  2. GroupDocs.Assembly for .NET 19.8 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 19.8 Major Features Supported saving of assembled Markdown documents to Word Processing formats and saving of assembled Word Processing documents and emails to Markdown. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-125  Support saving of assembled Markdown documents to Word Processing formats  Feature  ASSEMBLYNET-126  Support saving of assembled Word Processing documents to Markdown  Feature  ASSEMBLYNET-127  Support saving of assembled emails to Markdown  Feature  This section lists public API changes that were introduced in GroupDocs....various sources " + "including databases, XML, JSON, OData, objects...various sources " + "including databases, XML, JSON, OData, objects...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. 使用 C# 從數據庫文件中提取數據

    數據庫 被認為是大多數應用程序的組成部分。無論是桌面、Web 還是移動應用程序,數據庫在存儲、訪問和操作數據方面都起著至關重要的作用。有許多數據庫管理系統可以為您創建和管理數據庫。 但是,可能會出現這樣一種情況,即您需要一種方法來從數據庫文件(即 .db 文件)中提取數據,而無需安裝數據庫管理系統或編寫 SQL 查詢。在這種情況下,您將如何解析數據庫文件並從中獲取數據? 在本文中,我將演示如何在不編寫 SQL 查詢的情況下輕鬆地從 SQLite 數據庫中的表中提取數據。我將使用 GroupDocs.Parser for .NET API,它支持通過 ADO.NET。 從 SQLite 數據庫 (.db) 中的表中提取數據的步驟 在 Visual Studio 中創建一個新項目。 從 NuGet 安裝適用於 GroupDocs.Parser for .NET。 添加以下命名空間。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 準備連接字符串。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 在 Parser 對像中加載數據庫文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代碼在這裡 } 使用 Parser.GetToc 方法獲取數據庫中表的列表。 // 獲取表格列表 IEnumerable toc = parser....Database))) { // 你的代碼在這裡 } 使用 Parser...new LoadOptions(FileFormat.Database))) { // 獲取表格列表 IEnumerable<TocItem>...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  4. 使用 C# 从数据库文件中提取数据

    数据库 被认为是大多数应用程序的组成部分。无论是桌面、Web 还是移动应用程序,数据库在存储、访问和操作数据方面都发挥着至关重要的作用。有许多数据库管理系统允许为您创建和管理数据库。 然而,当您需要一种从数据库文件(即 .db 文件) 中提取数据的方法时,可能会出现这样的情况,而无需安装数据库管理系统或编写 SQL 查询。在这种情况下,您将如何解析数据库文件并从中获取数据? 在本文中,我将演示如何轻松地从 SQLite 数据库中的表中提取数据,而无需编写 SQL 查询。我将使用 GroupDocs.Parser for .NET API,它支持通过 [ADO.NET](https://en.wikipedia. org/wiki/ADO.NET) 。 从 SQLite 数据库 (.db) 中的表中提取数据的步骤 1. 在 Visual Studio 中创建一个新项目。 2. 从 NuGet 安装 GroupDocs.Parser for .NET。 3. 添加以下命名空间。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 4. 准备连接字符串。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 5. 在 Parser 对象中加载数据库文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代码在这里 } 6....Database))) { // 你的代码在这里 } 6. 使用 Parser...new LoadOptions(FileFormat.Database))) { // 获取表格列表 IEnumerable<TocItem>...

    blog.groupdocs.com/zh/parser/extract-data-from-...
  5. Trích xuất dữ liệu từ tệp cơ sở dữ liệu bằng C#

    Cơ sở dữ liệu được coi là một phần không thể thiếu của hầu hết các ứng dụng. Có thể là ứng dụng dành cho máy tính để bàn, web hoặc thiết bị di động, cơ sở dữ liệu đóng một vai trò quan trọng trong việc lưu trữ, truy cập và thao tác dữ liệu. Có nhiều hệ quản trị cơ sở dữ liệu cho phép tạo và quản lý cơ sở dữ liệu cho bạn....Database))) { // mã của bạn ở đây }...new LoadOptions(FileFormat.Database))) { // Lấy danh sách các...

    blog.groupdocs.com/vi/parser/extract-data-from-...
  6. C#を使用してデータベースファイルからデータを抽出する

    データベース は、ほとんどのアプリケーションの不可欠な部分であると見なされています。デスクトップ、Web、またはモバイルアプリケーションのいずれであっても、データベースはデータの保存、アクセス、および操作において重要な役割を果たします。あなたのためにデータベースを作成して管理することを可能にする多くのデータベース管理システムがあります。 ただし、データベース管理システムをインストールしたり、SQLクエリを記述したりせずに、データベースファイル(**。db **ファイル) からデータを抽出する方法が必要な場合があります。このような場合、データベースファイルをどのように解析し、そこからデータを取得しますか? この記事では、SQLクエリを記述せずにSQLiteデータベースのテーブルからデータを簡単に抽出できることを示します。 ADO.NET。 SQLiteデータベース(.db) のテーブルからデータを抽出する手順 1. VisualStudioで新しいプロジェクトを作成します。 2. NuGet から GroupDocs.Parser for.NET をインストールします。 3. 次の名前空間を追加します。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 4. 接続文字列を準備します。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 5. パーサー オブジェクトにデータベースファイルをロードします。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // あなたのコードはここに行きます } 6. Parser.GetToc メソッドを使用して、データベース内のテーブルのリストを取得します。 // テーブルのリストを取得する IEnumerable toc = parser.GetToc(); 7. テーブルを繰り返し処理し、データを抽出します。 // テーブルを反復処理します foreach (TocItem i in toc) { // テーブル名を印刷する Console....Database))) { // あなたのコードはここに行きます }...new LoadOptions(FileFormat.Database))) { // テーブルのリストを取得する IEnumerable<TocItem>...

    blog.groupdocs.com/ja/parser/extract-data-from-...
  7. Advanced usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......formats Extract data from databases Working with templates Working...

    docs.groupdocs.com/parser/net/advanced-usage/
  8. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and Databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....documents, notes, archives, and databases. Not only the text but you...

    blog.groupdocs.com/parser/extract-text-and-meta...
  9. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......formats Extract data from databases Working with templates Working...

    docs.groupdocs.com/parser/java/advanced-usage/
  10. Convert PDF to TXT using Node.js

    Let's learn how to convert PDF to TXT using Node.js. Export PDF to TXT in Node.js with custom parsing methods, handling streams and buffers for accurate text extraction....process, analyze, or store in databases. Steps to Convert PDF to TXT...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...