ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
// Describe and open the new connection HDescribeConnection("MyConnection", "", "", "Server_SQLServer", ... "dbo", hODBC, hOReadWrite, "") HOpenConnection("MyConnection") // Specify that "Salaries" uses the new connection HChangeConnection("Salaries", "MyConnection") // Start looping through the "Salaries" table on SQLServer HReadFirst("Salaries") ... // Close the connection HCloseConnection("MyConnection")
True if the operation was performed, False if a problem occurs. HErrorInfo is used to identify the error.
Connection to a database. This connection corresponds to:the name of the connection defined in the data model editor or with HDescribeConnection or HOpenConnection.the name of a variable of type Connection.
Last update: 09/23/2024
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: