Index  Up  >>  


Msql support

The first minimal SQL support provided by MiniVend was for the Msql.pm module. This is now deprecated in favor of the DBI support. In most cases, existing Msql users should be able to install and test DBD::mSQL, then change the database directive to the type of dbi:mSQL:minivend and go from there. You may have to set your directive to dbi:mSQL:minivend:localhost:1114 or some other value corresponding to host and TCP port.


Index  Up  >>