|
|
|
|
|
|
Categoría: Native SQL Server Connector |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
La Conector Nativo SQL Server está acostumbrada a:- especificar los valores de entrada durante la llamada a un Procedure almacenado.
- recupera los valores de salida después de una llamada a un Procedure almacenado.
|
|
|
|
|
|
|
For compatibility with previous versions of the SQL Server Native Connector (also known as SQL Server Native Access), it is still possible to configure the connection in the WDSQSINS software (delivered with the SQL Server Native Connector)... |
|
|
|
|
|
|
WINDEV and WEBDEV offer an optional Native SQL Server Connector (also called Native SQL Server Access)... |
|
|
|
|
|
|
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters... |
|
|
|
|
|
|
To use an SQL Server database with the Native Connector (or "Native Access"), you can use SQL functions... |
|
|
|
|
|
|
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis... |
|
|
|
|
|
|
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|