Server_NumDrivers() function - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

Purpose

Retrieves the number of database connection toolkits currently installed for access from MapInfo. You can call this function from the MapBasic window in MapInfo Pro.

Syntax

Server_NumDrivers()

Return Value

Integer

Description

The Server_NumDrivers() function returns the number of database connection toolkits installed for use by MapInfo Pro.

Example

Print "Number of drivers = " + Server_NumDrivers()

See Also:

Server_DriverInfo() function