VC编译没有错误,exe文件操作数据库(ADO/MDB)时报错,解决方法
---------------------------
example16_2
---------------------------
No value given for one or more required parameters.
---------------------------
OK
---------------------------
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!
Program: D:\vcxptest\16-2installation package\example16_2.EXE
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
---------------------------
OK
解决方法:
当数据库里面是中文类容,XP系统是英文版本,则会报错。
可在控制面板,语言选项-高级-选择Chinese(PRC),问题解决。
