Click here to Skip to main content
15,881,625 members
Home / Discussions / C#
   

C#

 
GeneralRe: Beep() does not work Pin
Nagy Vilmos14-Jul-09 23:28
professionalNagy Vilmos14-Jul-09 23:28 
GeneralRe: Beep() does not work Pin
Luc Pattyn15-Jul-09 0:32
sitebuilderLuc Pattyn15-Jul-09 0:32 
AnswerRe: Beep() does not work Pin
DaveyM6914-Jul-09 23:21
professionalDaveyM6914-Jul-09 23:21 
GeneralRe: Beep() does not work Pin
PIEBALDconsult15-Jul-09 18:20
mvePIEBALDconsult15-Jul-09 18:20 
AnswerRe: Beep() does not work Pin
Rajesh R Subramanian14-Jul-09 23:55
professionalRajesh R Subramanian14-Jul-09 23:55 
AnswerRe: Beep() does not work Pin
Luc Pattyn15-Jul-09 0:37
sitebuilderLuc Pattyn15-Jul-09 0:37 
AnswerRe: Beep() does not work Pin
gehbitte15-Jul-09 23:35
gehbitte15-Jul-09 23:35 
QuestionNeed help. Pin
mjawadkhatri14-Jul-09 22:21
mjawadkhatri14-Jul-09 22:21 
Hi.
this is my coding

string MyString;
MyString = "Select * from timemgmt";
if (radioin.Checked == true)
{
cn = new OdbcConnection("Driver={Microsoft ODBC for Oracle};Server=orcl;UID=it;PWD=cr;");

cmd = new OdbcCommand(MyString, cn);
cn.Open();
cmd.CommandText = "insert into timemgmt values('" + textBox1.Text + "','" + label19.Text + "','" + label18.Text + "','" + label18.Text + "')";
cmd.ExecuteNonQuery();
cn.Close();

textbox1.text = employe ID
label19.text = System Date
label18.text = System Time

i want to do Accept employee ID in one time in a day 2nd time user give same Id in a same date not accepted
plzz give me some hints

thanks in Advance

Jawad Khatri
AnswerRe: Need help. [modified] Pin
Blue_Boy14-Jul-09 22:30
Blue_Boy14-Jul-09 22:30 
GeneralRe: Need help. Pin
mjawadkhatri14-Jul-09 23:48
mjawadkhatri14-Jul-09 23:48 
QuestionDatagridview to Database table Pin
5fingers14-Jul-09 22:10
5fingers14-Jul-09 22:10 
AnswerRe: Datagridview to Database table Pin
Vimalsoft(Pty) Ltd14-Jul-09 23:34
professionalVimalsoft(Pty) Ltd14-Jul-09 23:34 
GeneralRe: gridview to Database table asp.net C# Pin
5fingers14-Jul-09 23:37
5fingers14-Jul-09 23:37 
GeneralRe: gridview to Database table asp.net C# Pin
Vimalsoft(Pty) Ltd14-Jul-09 23:47
professionalVimalsoft(Pty) Ltd14-Jul-09 23:47 
QuestionHow to get listbox items to string? Pin
swetha_insoft14-Jul-09 21:04
swetha_insoft14-Jul-09 21:04 
AnswerRe: How to get listbox items to string? Pin
SeMartens14-Jul-09 21:09
SeMartens14-Jul-09 21:09 
AnswerRe: How to get listbox items to string? Pin
stancrm14-Jul-09 21:11
stancrm14-Jul-09 21:11 
GeneralRe: How to get listbox items to string? Pin
swetha_insoft14-Jul-09 21:21
swetha_insoft14-Jul-09 21:21 
GeneralRe: How to get listbox items to string? Pin
SeMartens14-Jul-09 21:26
SeMartens14-Jul-09 21:26 
GeneralRe: How to get listbox items to string? Pin
Blue_Boy14-Jul-09 21:53
Blue_Boy14-Jul-09 21:53 
AnswerRe: How to get listbox items to string? Pin
dule4327-Aug-09 15:07
dule4327-Aug-09 15:07 
Questionrandom number generation Pin
givya14-Jul-09 21:02
givya14-Jul-09 21:02 
AnswerRe: random number generation Pin
SeMartens14-Jul-09 21:04
SeMartens14-Jul-09 21:04 
AnswerRe: random number generation Pin
Rajesh R Subramanian14-Jul-09 21:05
professionalRajesh R Subramanian14-Jul-09 21:05 
AnswerRe: random number generation Pin
himanshu256114-Jul-09 21:13
himanshu256114-Jul-09 21:13 

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.