Database vf problem, will come!! Urgent

Updated on technology 2024-04-12
9 answers
  1. Anonymous users2024-02-07

    Open the project you made, click on the plus sign on the left side of the database in the 'Data' tab of the Project Manager, then click on the plus sign on the left side of the table, then select the table you want to turn into a free table, click Move on the right, and when prompted, select Remove, and you're good to go.

    are set to the character type.

  2. Anonymous users2024-02-06

    Remove table is to remove the database table and turn it into a free table.

    Student ID, course number, course number, and gender are all defined as the character type (type C).

  3. Anonymous users2024-02-05

    Double-click the dbc database file and select the DBF that needs to be changed to a free table. Just remove it.

    What should be the type of student number, course, course number, and gender?

    Student number 20100101111

    It is recommended to use the string character type.

  4. Anonymous users2024-02-04

    Double-click aa to open it, during which it will confirm to you whether to delete the link, click delete, and you can add it to the new database.

  5. Anonymous users2024-02-03

    After compiling the wisdom inspection, it is a complete program. As for getting out of the vf Yun Peibi socks, if you use the vfp with the excitation, directly, tool-wizard-install to generate the installation file.

  6. Anonymous users2024-02-02

    1. Write out the result output on the screen after executing the following command statement.

    use student

    bof ( f.

    skip -1

    bof ( t.

    go bottom

    eof ( f.

    skip eof ( t.

    2. Write out the command to browse the contents of the student table.

    brow3, please write the result displayed after running the following command.

    use student

    go 3list next 3 for gender='female'

    Student ID Name Gender Date of Birth Height Major Resume **.

    2008003 Li Mai Female 10 15 1977 Accountant Memo Gen

    2008005 Wang Xiaofang Female 07 14 1978 Accountant Memo Gen

    4. If you want to insert a blank record after the third record in the table, write out the command to implement the operation.

    go 3insert blank

    5. Write out the command to mark all the boys' records in the table with a delete mark.

    delete for gender="Male"

    6. Write the following command statements.

    Use student to open the student table.

    replace all majors with "Computer" for Majors = "Computer Applications".

    Place all majors in the table as"Computer applications"The record of the professional modification for:"Computers"

    7. Write out the command to query the query results of accounting students with sequential query command locate.

    loca for professional ="Accounting"

  7. Anonymous users2024-02-01

    Because the select output can only be a table, an array, that is, a ** variable (array is also), use a table or array to see the requirements, this question is essentially a statistical calculation of how many books, that is, a number, using a table to accept this number is a bit overkill (more complicated), it is better to use an array, and it is more convenient to assign value. If you want to use a table, you don't need an array if you need to involve complex settings such as the data source of text1.

  8. Anonymous users2024-01-31

    In the Command window, enter the following commands.

    use table name > open table.

    go 3 &&& insert before blank &&>insert a blank record before the third record.

    Skip &>The pointer moves down one line, insert blank &>, inserts a blank record after the original third record.

  9. Anonymous users2024-01-30

    What are the symptoms of inability to run? Didn't you copy the dll files you need to run VFP? If the other party's machine is not equipped with VFP, of course, you can't directly copy the compiled scattered program.

Related questions
6 answers2024-04-12

The prospect of learning UI is good, and there are many training institutions, so the local people may choose to visit and understand the real teachers and educational strength of the school before making a choice. Share the general development of the UI, I hope it will be useful to you. >>>More

10 answers2024-04-12

The database is generally composed of many tables, for example, the school builds a database, which can build a student table (including the student's name, age, student number, class, date of birth), a teacher table (including the teacher's name, age, teaching class, teaching category), a report sheet (including the student's student number, and the grades of each subject), etc. These are the ways in which the files are stored in the database, and try to make sure that the items in a table are closely related and have the same attributes, if this condition cannot be met, a table must be built (the redundancy of the built table has 4 levels). In order to meet the user's query needs, we also need to make a number of views, for example, you can make a view of his items have the name of the student, age, grades of each subject, and the teacher of each subject, etc., we can also export new items according to the existing items, for the purpose of simplicity, for example, the view can add an average grade, we add different permissions and roles to each view, and provide it to different people to query to protect the security of the database. >>>More

11 answers2024-04-12

select ,from emp e left jion dept don ;

Left Company. The left link is, the left side prevails, and the right side is useless to make up for it. >>>More

7 answers2024-04-12

You've fallen into a trap you've set yourself.

Your problem can be solved, but it's not very efficient. >>>More

6 answers2024-04-12

The structure of the storage is the main basis for classifying the types of copy databases. In today's Internet, databases are usually divided into two categories, namely relational and non-relational databases. >>>More