After inserting updated data with adoquery, how can Chinese always only display the first one or two, and some can't display it, and English can be more or less, my database is sql server 2000, how do you heroes solve.
1.First determine the length of the table field is sufficient
2. Settings such as: adoquery1.FieldByName ('fieldName'). Size
3. If neither of the above works, it may be that SQL does not support Chinese
Is n’t the field length set in the database? It ’s okay to write Chinese directly in the database, but you ca n’t use adoquery to insert and update the data. Does anyone encounter the same problem as me ?? ^ _ ^
Where is the application server, I just added an adoconnection control key to the data module, but I can't find the BeforeExecute event. Is there any control key to be added to the data module? Can you elaborate more, and the two above you Is it OK to just copy the code? Thank you very much !!!