Click here to Skip to main content
16,004,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWrong syntax when trying to save CSV file column as string Pin
jebin k17-Oct-07 19:29
jebin k17-Oct-07 19:29 
AnswerRe: Wrong syntax when trying to save CSV file column as string Pin
N a v a n e e t h17-Oct-07 19:47
N a v a n e e t h17-Oct-07 19:47 
GeneralRe: Wrong syntax when trying to save CSV file column as string Pin
jebin k17-Oct-07 19:56
jebin k17-Oct-07 19:56 
GeneralRe: Wrong syntax when trying to save CSV file column as string Pin
jebin k17-Oct-07 20:03
jebin k17-Oct-07 20:03 
GeneralRe: Wrong syntax when trying to save CSV file column as string Pin
N a v a n e e t h17-Oct-07 20:07
N a v a n e e t h17-Oct-07 20:07 
GeneralRe: Wrong syntax when trying to save CSV file column as string Pin
jebin k17-Oct-07 20:13
jebin k17-Oct-07 20:13 
AnswerRe: Wrong syntax when trying to save CSV file column as string Pin
Guffa17-Oct-07 20:13
Guffa17-Oct-07 20:13 
GeneralRe: Wrong syntax when trying to save CSV file column as string Pin
jebin k17-Oct-07 20:33
jebin k17-Oct-07 20:33 
I have Varchar as my datatype, I checked CSV File in that Date column i found in the Format cells that the column is defined as Date. I think that may the problem , this is the code i use


string ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + path + ";Extended Properties=\"Text;HDR=No;FMT=Delimited\\\"";
System.Data.OleDb.OleDbConnection conn = new System.Data.OleDb.OleDbConnection(ConStr);
System.Data.OleDb.OleDbDataAdapter da = new System.Data.OleDb.OleDbDataAdapter("Select * from " + file, conn);
da.Fill(ds, "TextFile");

DGCsv.DataSource = ds.Tables[0].DefaultView;


QuestionTreeview control with radio button?? Pin
Sri_346417-Oct-07 19:24
Sri_346417-Oct-07 19:24 
Questionhow can I get control's content of the embed web? [modified] Pin
minhthong198117-Oct-07 18:33
minhthong198117-Oct-07 18:33 
AnswerRe: how can I get control's content of the embed web? Pin
N a v a n e e t h17-Oct-07 18:42
N a v a n e e t h17-Oct-07 18:42 
QuestionScript Pin
SreejithAchutan17-Oct-07 18:31
SreejithAchutan17-Oct-07 18:31 
AnswerRe: Script Pin
N a v a n e e t h17-Oct-07 18:43
N a v a n e e t h17-Oct-07 18:43 
GeneralRe: Script Pin
N a v a n e e t h17-Oct-07 18:49
N a v a n e e t h17-Oct-07 18:49 
QuestionObject reference not set to an instance of an object. Pin
thedom217-Oct-07 18:23
thedom217-Oct-07 18:23 
AnswerRe: Object reference not set to an instance of an object. Pin
N a v a n e e t h17-Oct-07 18:31
N a v a n e e t h17-Oct-07 18:31 
GeneralRe: Object reference not set to an instance of an object. Pin
thedom217-Oct-07 18:42
thedom217-Oct-07 18:42 
GeneralRe: Object reference not set to an instance of an object. Pin
N a v a n e e t h17-Oct-07 18:48
N a v a n e e t h17-Oct-07 18:48 
GeneralRe: Object reference not set to an instance of an object. Pin
thedom217-Oct-07 18:53
thedom217-Oct-07 18:53 
GeneralRe: Object reference not set to an instance of an object. Pin
N a v a n e e t h17-Oct-07 19:03
N a v a n e e t h17-Oct-07 19:03 
GeneralRe: Object reference not set to an instance of an object. Pin
thedom217-Oct-07 19:07
thedom217-Oct-07 19:07 
GeneralRe: Object reference not set to an instance of an object. Pin
N a v a n e e t h17-Oct-07 19:11
N a v a n e e t h17-Oct-07 19:11 
GeneralRe: Object reference not set to an instance of an object. Pin
thedom217-Oct-07 19:12
thedom217-Oct-07 19:12 
GeneralRe: Object reference not set to an instance of an object. Pin
N a v a n e e t h17-Oct-07 19:23
N a v a n e e t h17-Oct-07 19:23 
Questionmaking a single cell editable in the row after checking the checkbox in gridview Pin
sribha17-Oct-07 16:57
sribha17-Oct-07 16:57 

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.