Solid functionsSolid
The Solid functions are deprecated, you probably want to use the
Unified ODBC functions instead.solid_closeclose a Solid connectionDescriptionSee odbc_close.solid_connectconnect to a Solid data sourceDescriptionSee odbc_connect.solid_execexecute a Solid queryDescriptionSee odbc_exec.solid_fetchrowfetch row of data from Solid queryDescriptioSee odbc_fetch_rowsolid_fieldnameget name of column from Solid queryDescriptionSee odbc_field_name.solid_fieldnumget index of column from Solid queryDescriptionSee odbc_field_num.solid_freeresultfree result memory from Solid queryDescriptionSee odbc_free_result.solid_numfieldsget number of fields in Solid resultDescriptionSee odbc_num_fields.solid_numrowsget number of rows in Solid resultDescriptionSee odbc_num_rows.solid_resultget data from Solid resultsDescriptionSee odbc_result.