ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
<sfConnection variable>.Search (Function)
Performs a search among the records found in a Salesforce database.
6. HFSQL Client/Server clusters
6. HFSQL Client/Server cluster
HAddUser (Function)
Adds a user to a database.
SFDelete (Function)
Deletes records from a Salesforce database.
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
Configuring the connection with WDSQSINS
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)......
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
SFAdd (Function)
Creates a record in a file of a Salesforce database.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
Replication: The different types
The data replication is a powerful feature......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
1
4
5
6
7
8
90
>