Click here to Skip to main content
15,902,636 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: displaying a baloon message from task bar Pin
Rocky#25-Mar-07 0:50
Rocky#25-Mar-07 0:50 
GeneralRe: displaying a baloon message from task bar Pin
Stefan Troschuetz25-Mar-07 1:52
Stefan Troschuetz25-Mar-07 1:52 
GeneralRe: displaying a baloon message from task bar Pin
Rocky#26-Mar-07 2:59
Rocky#26-Mar-07 2:59 
AnswerRe: displaying a baloon message from task bar Pin
Muammar©23-Mar-07 10:53
Muammar©23-Mar-07 10:53 
QuestionInserting a huge text file into oracle table Pin
Furi Goled23-Mar-07 6:57
Furi Goled23-Mar-07 6:57 
Questioncreate and write in to the file Pin
Nkuttynasi23-Mar-07 6:55
Nkuttynasi23-Mar-07 6:55 
AnswerRe: create and write in to the file Pin
Christian Graus23-Mar-07 7:04
protectorChristian Graus23-Mar-07 7:04 
GeneralRe: create and write in to the file Pin
Nkuttynasi26-Mar-07 3:06
Nkuttynasi26-Mar-07 3:06 
Questionerror in web page loaded on window form Pin
Saira Tanwir23-Mar-07 6:54
Saira Tanwir23-Mar-07 6:54 
AnswerRe: error in web page loaded on window form Pin
Christian Graus23-Mar-07 7:01
protectorChristian Graus23-Mar-07 7: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.