Recommended: Asp program error detailed description example table The solution to errors when writing programs is not complete, but the general problem should be ActiveServerPages, ASP0126(0x80004005)-->The file containing cannot be found Microsoft OLEDB Provider for ODBCDrivers(0x80040E21)-->sql
After half a year, I completed the management information system of a bureau-level unit alone, and released a total of 29 BETA versions and 3 official versions. ASP ORACLE environment, 285 ASP files, functions involve data entry, modification, fuzzy query, automatic statistics, data analysis and reporting. This project is applying for provincial results. I will summarize my 10 experiences as follows. If there are any incorrect information, you are welcome to criticize and correct me:
1. Don’t discuss whether ASP is outdated. What’s important is not whether you use advanced technology, but whether your design ideas are advanced;
2. When designing, consider the universality of the project and never do anything without promotional value;
3. The programming should be concise, and a good enough process-oriented process is far better than a poor object-oriented;
4. Theory serves practice, so don’t be bound by theory (especially design patterns);
5. With reasonable division of labor, as few people as possible form a project team, and the communication expenses are too great;
6. There is no unchanging requirement, so you should leave enough room for expansion for your program. At the same time, you should consider ways to minimize the workload and difficulty when the system is transplanted to other platforms;
7. Never ignore interface design, which in many cases becomes the only criterion for evaluating your project;
8. Use regular documents to record your variable usage. As the system grows, the cost of DEBUG increases almost exponentially;
9. Don’t write codes that can be generated by machines. The most precious thing is time;
10. When choosing a database, you still need to choose ORACLE!
Share: ASP custom function to get string length ' getStrLen' Gets the character length, a Chinese character length counts as 2' Parameters: ' str needs to get the string of length' Return value: integer (length of string) The following is the referenced content: