On Tuesday 16 December 2008, wig wrote: > sImport = "< " & Application.Path & "/mytables.sql" > > EXEC ["mysql", sUser, sPassword, sHost, sDatabase, sImport] >
sImport = "< " sSqlFile = Application.Path & "/mytables.sql" EXEC ["mysql", sUser, sPassword, sHost, sDatabase, sImport, sSqlFile ] Every item on the line for EXEC should be a seprate item in the array. The "<" is a seperate item/part of the line, it has space on both adjacent sides! Best regards Ron_1st ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user