yes i made the connection already.....so how can i make this sql query to check for data existence in table ?!
sardonicus
Posts
-
check data availability -
check data availabilityhi all, am new to C# programming and i got a little problem. i made a windows application form used for login to another form, it has "username" & "password" text boxes. it's connected to an Access database which stores the authorized usernames & passwords, so what i want is when the user clicks the "login" button..the program should check the user input whether it's found in the database, then it can tell user "access granted" or "access denied". thnx in advance
-
input TextBoxi got an application that contains a text box, i want to draw lines depending on the TextBox input. I know how to draw, but how could I make the drawings dependent on TextBox input. thnx in advance
-
Barcode Generatori am developing an application for my final year project, that generate barcodes. my problem is that i want to tell the program to draw a black bar when I enter the number "1" for example, or two black bars when I enter "2"...etc. Could anyone help ?! Thanks in advance
-
textBoxthnx for ur help, one more thing, could I determine which data type could be entered in the text box, i.e. if the user entered "floating" no. for example it doesn't move the cursor. The user should enter "integer" for the cursor to move to the nexr text box.
-
How to get the value from keyboard?Anonymous wrote: The program will ask u what is your name? Console.WriteLine("what is your name?"); Anonymous wrote: and it say Hi, ..... Console.WriteLine("Hi, " + Console.ReadLine());
-
textBoxhi all, am new to C# programming and i got a little problem am having some text boxes in my form, and i want the mouse cursor to move automatically to the next textBox when the user inputs data in the preceding textBox. Just like when you enter the WinXP serial, u don't have to click 'TAB' to move to next TextBox. thnx for ur help.
-
barcode check digithi guys, could anyone please help me in my program, the thing is that i want to write a function that calculates the check digit in EAN-13 barcode symbology. thnx :)
-
Additionbut here you arleady assigned values to the two integers, what I need is to make a program that takes two input numbers from user and then adds them. thx a lot for ur reply anyway.
-
Additionsimply i want to know how to add two integer numbers in C#. i'd appreciate your help guys.
-
Word_Counterthx a lot guys
-
Word_Counterthnx a lot man. but am sorry i got another question, this two lines of code counts the number of words only in case they got only one space character between each two words, what about if i got a sentence like this "hello world" with 5 space characters for example and not "hello world" with one space character. the program won't count the first sentence as two words i think.
-
Word_Countersimply, i want to make a c# program that counts words in a sentence entered by the user. i know a method to count no. of characters in a certain sentence, but what about words, what's the idea ?! i'd appreciate it if anyone could help here.