Viewing 15 posts - 61 through 75 (of 160 total)
Thanks.
I still shows 1 row affected but the output does not return any results.
That is all I wanted to make sure off, I want to make it sure of one...
May 6, 2015 at 3:09 am
I just saw when I selected *, it made the column names vat# instead of vat., so that was the problem. Thanks for everyone's patience, time and help in this...
March 30, 2015 at 6:20 am
Now it says my last to column names are invalid, but I copied it from the spreadsheet into my select statement, so how can they be invalid?
March 30, 2015 at 6:14 am
:blush: sorry that was a crazy stupid question..I am so stressed about this thing I am making stupid mistakes now..let me just take a quick break
March 30, 2015 at 5:55 am
Hi Gila,
It works with the following code:
SELECT * FROM OPENDATASOURCE( 'Microsoft.ACE.OLEDB.12.0', 'Data Source="D:\DatabaseAdmin\EuroSales.xlsx";
Extended properties=Excel 8.0')...EUROSALES$
Just one question, how do I now select only the columns that I want, because sometimes...
March 30, 2015 at 5:49 am
Sorry I didn't see that. Will will try it and let you know what happens.
March 30, 2015 at 5:27 am
I have now moved it out of the root drive but I am still getting the same error
March 30, 2015 at 5:16 am
I have now moved it to the D drive and the statement I use is as follows:
insert into mpsales.salesreports
select *
from openrowset(bulk 'D:\EuroSales.xlsx',
formatfile = 'D:\SalesReportsFF.xml')as t1
The errors are:
Msg 4866, Level 16,...
March 30, 2015 at 4:14 am
Sorry the letter part I just missed when I highlighted it to copy it. It is in there and then I get the same errors.
insert into mpsales.salesreports
select *
from openrowset(bulk 'C:\EuroSales.xlsx',
formatfile...
March 30, 2015 at 4:04 am
I get the same errors when using openrowset.
Just below those first errors I pasted my openrowset statement, but it is returning the same errors.
March 30, 2015 at 3:57 am
Hi, I have installed the driver but I am still getting those three error. I am using a format file so I don't understand why the first error says the...
March 30, 2015 at 3:13 am
I already have the Access Database Engine drivers on. Would the version of the driver make a difference?
March 23, 2015 at 3:24 am
Hi,
I did see that I didn't highlight the drive when I copied it in here but it is in here.
I have fixed the format file as there was a spelling...
March 23, 2015 at 12:33 am
Hey Gila,
I have sorted it out. My focus was on the wrong part of the case statement which was char data.
Thanks man.
March 11, 2015 at 7:43 am
Hi Gila, well that makes sense hehe.
Is there a way to find out which row is causing the problem?
I have made the length of the decimal (25,2) and I still...
March 11, 2015 at 4:31 am
Viewing 15 posts - 61 through 75 (of 160 total)