Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionPlease Help C# Console change language or charactors Pin
Devinmccloud6-Dec-08 22:48
Devinmccloud6-Dec-08 22:48 
AnswerRe: Please Help C# Console change language or charactors Pin
Mycroft Holmes6-Dec-08 22:59
professionalMycroft Holmes6-Dec-08 22:59 
GeneralRe: Please Help C# Console change language or charactors Pin
Devinmccloud6-Dec-08 23:28
Devinmccloud6-Dec-08 23:28 
Questionback to start Pin
caradri6-Dec-08 21:32
caradri6-Dec-08 21:32 
AnswerRe: back to start Pin
Mycroft Holmes6-Dec-08 23:05
professionalMycroft Holmes6-Dec-08 23:05 
GeneralRe: back to start Pin
caradri7-Dec-08 3:41
caradri7-Dec-08 3:41 
GeneralRe: back to start Pin
Kevin McFarlane7-Dec-08 4:51
Kevin McFarlane7-Dec-08 4:51 
GeneralRe: back to start Pin
Mycroft Holmes7-Dec-08 4:56
professionalMycroft Holmes7-Dec-08 4:56 
GeneralRe: back to start Pin
Kevin McFarlane7-Dec-08 5:02
Kevin McFarlane7-Dec-08 5:02 
QuestionDrawing Complex Line Pin
pym6-Dec-08 21:21
pym6-Dec-08 21:21 
AnswerRe: Drawing Complex Line Pin
#realJSOP6-Dec-08 23:22
mve#realJSOP6-Dec-08 23:22 
QuestionVS type property pages Pin
Rafone6-Dec-08 18:14
Rafone6-Dec-08 18:14 
AnswerRe: VS type property pages Pin
Mycroft Holmes6-Dec-08 23:07
professionalMycroft Holmes6-Dec-08 23:07 
GeneralRe: VS type property pages Pin
Rafone7-Dec-08 4:10
Rafone7-Dec-08 4:10 
QuestionTrace any copy of files in window xp ? Pin
kindman_nb6-Dec-08 18:09
kindman_nb6-Dec-08 18:09 
AnswerRe: Trace any copy of files in window xp ? Pin
Mycroft Holmes6-Dec-08 23:10
professionalMycroft Holmes6-Dec-08 23:10 
GeneralRe: Trace any copy of files in window xp ? Pin
kindman_nb7-Dec-08 17:56
kindman_nb7-Dec-08 17:56 
AnswerRe: Trace any copy of files in window xp ? Pin
Marcelo Emmerich7-Dec-08 6:01
Marcelo Emmerich7-Dec-08 6:01 
GeneralRe: Trace any copy of files in window xp ? Pin
kindman_nb7-Dec-08 17:55
kindman_nb7-Dec-08 17:55 
Questionbattleship program Pin
colonelgadaffi6-Dec-08 7:58
colonelgadaffi6-Dec-08 7:58 
AnswerRe: battleship program Pin
Thomas Stockwell6-Dec-08 15:59
professionalThomas Stockwell6-Dec-08 15:59 
GeneralRe: battleship program Pin
colonelgadaffi9-Dec-08 8:57
colonelgadaffi9-Dec-08 8:57 
GeneralRe: battleship program Pin
Thomas Stockwell9-Dec-08 9:37
professionalThomas Stockwell9-Dec-08 9:37 
QuestionMaking all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Sunset Towers6-Dec-08 7:00
Sunset Towers6-Dec-08 7:00 
I'm importing data from a csv file and I need all the fields to be read in as text fields.

I have a zip code field that when I need to put in ZipCode+4(12345-6789) it throws an err because the field is interpreted as a int32 or some such.

I don't see any options anywhere to force the driver to make all the field text either. I thought this is possible, I'm pretty sure it would work with the Jet drivers if they were installed.

If they are installed, they are not showing up in the ODBC Data Source Administrator.

Connection.ConnectionString = 
                    string.Format(@"Dsn=CSV;dbq={0};defaultdir={0};driverid=27;fil=text;maxbuffersize=2048;pagetimeout=5", new FileInfo(openFileDialogGetCRDCSV.FileName).DirectoryName);

AnswerRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Wendelius6-Dec-08 7:40
mentorWendelius6-Dec-08 7:40 

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.