This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
| 
 | I have developed an app and went to deploy it in production, and suddenly Lightspeed won't connect for me like so: {"Keyword not supported.\r\nParameter name: driver"} My connection string looks like this: Any suggestions? | 
|  | |
| 
 | That connection string defines an ODBC based connection however LightSpeed does not support ODBC. Since it looks like you are connecting to a MySQL instance I would suggest using the MySql5 data provider for LightSpeed and then alter your connection string to fit the following format "Server=FQDN; Database=DBNAME; User Id=Username; Password=Password" 
 | 
|  | |