Click here to Skip to main content
15,894,410 members
Home / Discussions / Database
   

Database

 
AnswerRe: connection pooling Pin
enjoycrack19-Sep-05 23:39
enjoycrack19-Sep-05 23:39 
GeneralRe: connection pooling Pin
Anonymous20-Sep-05 20:38
Anonymous20-Sep-05 20:38 
AnswerRe: connection pooling Pin
sreejith ss nair20-Sep-05 1:20
sreejith ss nair20-Sep-05 1:20 
QuestionDebug Sp Pin
sreejith ss nair19-Sep-05 19:31
sreejith ss nair19-Sep-05 19:31 
AnswerRe: Debug Sp Pin
Frank Kerrigan20-Sep-05 0:51
Frank Kerrigan20-Sep-05 0:51 
GeneralRe: Debug Sp Pin
sreejith ss nair20-Sep-05 1:06
sreejith ss nair20-Sep-05 1:06 
QuestionStroing Word Document in the Database Pin
Ahsan Askare19-Sep-05 18:57
Ahsan Askare19-Sep-05 18:57 
AnswerRe: Stroing Word Document in the Database Pin
turbochimp19-Sep-05 19:42
turbochimp19-Sep-05 19:42 
Yes, you can store an entire MS Word document in Sql Server.

The column in which the document is stored should probably be of type 'image', and you can use the ADO.Net clients to write to the column (image columns accept a byte array - byte[]).

You can read the document into a stream, and use the stream's buffer (byte array) as input for the image column.

Reading the document back from the database works in a similar fashion - read the byte array from the image column into a stream.

Look at FileStream for more info.

The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

AnswerRe: Stroing Word Document in the Database Pin
enjoycrack19-Sep-05 19:43
enjoycrack19-Sep-05 19:43 
GeneralRe: Stroing Word Document in the Database Pin
Ahsan Askare19-Sep-05 21:06
Ahsan Askare19-Sep-05 21:06 
AnswerRe: Stroing Word Document in the Database Pin
Michael P Butler20-Sep-05 2:34
Michael P Butler20-Sep-05 2:34 
QuestionNewbish Problem Pin
tatchung19-Sep-05 18:30
tatchung19-Sep-05 18:30 
AnswerRe: Newbish Problem Pin
Edbert P19-Sep-05 19:34
Edbert P19-Sep-05 19:34 
GeneralRe: Newbish Problem Pin
tatchung19-Sep-05 20:08
tatchung19-Sep-05 20:08 
GeneralRe: Newbish Problem Pin
Edbert P19-Sep-05 20:39
Edbert P19-Sep-05 20:39 
GeneralRe: Newbish Problem Pin
tatchung19-Sep-05 21:09
tatchung19-Sep-05 21:09 
GeneralRe: Newbish Problem Pin
Edbert P20-Sep-05 13:44
Edbert P20-Sep-05 13:44 
QuestionUpdate Command Failing Pin
japel19-Sep-05 0:42
japel19-Sep-05 0:42 
AnswerRe: Update Command Failing Pin
enjoycrack19-Sep-05 0:54
enjoycrack19-Sep-05 0:54 
AnswerRe: Update Command Failing Pin
Luis Alonso Ramos19-Sep-05 8:19
Luis Alonso Ramos19-Sep-05 8:19 
GeneralRe: Update Command Failing Pin
japel19-Sep-05 10:36
japel19-Sep-05 10:36 
AnswerRe: Update Command Failing Pin
Luis Alonso Ramos20-Sep-05 19:49
Luis Alonso Ramos20-Sep-05 19:49 
Questionusing @@IDENTITY (or nething like this)for char datatype(sql server) Pin
utsav_verma18-Sep-05 23:53
utsav_verma18-Sep-05 23:53 
AnswerADDON:using @@IDENTITY (or nething like this)for char datatype(sql server) Pin
utsav_verma19-Sep-05 0:04
utsav_verma19-Sep-05 0:04 
AnswerRe: using @@IDENTITY (or nething like this)for char datatype(sql server) Pin
utsav_verma19-Sep-05 0:22
utsav_verma19-Sep-05 0:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.