How does Delphi implement multi condition query, ask for a high finger to teach me whether this prog

Updated on technology 2024-04-08
13 answers
  1. Anonymous users2024-02-07

    Do you checkbox1 have to be checked? If not, this error will occur. Otherwise, you can change the first sentence to a fixed one. Also, you can show your SQL to see if it's right.

  2. Anonymous users2024-02-06

    Open the file that needs to be filtered. Our aim is to find out the data for the salary of 2000 and the reimbursement < 1000. If you choose to view them one by one, it is more inefficient, and if there is a lot of data, it will be even more difficult to find.

    As shown in the figure, add the auxiliary condition area, and enter the formula, according to our requirements, enter the formula "=(c2>2000)*(d2<1000).", where C2 stands for "salary" and D2 stands for "reimbursement", and the conditions are selected according to your own needs in practice.

    Select any cell, find the "Filter" column in "Data" in the toolbar, and select "Advanced".

    In the "Condition area", select the auxiliary condition area created in step 2.

  3. Anonymous users2024-02-05

    edit1 can't type anything to see if the property settings are correct (e.g. readonly and maxlength...).

    if trim(<>''end; Where is it?

  4. Anonymous users2024-02-04

    edit1 readonly is set to true?

    Or enable is set to false, check it.

  5. Anonymous users2024-02-03

    See if edit's enable is set to true.

    What event are you writing about?

    **Nothing else. It's just that the last few ifs are better to write else if (note that the sentence in front of else if can't have a semicolon).

  6. Anonymous users2024-02-02

    edit1 has a property enable that you may have accidentally changed it to false, you see.

  7. Anonymous users2024-02-01

    The grammar is not strict! SQL injection attacks are susceptible.

  8. Anonymous users2024-01-31

    You're right, there's something wrong with that SQL statement.

    According to your ** style, I'll change it for you like this.

    where name=''Zhang San'' ');Note that Zhang San has two single quotation marks before and after, and the last single number is this string.

    It took a few minutes to make your ** a little "pleasing to the eye", your kind of writing is actually "name = :name", I just know, but we never write it ourselves:

  9. Anonymous users2024-01-30

    SQL statements.

    You look at how your datasheet is designed.

    In addition, try not to use the database reserved word,Name and the like to do table names、Field name tracking,It shows that there is a problem with your admin field.,But I can't see your field, and the password field uses the text type?

    The username is not long enough with char(10).

  10. Anonymous users2024-01-29

    Please paste the ** and the error message on it, which will help solve the problem.

  11. Anonymous users2024-01-28

    Send it over and take a look, only the screenshot can't be seen :)

  12. Anonymous users2024-01-27

    There should be no such thing as initial instantiation.

  13. Anonymous users2024-01-26

    The corresponding component is not installed.

Related questions
11 answers2024-04-08

I don't know what event you put it in, mine is in the paste click of the floating menu.

5 answers2024-04-08

procedure : tobject);

vararr:array of array of string; >>>More

23 answers2024-04-08

Please modify it yourself as needed.

procedure addlink; >>>More

6 answers2024-04-08

One. Normal work cannot achieve financial freedom, and can only maintain a minimum of well-off life. Because in the company's revenue share, the share of the part-time worker is actually very small, especially in the current situation where there are so many unemployed people, the average person's human resources are not valuable. >>>More

14 answers2024-04-08

function getsqlserverlist(strings:tstrings):boolean;

The function is implemented as follows: >>>More