Click here to Skip to main content
15,909,324 members
Home / Discussions / C#
   

C#

 
GeneralRe: parsing Pin
Dave Kreskowiak3-Nov-04 17:14
mveDave Kreskowiak3-Nov-04 17:14 
GeneralRe: parsing Pin
Charlie Williams3-Nov-04 17:15
Charlie Williams3-Nov-04 17:15 
GeneralRe: parsing Pin
webhay4-Nov-04 1:03
webhay4-Nov-04 1:03 
GeneralRe: parsing Pin
webhay4-Nov-04 1:03
webhay4-Nov-04 1:03 
GeneralRe: parsing Pin
J4amieC4-Nov-04 2:54
J4amieC4-Nov-04 2:54 
GeneralRe: parsing Pin
webhay4-Nov-04 3:17
webhay4-Nov-04 3:17 
Generalfile reading and access database Pin
aquahawk3-Nov-04 11:36
aquahawk3-Nov-04 11:36 
GeneralRe: file reading and access database Pin
HahnTech3-Nov-04 12:09
HahnTech3-Nov-04 12:09 
I'm not sure but access should be able to use the ADO lib's. IF so its jsut a matter of using the ADO conection to insert a string into the Db.
this.SQLConn.ConnectionString = "data source=" + DS + "; initial catalog=Cat"; integrated security=true; persist security info=False; workstation id=" + WorkID + "; packet size=4096";
SQLConn.Open();
if(SQLConn.State == ConnectionState.Open)
{
//insert data
}

As far as reading a file use streamreader http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiostreamreaderclassctortopic2.asp[^]

Ronald Hahn, CNT - Computer Engineering Technologist

New Technologies Analyst

HahnTech Affiliated With Code Constructors
Edmonton, Alberta, Canada
Email: rhahn82@telus.net
Generalinput string not in a correct format Pin
webhay3-Nov-04 9:24
webhay3-Nov-04 9:24 
GeneralRe: input string not in a correct format Pin
Jordi Corominas3-Nov-04 10:54
Jordi Corominas3-Nov-04 10:54 
GeneralRe: input string not in a correct format Pin
Dave Kreskowiak3-Nov-04 11:48
mveDave Kreskowiak3-Nov-04 11:48 
GeneralRe: input string not in a correct format Pin
webhay3-Nov-04 12:01
webhay3-Nov-04 12:01 
GeneralRe: input string not in a correct format Pin
Dave Kreskowiak3-Nov-04 17:08
mveDave Kreskowiak3-Nov-04 17:08 
GeneralRe: input string not in a correct format Pin
Jordi Corominas3-Nov-04 21:35
Jordi Corominas3-Nov-04 21:35 
GeneralRe: input string not in a correct format Pin
Dave Kreskowiak4-Nov-04 0:57
mveDave Kreskowiak4-Nov-04 0:57 
GeneralRe: input string not in a correct format Pin
Jordi Corominas4-Nov-04 1:16
Jordi Corominas4-Nov-04 1:16 
Generalregistry key editing/creation Pin
Pyro Joe3-Nov-04 9:11
Pyro Joe3-Nov-04 9:11 
GeneralRe: registry key editing/creation Pin
Alex Korchemniy3-Nov-04 9:18
Alex Korchemniy3-Nov-04 9:18 
GeneralRe: registry key editing/creation Pin
Salil Khedkar3-Nov-04 21:59
Salil Khedkar3-Nov-04 21:59 
GeneralRe: ListView KeyDown Event Pin
cnet20083-Nov-04 16:09
cnet20083-Nov-04 16:09 
GeneralSystem.Drawing.Printing.PrinterSettings Pin
Hugo Migneron3-Nov-04 6:31
Hugo Migneron3-Nov-04 6:31 
GeneralRe: System.Drawing.Printing.PrinterSettings Pin
sreejith ss nair3-Nov-04 17:23
sreejith ss nair3-Nov-04 17:23 
GeneralRe: System.Drawing.Printing.PrinterSettings Pin
Hugo Migneron4-Nov-04 3:32
Hugo Migneron4-Nov-04 3:32 
GeneralFlash Form Title Bar Pin
Member 8730573-Nov-04 5:05
Member 8730573-Nov-04 5:05 
QuestionFlash GUI article??? Pin
eshipman3-Nov-04 4:46
eshipman3-Nov-04 4:46 

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.