What is FoxPro | FoxPro क्या है

What is FoxPro | FoxPro क्या हैWhat is FoxPro

What is FoxPro

Whats is FoxPro

FoxPro क्या है

FoxPro एक Database तथा Programming Language है जिसमें Menu System तथा Command System दोनों के Options दिए गए हैं

FoxPro एक Text Based Procedural Oriented DataBase तथा Programming Language है
FoxPro में Modular Program भी बनाये जा सकते हैं
इसमें Menu तथा Command दोनों की सुविधा दी गई है

Development of FoxPro

FoxPro मुख्य रूप से Database के लिए बनाया गया था
FoxPro मुख्य रूप से FoxBase तथा Foxbase + का विकसित रूप है

FoxPro Interface

FoxPro Interface
FoxPro Interface

INTRODUCTION TO DATABASE

DBMS (DataBase Management System) एक ऐसा System या Software है, जिसका उपयोग DataBase को बनाने तथा उसका प्रबंधन (Management) करने का कार्य करते हैं
जैसे – Add, Edit, Delete, Search आदि

FIELD क्या होता है
What is Field

किसी डेटाबेस में COLUMN के रूप में प्रदर्शित होने वाली Heading जिसके अंतर्गत एक ही प्रकार की इनफार्मेशन होती है
जैसे –Name, F_name, M_name, Phone_No, Address, Course, Fees, E Mail

Foxpro Commands in Hindi with Example
Creating New DataBase File in Foxpro

CREATE – Database File बनाने के लिए इस कमांड का उपयोग किया जाता है
Syntax – Create Filename
Ex – Create Student

Open DataBase File in FoxPro

USE – Database File को Open करने के लिए के लिए इस कमांड का उपयोग किया जाता है
Syntax – Use Filename
Ex – Use Student

View DataBase File in FoxPro

LIST – Database File के Records को प्रदर्शित करने के लिए के लिए इस कमांड का उपयोग किया जाता है
Ex – List
List Name, Course
List for Name = “ajay”

DISPLAY – Database File के Records को प्रदर्शित करने के लिए के लिए इस कमांड का उपयोग किया जाता है
Ex – Display
Display Name, Course
Display for Name = “ajay”
Display for Age >= 22

Edit DataBase File in FoxPro

EDIT – Database File के Records को Edit करने के लिए के लिए इस कमांड का उपयोग किया जाता है
Ex – Edit
Edit Record 2
Edit for Age >= 22

Add Records in DataBase File in FoxPro

APPEND – Database File के Records को Add करने के लिए के लिए इस कमांड का उपयोग किया जाता है
Ex – Append

Add Blank Records in DataBase File in FoxPro

APPEND BLANK – Database File के अंत में एक नये Records को Add करने के लिए के लिए इस कमांड का उपयोग किया जाता है
Ex – Append Blank

Add Other Databse File Records in DataBase File in FoxPro

APPEND FROM – Open Database File में किसी दूसरी Database के Records को Add करने के लिए के लिए इस कमांड का उपयोग किया जाता है
Syntax – Use File1
Append From File2
Ex – Use Student1
Append From Student2

Display List of DataBase File in FoxPro

DIR – FoxPro में Save File की List प्रदर्शि करता है
Ex – Dir

Clear FoxPro Output Screen

Clear – FoxPro की Output Screen को Clear कर देता है
Ex – Clear

Exit FoxPro

Quit – FoxPro की Window को बंद करके FoxPro से बाहर आने के लिए इसका उपयोग किया जाता है
Ex – Quit

Changing Record Pointer in FoxPro

GO या GO TO – Open Database File में Record Pointer को किसी Record Number पर ले जाता है
Ex – Use Student
Go 2
Go To 2

GO TOP – Open Database File में Record Pointer को File के Top Record पर ले जाता है
Ex – Use Student
Go Top

GO BOTTOM – Open Database File में Record Pointer को File के Bottom (अंतिम) Record पर ले जाता है
Ex – Use Student
Go Bottom

SKIP – Open Database File में Record Pointer को File के अगले या पिछले Record पर ले जाता है
Ex – Use Student
Skip
Skip 2
Skip -2

Delete Records in DataBase File in FoxPro

DELETE – Open Database File में Database के Records को अस्थायी Delete करके है
Ex – Use Student1
Delete Record 2
Delete For Course = “PGDCA”

Recall Records in DataBase File in FoxPro

RECALL – Open Database File में Database के अस्थायी Delete को Recall करके वापस लाने के लिए के लिए इस कमांड का उपयोग किया जाता है
Ex – Use Student1
Recall Record 2
Recall For Course = “PGDCA”

Permanent Delete Records in DataBase File

PACK – Open Database File में Database के अस्थायी Delete Record को स्थायी रूप से Delete कर देता है
Ex – Use Student1
Delete Record 2
Pack

Permanent Delete All Records in DataBase File in FoxPro

ZAP – Open Database File में Database के सभी Record को स्थायी रूप से Delete कर देता है
इससे केवल फाइल का Structure तथा Field शेष रहते हैं
Ex – Use Student1
Zap

Copy DataBase File in FoxPro

COPY TO – Open Database File की Duplicate Copy बनाने के लिए
Ex – Use Student
Copy To Student1

Rename DataBase File in FoxPro

RENAME – Close Database File का नाम परिवर्तित करने के लिए
Syntax – Rename Filename.Extension to Filename.Extension
Ex – Rename Student.dbf to teacher.dbf

Erase DataBase File in FoxPro

Delete DataBase File in FoxPro

ERASE – Close Database File के रिकॉर्ड तथा Structure को Delete कर डेटा है
Syntax – Erase Filename.Extension
Ex – Erase student.dbf

BROWSE RECORD in FoxPro

BROWSE – Open Database File में Database के Records को Add, Delete, Recall, Edit करने के लिए के लिए इस कमांड का उपयोग किया जाता है
Ex – Use Student1
Browse
BROWSE NOEDIT
BROWSE NOAPPEND
BROWSE NODELETE
BROWSE FREEZE

DISPLAY RECORD in FoxPro

DISPLAY – Open Database File में Database के उस Records को Display करता है, जिस पर Record Pointer होता है
Ex – Use Student1
Display
ALL – Command को File के सभी Records पर Apply करता है
Ex – Display All

NEXT – Command को Record Pointer से दिए गए नंबर तक अगले Records पर Apply किया जाता है
Ex – GO 2
Display Next 3
Display Next 3 For Course=“DCA”
REST – Commands को Record Pointer से File के अंतिम Record तक Apply करता है
Ex – GO 2
Display Rest
Display Rest For Course=“DCA”

REPLACE RECORD VALUE in FoxPro

REPLACE – किसी Field की Value को दूसरी Value से परिवर्तित (Replace) कर डेटा है
Ex – GO 2
Replace Course with “DCA”
Replace All Fees with Fees+1000
Replace All Fees with Fees+1000 For Course = “PGDCA”

INSERT RECORD IN SPECIFIC LOCATION IN FoxPro

INSERT – Open Database File में Record Pointer के अनुसार Record को Insert करता है
INSERT BEFORE – Record Pointer के पहले नया Record Insert करता है
Ex – Go 2
Insert Before
INSERT AFTER – Record Pointer के बाद में नया Record Insert करता है
Ex – Go 2
Insert After
OR
Insert

LOCATE AND CONTINUE

Locate – File में किसी Record को Search करके उस Record तक पहुँचाने या Record Pointer ले जाने के लिए Locate या उपयोग होता है
Ex – Locate For Course = “PGDCA”
Continue – Locate के द्वारा Search की गयी Condition के Record को आगे के Records में Search करता है
Ex – Continue

इन्हें भी पढ़ें

Sorting in FoxPro

FoxPro Mathematical Commands

FoxPro SET Commands

FoxPro Functions


Important Question Answer

Click Here for Important Question-Answer – Computer

Click Here for Important Question-Answer – Indian Geography

Click Here for Important Question-Answer – World Geography

Click Here for Important Question-Answer – Indian History

Click Here for Important Question-Answer – Economy


Click Here To Go To Home Page and Get More Knowledge

इसी प्रकार की महत्वपूर्ण जानकारी प्राप्त करने के लिए यहाँ Click करके Whats App Channel पर Follow Button को Select कर सकते हैं

Leave a Comment

x
Scroll to Top