Click here to Skip to main content
15,924,679 members
Home / Discussions / C#
   

C#

 
QuestionAccuracy of double Pin
bonzaiholding17-Aug-09 21:50
bonzaiholding17-Aug-09 21:50 
AnswerRe: Accuracy of double Pin
musefan17-Aug-09 22:04
musefan17-Aug-09 22:04 
AnswerRe: Accuracy of double Pin
padmanabhan N17-Aug-09 22:21
padmanabhan N17-Aug-09 22:21 
AnswerRe: Accuracy of double Pin
Calla17-Aug-09 22:29
Calla17-Aug-09 22:29 
QuestionEnterprise Library with Microsoft Access [modified] Pin
Tiger45617-Aug-09 21:31
Tiger45617-Aug-09 21:31 
AnswerRe: Enterprise Library with Microsoft Access Pin
Hristo-Bojilov17-Aug-09 21:43
Hristo-Bojilov17-Aug-09 21:43 
Questionwhat is the best way to import from excel Pin
Abdul Rahman Hamidy17-Aug-09 21:23
Abdul Rahman Hamidy17-Aug-09 21:23 
AnswerRe: what is the best way to import from excel Pin
Johan Hakkesteegt18-Aug-09 1:36
Johan Hakkesteegt18-Aug-09 1:36 
Generally speaking, it is best to first save the excel file as a delimited text file, or xml file, in Excel itself.

If that is not an option, you could try to convert it in your application first, and only then try to import it into your database.

You can try to import directly from the Excel file, but the code will be sensitive to version changes of Excel (it will work for Excel 2003 but not for Excel 2007 for example)

Another option is ODBC.

My advice is free, and you may get what you paid for.

Questionhow can i send and receive packets by using network connection of another application? Pin
Frozzeg17-Aug-09 20:55
Frozzeg17-Aug-09 20:55 
AnswerRe: how can i send and receive packets by using network connection of another application? Pin
Christian Graus17-Aug-09 21:12
protectorChristian Graus17-Aug-09 21:12 
Questionexample code Digital Mark Reader Pin
aspalto17-Aug-09 20:37
aspalto17-Aug-09 20:37 
AnswerRe: example code Digital Mark Reader Pin
Ashfield17-Aug-09 21:03
Ashfield17-Aug-09 21:03 
AnswerRe: example code Digital Mark Reader Pin
Super Lloyd18-Aug-09 18:20
Super Lloyd18-Aug-09 18:20 
QuestionVOIP Pin
rosae61917-Aug-09 20:13
rosae61917-Aug-09 20:13 
AnswerRe: VOIP Pin
Christian Graus17-Aug-09 20:34
protectorChristian Graus17-Aug-09 20:34 
GeneralRe: VOIP Pin
CoderForEver18-Aug-09 9:59
CoderForEver18-Aug-09 9:59 
AnswerRe: VOIP Pin
CoderForEver18-Aug-09 10:03
CoderForEver18-Aug-09 10:03 
QuestionAccessing Dynamic Controls in Repeater Pin
Chad Roeder17-Aug-09 19:50
Chad Roeder17-Aug-09 19:50 
AnswerRe: Accessing Dynamic Controls in Repeater Pin
Chad Roeder19-Aug-09 20:57
Chad Roeder19-Aug-09 20:57 
Questionhow to start p2p voip Pin
ralphigo17-Aug-09 19:46
ralphigo17-Aug-09 19:46 
AnswerRe: how to start p2p voip Pin
Christian Graus17-Aug-09 19:50
protectorChristian Graus17-Aug-09 19:50 
Questionhow to display a 12-month calendar for the input year using c# Pin
ajithnamboodiri17-Aug-09 19:12
ajithnamboodiri17-Aug-09 19:12 
AnswerRe: how to display a 12-month calendar for the input year using c# Pin
Christian Graus17-Aug-09 19:16
protectorChristian Graus17-Aug-09 19:16 
GeneralRe: how to display a 12-month calendar for the input year using c# Pin
ajithnamboodiri17-Aug-09 20:25
ajithnamboodiri17-Aug-09 20:25 
GeneralRe: how to display a 12-month calendar for the input year using c# Pin
Christian Graus17-Aug-09 21:14
protectorChristian Graus17-Aug-09 21:14 

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.