|
|
|
|
|
- Overview
- How to import a data file (or table) into an analysis
- Prerequisites for converting a data file (or table) from an external database to an HFSQL data file
- Importing a data file into an analysis
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.) via WLanguage functions. To handle an external database, you must: - Import the files (or tables) from the external database into the analysis. During this import, the data can be:
- Generate the analysis.
- Handle the imported data files via the WLanguage functions. For more details, see Database access.
Remarks: - You can also convert only data in a specific data file with WDConver. To perform this operation, the file description must have been imported into the analysis.
- The data model editor allows you to perform the following operations:
- Import a data file from an external database into an HFSQL Classic analysis.
- Import an HFSQL Classic data file into a new HFSQL Classic analysis.
How to import a data file (or table) into an analysis Prerequisites for converting a data file (or table) from an external database to an HFSQL data file | | To perform an import from: | You must own: |
---|
a database managed by ODBC | an ODBC driver | a database managed by OLE DB | an OLE DB driver | a database managed with the Native SQL Server Connector | Native SQL Server Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native Oracle Connector | Native Oracle Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native AS/400 Connector | Native AS/400 Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native SQL Azure Connector | Native SQL Azure Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native MySQL Connector | Native MySQL Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native Informix Connector | Native Informix Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native DB2 Connector | Native DB2 Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native Sybase Connector | Native Sybase Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native Progress Connector | Native Progress Connector (optional module of WINDEV/WEBDEV) | a database managed with the Native PostgreSQL Connector | Native PostgreSQL Connector (optional module of WINDEV/WEBDEV) |
Importing a data file into an analysis To import a data file into an analysis: - In the data model editor, open the analysis where the import must be performed.
- On the "Analysis" tab, in the "Creation" group, expand "Import" and select "Import file/table descriptions...". The data file import wizard starts.
- Select the desired data source.
- If you want to import an external database:
- For data sources that use a Native Connector, a connection to the external database is automatically established and associated with the data files imported into the analysis. This connection will be used to handle the data files programmatically.
- Specify the parameters of the connection if necessary: data server, user and password, database, connection name, etc.
- Specify the data access mode. You can:
- access the data in its current format directly. Only the description of the tables is imported into the analysis. No conversion is required.
- convert the data to HFSQL Classic.
- Select the tables (files) to import.
- If you want to import HFSQL Classic data files:
- Select the desired HFSQL Classic data file (.FIC extension).
- Specify the password of this data file if necessary.
- Validate the import. The current analysis is automatically generated.
- If the data must be converted to HFSQL Classic:
- Specify the creation directory of HFSQL Classic data files.
- Save (if necessary) the description of the conversion (script). This operation creates a ".WDV" file in the specified directory. This script can be re-used by WDConver.
- Validate the data conversion.
Remarks: - To import an HFSQL classic file into an analysis, drag the file from the Windows File Explorer and drop it onto the analysis editor. The import wizard starts automatically.
- From version 19, you can no longer import Hyper File 5.5 data files. This import can only be performed with WINDEV or WEBDEV 18 (or earlier).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|