In the past, all programs were named in pinyin. It was troublesome to query things later. Second, I was very upset, so now all the fields and pages, buttons, Textbox, and so on in the program are named in standard English, because the English is not very good, in order to accurately express the meaning, it took a lot of time to verify the name.
When using SQL2000 and vs2005, the name cannot be the same as the default name of the system. I will list several duplicate names. If you want to see them, do not waste time here (I will not write them normally ).
SQL2000 is still relatively good. It will be automatically checked and [] will be added during field naming, but no more detailed judgment is made on Database naming, I remember yesterday I posted a question about the name in the garden. I asked whether to add a field name. the database name is okay. I returned no trial fields. As a result, I encountered an unfortunate event in the evening. My database is named XXX. com. CN, because it is a website program, I use the domain name of another person's website, the use of the problem is not a problem, backup these are normal, but the problem arises during the import and export, he only recognized the name xxx, followed. com. if CN is ignored, it cannot be exported. You can only manually export the data or use third-party software.
In vs2005, I used C # And added many default names. I used to define or drag a literal control when I wrote a webpage title Question mark. I didn't need to use it in 2005. Page. title = "my homepage", but the problem also arises, because the title name is widely used, and you have to change it this time.
In the future, continue to fill in.