WINDEV: WINDEV integrates with your IS and your databases


Open to all major databases

WINDEV lets you use the database(s) of your choice: HyperFileSQL of course, the powerful database that comes with WinDev, but also other databases on the market. Most of the databases can be accessed through native access, resulting in better performance (additional module). This is total openness, the assurance of being able to interface with any existing code.



This poster explains universal access to WINDEV data.

Universal Data Connector (PDF)










   MANAGER

      WINDEV is totally open to all the industry's databases,
      using the same source code.

   NEW

      Heterogenous replication
      Native XML databases support

   AAF TECHNOLOGY

      A lot of automatic features are
      available

   MAIN POINTS

      Same programming
      Use existing databases



Generate queries
Illustration of the power of the WINDEV RAD tool: it knows your data structures,
therefore it knows how to create the corresponding queries.







Defining or reusing a
database is very simple
with WINDEV!



All the databases are supported.
     (Non exhaustive list)

WINDEV can read and write in all the databases, using native access, OLE DB or ODBC.


WINDEV integrates with your IS

WINDEV is open, and integrates perfectly with your existing Information System.


Stored procedures

If your third-party database supports stored procedures, your WinDev application supports them as well!


Easy client/server

Client/Server development is very simple with WINDEV, because on top of the SQL commands, the 5GL commands from the "HRead*" family are also supported. This makes your source code more independent from the database, and programming more flexible.


WINDEV: the ideal tool for managing data

WINDEV is the ideal tool for accessing all kinds of data.
The full integration of the database structure in the environment allows for incredibly
fast development: each module knows the data you're working with.


A revolutionary programming model

WINDEV offers a 5th generation language totally suited for managing
databases. A command such as ScreenToFile corresponds to hundreds of lines of traditional code! ScreenToFile assigns the values from the window's controls into the corresponding database fields. No risk of forgetting anything for the developer, no maintenance when the application changes, a simple and reliable line of code. That is how data should be managed: without any risk.


Performance

The WINDEV Client/Server mode is implemented in the WINDEV kernel, and therefore is extremely fast. WINDEV supports all the major databases in the market, using the same programming.


Replication between heterogeneous databases

WINDEV gives you the ability to replicate different databases: this makes it easy for different applications to interact. For example, you can easily replicate an Oracle database onto a HyperFileSQL database.