Click here to Skip to main content
15,920,828 members
Home / Discussions / Database
   

Database

 
QuestionHow to Querying Document Properties from Full Text Catalogs in Sql Server 2005 Pin
fenil jacob22-Nov-06 18:21
fenil jacob22-Nov-06 18:21 
Questionhow can i read the wave file into a byte array? in c# Pin
zabota22-Nov-06 17:20
zabota22-Nov-06 17:20 
AnswerRe: how can i read the wave file into a byte array? in c# Pin
Rob Graham22-Nov-06 17:43
Rob Graham22-Nov-06 17:43 
AnswerRe: how can i read the wave file into a byte array? in c# Pin
Rob Graham22-Nov-06 17:47
Rob Graham22-Nov-06 17:47 
QuestionThank u Rob Graham Pin
zabota22-Nov-06 17:17
zabota22-Nov-06 17:17 
AnswerRe: Thank u Rob Graham Pin
Rob Graham22-Nov-06 17:34
Rob Graham22-Nov-06 17:34 
QuestionThank u but Pin
zabota22-Nov-06 16:43
zabota22-Nov-06 16:43 
AnswerRe: Thank u but Pin
Rob Graham22-Nov-06 17:13
Rob Graham22-Nov-06 17:13 
To rephrase Christian's answer:
1. create a table with a field of type LongVarBinary to hold the wave file (a blob field)
2. read the wave file into a byte array.
3. store the byte array in the LongVarBinary (blob) field using a parameterized query, with the byte array as the value of the parameter.



Questionimportant quistion Pin
zabota22-Nov-06 15:52
zabota22-Nov-06 15:52 
AnswerRe: important quistion Pin
Christian Graus22-Nov-06 16:22
protectorChristian Graus22-Nov-06 16:22 
QuestionGetting records from a database from a criteria problem Pin
darkchronos22-Nov-06 15:39
darkchronos22-Nov-06 15:39 
AnswerRe: Getting records from a database from a criteria problem Pin
Pete O'Hanlon23-Nov-06 1:38
mvePete O'Hanlon23-Nov-06 1:38 
QuestionSQL - StoredProc - Data into a variable? Pin
wbjohnson22-Nov-06 6:59
wbjohnson22-Nov-06 6:59 
AnswerRe: SQL - StoredProc - Data into a variable? Pin
Rob Graham22-Nov-06 7:50
Rob Graham22-Nov-06 7:50 
Answer[Message Deleted] Pin
R_L_H22-Nov-06 8:07
R_L_H22-Nov-06 8:07 
GeneralRe: SQL - StoredProc - Data into a variable? Pin
wbjohnson22-Nov-06 9:25
wbjohnson22-Nov-06 9:25 
AnswerRe: SQL - StoredProc - Data into a variable? Pin
Anshuman Singh22-Nov-06 19:00
Anshuman Singh22-Nov-06 19:00 
QuestionQuery issue Pin
Tauseef A22-Nov-06 5:51
Tauseef A22-Nov-06 5:51 
AnswerRe: Query issue Pin
Chris Meech22-Nov-06 5:56
Chris Meech22-Nov-06 5:56 
Question[Message Deleted] Pin
R_L_H22-Nov-06 4:17
R_L_H22-Nov-06 4:17 
AnswerRe: Problem connecting to a New Database (milliseconds after creation) Pin
Rob Graham22-Nov-06 17:09
Rob Graham22-Nov-06 17:09 
QuestionAuto incremented primary key only for Int16/32/64? Pin
michal.kreslik22-Nov-06 1:18
michal.kreslik22-Nov-06 1:18 
AnswerRe: Auto incremented primary key only for Int16/32/64? Pin
Pete O'Hanlon22-Nov-06 1:37
mvePete O'Hanlon22-Nov-06 1:37 
GeneralRe: Auto incremented primary key only for Int16/32/64? Pin
michal.kreslik22-Nov-06 1:54
michal.kreslik22-Nov-06 1:54 
GeneralRe: Auto incremented primary key only for Int16/32/64? Pin
Colin Angus Mackay22-Nov-06 2:58
Colin Angus Mackay22-Nov-06 2:58 

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.