Error Messages/41083
< Error Messages
Revision as of 19:17, 17 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = SqlDriverInfo: Driver not found. = Cause = The driver passed to the SqlDriverInfo function was not found. The driver names are case sensitive, …')
Error Message Examples
SqlDriverInfo: Driver not found.
Cause
The driver passed to the SqlDriverInfo function was not found. The driver names are case sensitive, and this may have triggered this error.
Remedies
Call SqlDriverInfo() without any parameters to get back all the available drivers, then call the function by passing the name of the driver to get information on the passed driver.
Comments
<comments />
Enable comment auto-refresher