Click here to Skip to main content
15,917,481 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can I have to PaintEventHandlers in my program Pin
Guffa23-Mar-07 14:07
Guffa23-Mar-07 14:07 
Questionhow to get to the form close button Pin
mezo_2223-Mar-07 12:18
mezo_2223-Mar-07 12:18 
AnswerRe: how to get to the form close button Pin
Stefan Troschuetz23-Mar-07 12:30
Stefan Troschuetz23-Mar-07 12:30 
QuestionRe: how to get to the form close button Pin
mezo_2223-Mar-07 12:46
mezo_2223-Mar-07 12:46 
AnswerRe: how to get to the form close button Pin
Muammar©23-Mar-07 20:54
Muammar©23-Mar-07 20:54 
AnswerRe: how to get to the form close button Pin
Stefan Troschuetz23-Mar-07 23:17
Stefan Troschuetz23-Mar-07 23:17 
QuestionFindWindow returns 0 Pin
kozu23-Mar-07 10:40
kozu23-Mar-07 10:40 
AnswerRe: FindWindow returns 0 Pin
Dawid Mazuruk23-Mar-07 14:05
Dawid Mazuruk23-Mar-07 14:05 
QuestionRemoving Click Once files Pin
Himdog23-Mar-07 10:35
Himdog23-Mar-07 10:35 
AnswerRe: Removing Click Once files Pin
Christian Graus23-Mar-07 11:10
protectorChristian Graus23-Mar-07 11:10 
QuestionComparing lines Pin
CodeItWell23-Mar-07 10:27
CodeItWell23-Mar-07 10:27 
AnswerRe: Comparing lines Pin
Muammar©23-Mar-07 10:35
Muammar©23-Mar-07 10:35 
AnswerRe: Comparing lines Pin
Christian Graus23-Mar-07 10:47
protectorChristian Graus23-Mar-07 10:47 
QuestionFingerprint matching Pin
Nab Younus23-Mar-07 9:17
Nab Younus23-Mar-07 9:17 
AnswerRe: Fingerprint matching Pin
Muammar©23-Mar-07 10:46
Muammar©23-Mar-07 10:46 
QuestionStrange Behaviour from Web Service? Pin
Khoramdin23-Mar-07 8:38
Khoramdin23-Mar-07 8:38 
AnswerRe: Strange Behaviour from Web Service? Pin
Christian Graus23-Mar-07 9:13
protectorChristian Graus23-Mar-07 9:13 
QuestionProblem importing csv data in dataset with existing schema Pin
DFrag23-Mar-07 7:48
DFrag23-Mar-07 7:48 
Hi,

When I import csv in dataset with is own schema, it's imported under another table as new table or it's imported in the same table in new columns and in this case the first data row is taken as column name. In the solution, I don't want to put my columns name in the csv.

Thanks for your help.


Dave

This is the part of the code;
The xsd for schema is created with vs2005

sql_select = "select * from [" + filetable + "]";
obj_oledb_da = new System.Data.Odbc.OdbcDataAdapter(sql_select, conn);

//Fill dataset with the records from CSV file
obj_oledb_da.Fill(ds, "ITEMS");
conn.Close();
AnswerRe: Problem importing csv data in dataset with existing schema Pin
Muammar©23-Mar-07 10:50
Muammar©23-Mar-07 10:50 
GeneralRe: Problem importing csv data in dataset with existing schema Pin
DFrag23-Mar-07 13:22
DFrag23-Mar-07 13:22 
GeneralRe: Problem importing csv data in dataset with existing schema Pin
Muammar©23-Mar-07 20:47
Muammar©23-Mar-07 20:47 
Questiondisplaying a baloon message from task bar Pin
Rocky#23-Mar-07 7:12
Rocky#23-Mar-07 7:12 
AnswerRe: displaying a baloon message from task bar Pin
Stefan Troschuetz23-Mar-07 10:43
Stefan Troschuetz23-Mar-07 10:43 
GeneralRe: displaying a baloon message from task bar Pin
Rocky#23-Mar-07 20:30
Rocky#23-Mar-07 20:30 
GeneralRe: displaying a baloon message from task bar Pin
Stefan Troschuetz23-Mar-07 23:11
Stefan Troschuetz23-Mar-07 23:11 

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.