Exporting DB's

2001-02-12 Thread Jeremy Arntz
Ok this is a total newbie question, but if I develope a DB on my developement server and want to export it to the live server what is process I use to do this? TIA, Jeremy J. Arntz Digital Architect Simplified Development [EMAIL PROTECTED] http://www.simplifiednow.com/

VBScript and mySQL

2001-02-09 Thread Jeremy Arntz
Hello, I am having trouble connecting to a mySQL server through VB Script via myODBC... When I used to use Access I used this script to connect: Qt = Chr(34) Set caldb = Server.CreateObject("ADODB.Connection") caldb.Open "caldb" Which returned an error: Microsoft OLE DB Provider for