Click here to Skip to main content
15,907,906 members
Home / Discussions / Database
   

Database

 
GeneralRe: Controlling T-SQL output from LINQ to SQL Pin
Mark J. Miller8-Nov-07 5:36
Mark J. Miller8-Nov-07 5:36 
QuestionExcel into SQLServer2000 Pin
Jedidah7-Nov-07 8:00
Jedidah7-Nov-07 8:00 
AnswerRe: Excel into SQLServer2000 Pin
pmarfleet7-Nov-07 8:24
pmarfleet7-Nov-07 8:24 
QuestionDateTime Query Pin
solutionsville7-Nov-07 6:35
solutionsville7-Nov-07 6:35 
AnswerRe: DateTime Query Pin
solutionsville7-Nov-07 7:50
solutionsville7-Nov-07 7:50 
QuestionDatabase BackUp Pin
kibromg7-Nov-07 1:34
kibromg7-Nov-07 1:34 
AnswerRe: Database BackUp Pin
TJoe7-Nov-07 7:58
TJoe7-Nov-07 7:58 
Questionretrieve image from access in to picture box Pin
sindhutiwari6-Nov-07 23:35
sindhutiwari6-Nov-07 23:35 
hi
My aim is to retrieve a picture from a access database ................
This is the code which i am using

byte[] bt = (byte[])(bindreader[0]);
MemoryStream mst = new MemoryStream();
mst.Write(bt, 0, bt.Length);
pbox.BackgroundImage = Image.FromStream(mst);
its working fine when the image is stored through code it will be in long binary format
when i am inserting image thru access its in the bmp so its creating a problem if any one knows how to tackle this situation please help me .
regards
sindhu tiwari

always innovative

QuestionDatawarehousing course. Pin
Jwalant Natvarlal Soneji6-Nov-07 19:48
Jwalant Natvarlal Soneji6-Nov-07 19:48 
AnswerRe: Datawarehousing course. Pin
Colin Angus Mackay6-Nov-07 23:00
Colin Angus Mackay6-Nov-07 23:00 
QuestionDatabase error Pin
kingletas6-Nov-07 18:17
kingletas6-Nov-07 18:17 
AnswerRe: Database error Pin
r a j u u6-Nov-07 20:15
r a j u u6-Nov-07 20:15 
AnswerRe: Database error Pin
r a j u u6-Nov-07 20:17
r a j u u6-Nov-07 20:17 
Questionediting primary key Pin
Xmen Real 6-Nov-07 17:09
professional Xmen Real 6-Nov-07 17:09 
AnswerRe: editing primary key Pin
Rob Philpott6-Nov-07 23:23
Rob Philpott6-Nov-07 23:23 
AnswerRe: editing primary key Pin
Hesham Amin7-Nov-07 9:46
Hesham Amin7-Nov-07 9:46 
GeneralRe: editing primary key Pin
Xmen Real 7-Nov-07 14:43
professional Xmen Real 7-Nov-07 14:43 
QuestionSql 2005 Sporatic performance on same query Pin
jareddavies6-Nov-07 13:41
jareddavies6-Nov-07 13:41 
AnswerRe: Sql 2005 Sporatic performance on same query Pin
jareddavies6-Nov-07 13:46
jareddavies6-Nov-07 13:46 
GeneralRe: Sql 2005 Sporatic performance on same query Pin
jareddavies8-Nov-07 14:30
jareddavies8-Nov-07 14:30 
QuestionProblem with a WHERE statement Pin
solutionsville6-Nov-07 8:07
solutionsville6-Nov-07 8:07 
AnswerRe: Problem with a WHERE statement Pin
Christian Graus6-Nov-07 9:06
protectorChristian Graus6-Nov-07 9:06 
AnswerRe: Problem with a WHERE statement Pin
solutionsville7-Nov-07 6:33
solutionsville7-Nov-07 6:33 
QuestionHelp! I'm a beginner. Pin
meki_21186-Nov-07 3:52
meki_21186-Nov-07 3:52 
AnswerRe: Help! I'm a beginner. Pin
Colin Angus Mackay6-Nov-07 4:00
Colin Angus Mackay6-Nov-07 4:00 

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.