|
|
|
|
|
|
|
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query. |
|
|
|
|
|
|
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis...... |
|
|
|
|
|
|
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)...... |
|
|
|
|
|
|
Allows you to specify the version of the Native SQL Server Connector that will be used. |
|
|
|
|
|
|
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector...... |
|
|
|
|
|
|
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)...... |
|
|
|
|
|
|
Native SQL Server Connector (also known as Native SQL Server Access) license agreement... |
|
|
|
|
|
|
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables. |
|
|
|
|
|
|
The Native SQL Server Connector is used to:
specify the input values during the call to a stored procedure.
retrieve the output values after a call to a stored procedure.... |
|
|
|
|
|
|
The SQL functions can be used to handle the SQL Server database...... |
|
|
|
|
|
|
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ...... |
|
|
|
|
|
|
WDSQL is used to find out the structure of the accessed database...... |
|
|
|
|
|
|
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ...... |
|
|
|
|
|
|
The database can be accessed via a web service...... |
|
|
|
|
|
|
You can start developing your application as soon as the WINDEV project is defined as being a Java project...... |
|
|
|
|
|
|
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux...... |
|
|
|
|
|
|
A query (typed in SQL code) can operate on different databases...... |
|
|
|
|
|
|
WDConver is a tool used to convert data to an HFSQL Classic data file from...... |
|
|
|
|
|
|
The analysis must be synchronized with an external database if it uses...... |
|
|
|
|
|
|
WINDEV and WEBDEV propose a Native Connector for MySQL...... |
|
|
|
|
|
|
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|