Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to capture "network cable unplugged" event Pin
David Crow14-Jun-04 8:49
David Crow14-Jun-04 8:49 
GeneralRe: How to capture "network cable unplugged" event Pin
bikram singh15-Jun-04 6:37
bikram singh15-Jun-04 6:37 
GeneralNT Windows Service in C++ to call a SQL Server Stored Procedure Pin
Anand Sundaram14-Jun-04 6:56
Anand Sundaram14-Jun-04 6:56 
GeneralRe: NT Windows Service in C++ to call a SQL Server Stored Procedure Pin
Xiangyang Liu 刘向阳14-Jun-04 7:05
Xiangyang Liu 刘向阳14-Jun-04 7:05 
GeneralStored Procedure Concept Pin
Sridhar Sanikommu14-Jun-04 6:44
Sridhar Sanikommu14-Jun-04 6:44 
GeneralRe: Stored Procedure Concept Pin
David Crow14-Jun-04 8:55
David Crow14-Jun-04 8:55 
GeneralRe: Stored Procedure Concept Pin
Sridhar Sanikommu14-Jun-04 9:15
Sridhar Sanikommu14-Jun-04 9:15 
GeneralRe: Stored Procedure Concept Pin
David Crow14-Jun-04 10:21
David Crow14-Jun-04 10:21 
Sridhar Sanikommu wrote:
Did you have any example of Bulk Insert functionality?

Possibly. Assuming the table looks like:

Name Type
---- ----
col1 char(3)
col2 int
Create a file named mydata.txt that looks like:

abc,1;def,2;ghi,3;
Load this file into the table with:

BULK INSERT <table name here>
FROM 'mydata.txt'
WITH
  (DATAFILETYPE = 'char',
  FIELDTERMINATOR = ',', ROWTERMINATOR = ';')
Sridhar Sanikommu wrote:
Does it work with all the databases?

Having not used "all the databases," I couldn't possibly know.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: Stored Procedure Concept Pin
Sridhar Sanikommu14-Jun-04 10:50
Sridhar Sanikommu14-Jun-04 10:50 
Generaldirect stream copy with AVIFile Pin
Zizilamoroso14-Jun-04 6:32
Zizilamoroso14-Jun-04 6:32 
GeneralI shut down explorer.exe but it restarts itself... Pin
Ian Bowler14-Jun-04 5:50
Ian Bowler14-Jun-04 5:50 
GeneralRe: I shut down explorer.exe but it restarts itself... Pin
toxcct14-Jun-04 6:01
toxcct14-Jun-04 6:01 
GeneralRe: I shut down explorer.exe but it restarts itself... Pin
Ian Bowler14-Jun-04 6:16
Ian Bowler14-Jun-04 6:16 
GeneralRe: I shut down explorer.exe but it restarts itself... Pin
jmkhael14-Jun-04 6:41
jmkhael14-Jun-04 6:41 
GeneralRe: I shut down explorer.exe but it restarts itself... Pin
Ian Bowler14-Jun-04 6:50
Ian Bowler14-Jun-04 6:50 
GeneralRe: I shut down explorer.exe but it restarts itself... Pin
Dan Madden14-Jun-04 9:37
Dan Madden14-Jun-04 9:37 
QuestionHow to show xp toolbar? Pin
JabraJabra14-Jun-04 4:55
JabraJabra14-Jun-04 4:55 
Generallooking for a tool or utility Pin
Anonymous14-Jun-04 4:55
Anonymous14-Jun-04 4:55 
QuestionHow to convert HTML to word DOC? Pin
Tcpip200514-Jun-04 4:31
Tcpip200514-Jun-04 4:31 
AnswerRe: How to convert HTML to word DOC? Pin
vcplusplus14-Jun-04 5:09
vcplusplus14-Jun-04 5:09 
QuestionHow to read all (or cell) data from *.xls? Pin
superwolf100814-Jun-04 4:06
superwolf100814-Jun-04 4:06 
AnswerRe: How to read all (or cell) data from *.xls? Pin
CAmelinckx14-Jun-04 4:33
CAmelinckx14-Jun-04 4:33 
GeneralRe: How to read all (or cell) data from *.xls? Pin
CAmelinckx14-Jun-04 4:40
CAmelinckx14-Jun-04 4:40 
QuestionHow to add 24bit BMP to Toolbar Pin
JabraJabra14-Jun-04 3:58
JabraJabra14-Jun-04 3:58 
AnswerRe: How to add 24bit BMP to Toolbar Pin
Johan Rosengren14-Jun-04 9:18
Johan Rosengren14-Jun-04 9:18 

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.