on what basis did we choose the driverID to be equal to 22
i am using a microsoft access driver in my jdbc connection
how did we choose "22"for the driverID
below is the string path of the database
String url = accessDBURLPrefix + filename + accessDBURLSuffix;
String accessDBURLPrefix="jdbc:odbc:Driver={MicrosoftAccessDriver(*.mdb)};DBQ=";
String accessDBURLSuffix = ";DriverID=22;READONLY=false}";
String filename = "C:\\ base_de_donnees.mdb";
thnx

