Click here to Skip to main content
15,917,628 members
Home / Discussions / Database
   

Database

 
GeneralRe: Trigger Order Pin
Monty228-Aug-06 22:00
Monty228-Aug-06 22:00 
QuestionHow to create a binary file from SQL Image value? Pin
pedestrian79727-Aug-06 21:45
pedestrian79727-Aug-06 21:45 
AnswerRe: How to create a binary file from SQL Image value? Pin
Colin Angus Mackay27-Aug-06 21:54
Colin Angus Mackay27-Aug-06 21:54 
GeneralRe: How to create a binary file from SQL Image value? Pin
pedestrian79727-Aug-06 22:10
pedestrian79727-Aug-06 22:10 
GeneralRe: How to create a binary file from SQL Image value? Pin
Colin Angus Mackay27-Aug-06 22:22
Colin Angus Mackay27-Aug-06 22:22 
GeneralRe: How to create a binary file from SQL Image value? Pin
pedestrian79727-Aug-06 22:45
pedestrian79727-Aug-06 22:45 
Questiondata migration Pin
n_i_s_h_a_n_t27-Aug-06 14:04
n_i_s_h_a_n_t27-Aug-06 14:04 
AnswerRe: data migration Pin
Colin Angus Mackay27-Aug-06 14:14
Colin Angus Mackay27-Aug-06 14:14 
Open two connections, one to the SQL Server and one to Access.

Create a SqlCommand to SELECT the data you want and extract it with a SqlDataReader. While you can read the rows from the SqlDataReader send OleDbCommands to Access to INSERT the data. Remember to Close all connections when done.


GeneralRe: data migration Pin
n_i_s_h_a_n_t27-Aug-06 14:22
n_i_s_h_a_n_t27-Aug-06 14:22 
GeneralRe: data migration Pin
n_i_s_h_a_n_t27-Aug-06 14:24
n_i_s_h_a_n_t27-Aug-06 14:24 
GeneralRe: data migration Pin
Colin Angus Mackay27-Aug-06 21:54
Colin Angus Mackay27-Aug-06 21:54 
QuestionDATE query Pin
JGOnline27-Aug-06 1:16
JGOnline27-Aug-06 1:16 
AnswerRe: DATE query Pin
Keith Malwitz27-Aug-06 6:44
Keith Malwitz27-Aug-06 6:44 
GeneralRe: DATE query [modified] Pin
Colin Angus Mackay27-Aug-06 12:54
Colin Angus Mackay27-Aug-06 12:54 
AnswerRe: DATE query Pin
Colin Angus Mackay27-Aug-06 12:57
Colin Angus Mackay27-Aug-06 12:57 
AnswerRe: DATE query Pin
Eric Dahlvang28-Aug-06 3:10
Eric Dahlvang28-Aug-06 3:10 
GeneralRe: DATE query Pin
JGOnline28-Aug-06 5:58
JGOnline28-Aug-06 5:58 
Questionproblem with FindBy method Pin
b2r26-Aug-06 11:58
b2r26-Aug-06 11:58 
QuestionCan you do distributed transactions across processes? Pin
trevstar26-Aug-06 5:01
trevstar26-Aug-06 5:01 
QuestionDataset VS Datagrid Pin
TheJudeDude26-Aug-06 4:24
TheJudeDude26-Aug-06 4:24 
AnswerRe: Dataset VS Datagrid Pin
Colin Angus Mackay26-Aug-06 6:08
Colin Angus Mackay26-Aug-06 6:08 
GeneralRe: Dataset VS Datagrid Pin
TheJudeDude26-Aug-06 6:11
TheJudeDude26-Aug-06 6:11 
GeneralRe: Dataset VS Datagrid Pin
Keith Malwitz26-Aug-06 6:58
Keith Malwitz26-Aug-06 6:58 
GeneralRe: Dataset VS Datagrid Pin
TheJudeDude28-Aug-06 5:46
TheJudeDude28-Aug-06 5:46 
QuestionTyped dataset with cascade delete using TableAdapter Pin
JensB26-Aug-06 3:01
JensB26-Aug-06 3:01 

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.