Click here to Skip to main content
15,892,517 members
Home / Discussions / C#
   

C#

 
AnswerRe: Interesting Article "Nav Autoupdate with c#" under Library section Pin
Dave Kreskowiak16-Apr-09 4:30
mveDave Kreskowiak16-Apr-09 4:30 
GeneralRe: Interesting Article "Nav Autoupdate with c#" under Library section Pin
Dan Neely16-Apr-09 5:11
Dan Neely16-Apr-09 5:11 
AnswerPublic Service Announcement Pin
Dan Neely16-Apr-09 5:13
Dan Neely16-Apr-09 5:13 
GeneralRe: Public Service Announcement Pin
Andy *M*16-Apr-09 6:45
Andy *M*16-Apr-09 6:45 
QuestionFilter out Restricted property from COM Pin
rajanbabu_03316-Apr-09 2:26
rajanbabu_03316-Apr-09 2:26 
QuestionProblen : Insert Into Access database Pin
Ravindra Bisen16-Apr-09 2:01
Ravindra Bisen16-Apr-09 2:01 
AnswerRe: Problen : Insert Into Access database Pin
musefan16-Apr-09 2:15
musefan16-Apr-09 2:15 
GeneralRe: Problen : Insert Into Access database Pin
Ravindra Bisen16-Apr-09 2:38
Ravindra Bisen16-Apr-09 2:38 
string Sqlstr = "INSERT INTO student(stu_id,stu_fnm) VALUES (" + textBox1.Text.Trim() + ",'" + textBox2.Text.Trim() + "') ";

// it is inserting record when i run it into sql pane .

and

objConnection1 = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=score.mdb");// is connection string

// i tried same for sql server database it works fine
// but i want to do it for access..
GeneralRe: Problen : Insert Into Access database Pin
musefan16-Apr-09 2:50
musefan16-Apr-09 2:50 
AnswerRe: Problen : Insert Into Access database Pin
Eddy Vluggen16-Apr-09 2:20
professionalEddy Vluggen16-Apr-09 2:20 
GeneralRe: Problen : Insert Into Access database Pin
Ravindra Bisen16-Apr-09 2:46
Ravindra Bisen16-Apr-09 2:46 
GeneralRe: Problen : Insert Into Access database Pin
Eddy Vluggen16-Apr-09 3:04
professionalEddy Vluggen16-Apr-09 3:04 
QuestionCompile using makefiles. Pin
visserthree16-Apr-09 1:51
visserthree16-Apr-09 1:51 
AnswerRe: Compile using makefiles. Pin
N a v a n e e t h16-Apr-09 2:12
N a v a n e e t h16-Apr-09 2:12 
GeneralRe: Compile using makefiles. Pin
visserthree16-Apr-09 2:16
visserthree16-Apr-09 2:16 
GeneralRe: Compile using makefiles. Pin
visserthree16-Apr-09 3:40
visserthree16-Apr-09 3:40 
QuestionNot a valid month error (ORA-1843) - Oracle "timestamp" column vs .NET DateTime [modified] Pin
devvvy16-Apr-09 1:43
devvvy16-Apr-09 1:43 
AnswerRe: Not a valid month error (ORA-1843) - Oracle "timestamp" column vs .NET DateTime Pin
Luc Pattyn16-Apr-09 1:54
sitebuilderLuc Pattyn16-Apr-09 1:54 
GeneralRe: Not a valid month error (ORA-1843) - Oracle "timestamp" column vs .NET DateTime Pin
devvvy16-Apr-09 2:12
devvvy16-Apr-09 2:12 
GeneralRe: Not a valid month error (ORA-1843) - Oracle "timestamp" column vs .NET DateTime Pin
devvvy16-Apr-09 2:59
devvvy16-Apr-09 2:59 
GeneralRe: Not a valid month error (ORA-1843) - Oracle "timestamp" column vs .NET DateTime Pin
Luc Pattyn16-Apr-09 3:06
sitebuilderLuc Pattyn16-Apr-09 3:06 
GeneralRe: Not a valid month error (ORA-1843) - Oracle "timestamp" column vs .NET DateTime Pin
devvvy16-Apr-09 3:12
devvvy16-Apr-09 3:12 
GeneralProblem Resolved! Pin
devvvy16-Apr-09 16:29
devvvy16-Apr-09 16:29 
GeneralRe: Problem Resolved! Pin
Luc Pattyn16-Apr-09 16:41
sitebuilderLuc Pattyn16-Apr-09 16:41 
GeneralRe: Problem Resolved! Pin
devvvy16-Apr-09 16:54
devvvy16-Apr-09 16:54 

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.