|
|
|
|
|
|
|
Connects the current application to a database that must be interrogated via SQL. |
|
|
|
|
|
|
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP). |
|
|
|
|
|
|
The following text can be extracted...... |
|
|
|
|
|
|
ODBCDatabaseName is used to:
Find out the name of the database used when printing a report based on a "query performed on a connection".
Specify the name of the database used when printing a report based on a "query performed on a connection".... |
|
|
|
|
|
|
ODBCSQLCode is used to:
Find out the SQL code of the "query performed on a connection" (data source of report).
Modify the SQL code of the "query performed on a connection" (data source of report).... |
|
|
|
|
|
|
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis...... |
|
|
|
|
|
|
This document presents the different access modes to databases from a WINDEV Java application...... |
|
|
|
|
|
|
WINDEV and WEBDEV propose an optional Native Connector to Progress ...... |
|
|
|
|
|
|
List of SQL functions: Special case... |
|
|
|
|
|
|
Retrieves the content of the specified column from the query result, for the current line. |
|
|
|
|
|
|
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types |
|
|
|
|
|
|
WDMap is used to view the records found in a data file...... |
|
|
|
|
|
|
Initializes the different SQL variables with information relative to the last query run. |
|
|
|
|
|
|
Like for any application, WINDEV allows you to create a setup program for a Java application...... |
|
|
|
|
|
|
Used to lock:
The entire data table, in read and write mode. Its data cannot be accessed by other computers.
The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example.... |
|
|
|
|
|
|
The database can be accessed via a web service...... |
|
|
|
|
|
|
Automatically associates each column of the query result with a control or with a variable of the application. |
|
|
|
|
|
|
Allows you to specify the version of the Native SQL Server Connector that will be used. |
|
|
|
|
|
|
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.... |
|
|
|
|
|
|
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows). |
|
|
|
|
|
|
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device...... |
|
|
|
|
|
|
Java applications in practice... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|