且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

不允许从数据类型varchar到二进制的隐式转换。使用CONVERT函数运行此查询。救命

更新时间:2023-11-11 15:46:34

insert into Accounts (AccountName,AccountLevelCode,CharacterCreateLimit,CharacterMaxCount,RegisterDate,PublisherCode,Passphrase) values ('"&UserName&"','0','4','7','2014-01-20 12:12:12','4','"&md5pass&"') ")





此错误在此查询中。

其中一个字段类型不正确。检查日期值和列类型。



The error is in this query.
One of these fields types is incorrect. Check the date value and column type.