Hi all,
I created Form for the employee data entry, and the fields are like EmpName, date of birth, address, gender, education qualification, and also command buttons like clear, submit and close.
I am trying to do is when we enter data into the FORM and press Submit button those data will send to some text file like Employee.txt.
I am not getting that. please help me its urgent.
...
User Profile
Collapse
-
how to read data from Form to txt/doc file
-
C# Override Error
Hi........
My problem is i wrote a program for drawing a line in Csharp.
My code is
using System;
using System.Collecti ons.Generic;
using System.Componen tModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows. Forms;
using System.Drawing. Imaging;
using System.Drawing. Drawing2D;
using System.Collecti ons;
... -
-
Count
Hi ALL........
I count the Space References named as level4itemkey to the properties Schools. those properties are having the Assettypekey.
My problem is......
SELECT School.UPRN, School.SchoolNa me, School.DfeeNumb er, Count(Level4Ite m.Level4ItemKey ) AS CountOfLevel4It emKey, Site.AssetTypeK ey
FROM School, Site, Level4Item, Block
WHERE (School.SchoolK ey = Block.SchoolKey )
AND (Block.BlockKey... -
-
Problem with Inner Join
Hi Friends,
My problem with Inner join is ...
first i joined two tables and i got the result.
after that iam trying to join one more table its giving syn tax error in JOIN condition.
Here is the Query
[CODE=oracle]
SELECT School.UPRN,
School.SchoolNa me,
School.DfeeNumb er,
Count(Level4Ite m.Level4ItemKey ) AS CountOfLevel4It emKey
FROM... -
My windows XP user id has been changed.
In new user id iam not able to open the ORACLE.
if i give the USER ID and PASSWORD in oracle it is giving that
ERR: Time out error....Leave a comment:
-
If you have n tables together, you need a n-1 join condintions. for example you have 4 tables, minimum of 3 conditions.
once you check in where condition with another tables....Leave a comment:
-
Oracle user ID problem
Hi All,
I installed oracle 9i in windows XP in some user id. now my user id is changed in that system. how can i get that data from old user id to new user id.
Please help me. -
How to make a table format in SQL query screen
How to make a table format in SQL query screen.
If I give a select * from table name. just iam getting all fields side by side and down. Iam not getting in table.
can u please suggenst how to set this.
No activity results to display
Show More
Leave a comment: