摘要:
本人初学asp,现在要做一个“电子商务教学模拟系统”,请高手帮忙,谢谢!
......
摘要:
我写了一个类cpoint1 它基于tagpoint1 结构。 代码: typedef struct tagpoint1 { long double x; long double y; } point1; class cpoint1 : public tagpoint1 { public: // constructors // create an uninitialized point ......
关于sql的写法
我用SetSQLSelect()实现动态检索以适应检索条件数量变化.可我些sql语句时碰到了问题
比如:sql="select * from 表名 where xsxl="+is_xlms+" and clrq>="日期变量
后面怎么写法,数据库:ms sql server
NO.1 作者: happy_0325
sql="select * from 表名 where xsxl="+is_xlms+" and clrq>=string("+日期变量+")"
sql1=sql+and ..."
摘要:
我写了一个类cpoint1 它基于tagpoint1 结构。 代码: typedef struct tagpoint1 { long double x; long double y; } point1; class cpoint1 : public tagpoint1 { public: // constructors // create an uninitialized point ......