首页上一页 1 下一页尾页 1 条记录 1/1页
急!。。。。。。。。。。。。。。。。。。。。。。。。
发表在C语言图书答疑
2010-07-10
是否精华
是
否
版块置顶:
是
否
cSql= "Insert into BaseType(TypeId,TypeName) Values("+cTypeId+",'"+TypeName+"')";
bSql="Update BaseType Set TypeName='"+TypeName+"' where Id="+cId;
bsql = "DELETE from BaseType where Id="+cId;//
中的单引号 双引号 + 什么意思 请教高手。。。详细点
bSql="Update BaseType Set TypeName='"+TypeName+"' where Id="+cId;
bsql = "DELETE from BaseType where Id="+cId;//
中的单引号 双引号 + 什么意思 请教高手。。。详细点