Viewing 15 posts - 46 through 60 (of 73 total)
Yes, after your suggestion of course, and the sqlstring looks like this:
SELECT 1 AS ImageID, '1.jpg' As ImageName,
BulkColumn FROM OPENROWSET( Bulk 'D:\Mijn Documenten\Documents\DWCoureurLocaleData\Irfanview_26012011\1.jpg',
SINGLE_BLOB) As BLOB
So I think that...
April 19, 2011 at 9:19 am
Hi Robin,
Yes, this is more a eastern present: thanks a lot for the good job. But it still doesnot function as expected. I changed the folderpath in:
'D:\Mijn Documenten\Documents\DWCoureurLocaleData\Irfanview_26012011'
So nothing...
April 19, 2011 at 8:51 am
Thanks a lot so far. I'll do my best to solve the problem.
Grz
Robert
April 19, 2011 at 5:55 am
Hi folks,
We give it another try. The situation is as follows:
1. I filled the Renner_Foto table with an ImageID and an ImageName.
2. I made a tblNummer and a vwNummer. In...
April 19, 2011 at 4:24 am
Last call for today on my part. I am running around in circles.
When I execute the following code:
USE WielerDatabaseSQL
GO
DECLARE @counter int
DECLARE @folderpath AS varchar(4000)
DECLARE @fullpath AS varchar(4000)
DECLARE @sqlstring AS...
April 18, 2011 at 2:34 pm
I solved one problem: my directory path contained a space in [Mijn documenten]. Putting that between quotes solved the non-executing problem. Next I try to get things running. Any help...
April 18, 2011 at 1:48 pm
I am looking into de exec command and I don't understand how the current directory (dir) can match with my photo-directory when no further information has been supplied to the...
April 18, 2011 at 1:01 pm
Can you give me a clue? Flush the insert mode? I don't get any further than using your code and increase the counter to < 680. According to the jpg...
April 18, 2011 at 12:36 pm
OK, we try it out. An answer to one of your former questions: the row is not inserted. I closed up everything, so the transaction must be closed. So the...
April 18, 2011 at 11:32 am
Sorry I missed your second suggestion. This is going a bit too far for me: with other words I don't quite understand your code. You produce a temp table with...
April 18, 2011 at 11:23 am
Yes I am a bad listener, sorry for that. I didnot really understand where you were talking about. Though with your example the sun is coming through, I could copy...
April 18, 2011 at 11:14 am
Guys, thanks for all the tips and suggestions. The quote-tip I understand, but the copy/paste tip in textmode I cannot follow (grasshopper level remember). Furthermore I cannot solve that item,...
April 18, 2011 at 10:29 am
Thanks for the additions (and the handy double click tip) - I think the quotation is OK now, but we get another problem:
Msg 214, Level 16, State 2, Procedure sp_executesql,...
April 18, 2011 at 9:25 am
Hello Robin,
Thanks for your great advise - we are getting in the right direction.
I changed your code somewhat (ImageName = ' ', we fill that in later). This gives...
April 18, 2011 at 8:07 am
Hi folks,
Because of a lack of reactions on my image-post I try it a second time.
1. My problem was: how to automate a process of inserting images into a table...
April 18, 2011 at 2:46 am
Viewing 15 posts - 46 through 60 (of 73 total)