Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Doan Nguyen #1
Read and write binary data by using ADO
I use ADO (AppendChunk) in a C++ program to write binary
data file into a table column of type image.
The image files have almost the size of 1 MBytes. When i
measured the time to save 1000 data files (before and
after update method) i am very surprised that the time
varies between 100 ms (96%) and 30000 ms (4%). I expected
that the time could not be changed so strongly.
On the other side when i read these binary data the time
is almost constant.
How can i understand this result ? I think when SQL
Server needs to expand the database it needs more time ???
Any hint would be great.
Thanks
Doan Nguyen Guest
-
#39767 [NEW]: Binary Read of POST Data
From: deepak dot vasudevan at lavanyadeepak dot tk Operating system: Windows Server 2003 PHP version: 4.4.4 PHP Bug Type: ... -
How to write and read data to and from .flv
Can anyone explain the concept of how to write and read data (plain text messages, or entire objects) from and to a .flv file? The application... -
How to read data from SQL db and write to a OWC component
I want to create a Excel OWC component and read data from the Orders table of the Northwind database and write into the OWC component. Can you... -
Read and write data with flash
Hi I'm try to create a chat with flash, (without using flash comunication server). All need to know is how to write data to file/db with flash...... -
read/write binary file
I'm writing a web service which will return a string containing the contents of a binary file (converted using System.Convert.ToBase64String). When...



Reply With Quote

