Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for the suggestion
I have changed my application to create a record in the table using the 'Insert Into <table> (a,b,c) Values (1,2,3)' statement. And then used a select statement...
July 11, 2002 at 9:35 am
Purely insert a single row?
Am I opening the table in the wrong way?
I am using the AppendChunk method to read the file data into the image field.
Thanks
David
July 11, 2002 at 8:41 am
Thanks thats fixed it (sort of).
I had tried increasing the ConnectionTimeout but hadn't tried CommandTimeout.
I say sort of fixed because it's taking longer to insert new records to the table....
July 11, 2002 at 4:48 am
Viewing 3 posts - 1 through 3 (of 3 total)