hi im using MSSQL and i want to import excel file to my MSSQL database below is my code but it just seems having alot of syntax error.Anyone ?? pls help
SQL.Add('SELECT * INTO XLImport3 FROM OPENDATASOURCE('Microsoft.Jet.OLEDB.4.0';Extended Properties=Excel 8.0')...[Customers$]');