The DB-Library for C header files SQLFRONT.H and SQLDB.H have been changed. They now use standard Win32™ API portable datatypes. The new PDBPROCESS, PLOGINREC, and PDBCURSOR portable macros can be used instead of the platform-specific pointers.
| Use | Instead of |
|---|---|
| PDBPROCESS | DBPROCESS * DBPROCESS NEAR * DBPROCESS FAR * |
| PLOGINREC | LOGINREC * LOGINREC NEAR * LOGINREC FAR * |
| PDBCURSOR | DBCURSOR * DBCURSOR NEAR * DBCURSOR FAR * |
Also, the new PDBHANDLE macro indicates that either a PDBPROCESS, PLOGINREG, or PDBCURSOR may be valid.