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

C#

 
GeneralRe: How to work on Devices using C#? Pin
OriginalGriff28-Jan-10 8:17
mveOriginalGriff28-Jan-10 8:17 
GeneralRe: How to work on Devices using C#? Pin
Luc Pattyn28-Jan-10 8:34
sitebuilderLuc Pattyn28-Jan-10 8:34 
GeneralRe: How to work on Devices using C#? Pin
DaveyM6928-Jan-10 10:43
professionalDaveyM6928-Jan-10 10:43 
GeneralRe: How to work on Devices using C#? Pin
CoderForEver29-Jan-10 8:17
CoderForEver29-Jan-10 8:17 
GeneralRe: How to work on Devices using C#? Pin
DaveyM6929-Jan-10 13:16
professionalDaveyM6929-Jan-10 13:16 
QuestionWorking on ListViewItem Pin
CoderForEver28-Jan-10 7:26
CoderForEver28-Jan-10 7:26 
AnswerRe: Working on ListViewItem Pin
Saksida Bojan28-Jan-10 8:04
Saksida Bojan28-Jan-10 8:04 
QuestionData not insert Pin
mjawadkhatri28-Jan-10 6:54
mjawadkhatri28-Jan-10 6:54 
hi, i need your help
when i insert data in my table show error
Error is
ERROR [42S02] [Microsoft][SQL Native Client][SQL Server]Invalid object name 'test'
and i use this coding

string MyString = "Select * from test";
OdbcConnection cn = new OdbcConnection("Driver={SQL Native Client};Server=localhost;UID=sa;PWD=java;");

OdbcCommand cmd = new OdbcCommand(MyString, cn);
cn.Open();
MessageBox.Show("Connected");
cmd.CommandText = "insert into test values ('" + textBox1.Text + "','" + textBox2.Text + "')";
MessageBox.Show(cmd.CommandText);
cmd.ExecuteNonQuery();
cn.Close();



Thanks In Advance
jawad khatri
AnswerRe: Data not insert Pin
loyal ginger28-Jan-10 7:05
loyal ginger28-Jan-10 7:05 
GeneralRe: Data not insert Pin
mjawadkhatri28-Jan-10 23:03
mjawadkhatri28-Jan-10 23:03 
AnswerRe: Data not insert Pin
kevinnicol28-Jan-10 9:58
kevinnicol28-Jan-10 9:58 
AnswerRe: Data not insert Pin
rockracker28-Jan-10 14:08
rockracker28-Jan-10 14:08 
Questionwork with a-GPS Pin
Std_Net28-Jan-10 6:37
Std_Net28-Jan-10 6:37 
AnswerRe: work with a-GPS Pin
Saksida Bojan28-Jan-10 6:49
Saksida Bojan28-Jan-10 6:49 
GeneralRe: work with a-GPS Pin
Std_Net28-Jan-10 7:13
Std_Net28-Jan-10 7:13 
GeneralRe: work with a-GPS Pin
Saksida Bojan28-Jan-10 8:00
Saksida Bojan28-Jan-10 8:00 
GeneralRe: work with a-GPS Pin
Std_Net28-Jan-10 11:15
Std_Net28-Jan-10 11:15 
GeneralRe: work with a-GPS Pin
Saksida Bojan28-Jan-10 18:43
Saksida Bojan28-Jan-10 18:43 
GeneralRe: work with a-GPS Pin
Std_Net29-Jan-10 3:24
Std_Net29-Jan-10 3:24 
AnswerRe: work with a-GPS Pin
Std_Net29-Jan-10 5:48
Std_Net29-Jan-10 5:48 
Questionmulti-threading in c# Pin
lord_laurent_r28-Jan-10 6:31
lord_laurent_r28-Jan-10 6:31 
AnswerRe: multi-threading in c# Pin
Luc Pattyn28-Jan-10 7:36
sitebuilderLuc Pattyn28-Jan-10 7:36 
GeneralRe: multi-threading in c# Pin
lord_laurent_r30-Jan-10 20:21
lord_laurent_r30-Jan-10 20:21 
GeneralRe: multi-threading in c# Pin
Luc Pattyn31-Jan-10 2:39
sitebuilderLuc Pattyn31-Jan-10 2:39 
GeneralRe: multi-threading in c# Pin
lord_laurent_r31-Jan-10 20:23
lord_laurent_r31-Jan-10 20:23 

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.