How to learn foxpro 35 to make the database?

Asked By 10 points N/A Posted on -
qa-featured

I have visual Studio, and I need to make a simple database. For that I have already took the Advanced visual basic.

However, I have FoxPro too and I need to make the database in FoxPro now – in FoxPro 35.

Does anybody know how to learn foxpro 35 for making this database, I will be thankful for the step by step instructions for studying.

SHARE
Answered By 10 points N/A #166764

How to learn foxpro 35 to make the database?

qa-featured

Hi John, 

Just Follow this instruction:

Firstly we have to open the FoxPro > Give the following commands in the command box.
Clear>Clear all
Create < database name > Example create < marklist >
Then a box will appear in the box we have to create fields of the database for example in the marklist database file the following fields should be created.

  • Serial Number this should be numerical field
  • Student Name this should be characterl field
  • Mark 1 this should be numerical field
  • Mark 2 this should be numerical field
  • Mark 3 this should be numerical field
  • Mark 4 this should be numerical field
  • Mark 5 this should be numerical field
  • Total this should be numerical field 
  • Average this should be numerical field
  • Then click O.K

I am happy to see that you want to learn foxpro, and you need some tutorial, and now i want to help you to get some online tutorial. Here is a list of some website which has lots of lecture on FoxPro 35.

FoxPro B Insertion Deletion Modify Output : Tutorial: FoxPro B – Database Insertion, Deletion, Modification, & Output.Dr. Thomas E. Hicks,Computer Science Department,Trinity University

showmedo You will get some video tutorials

Thanks for asking

Related Questions