凌云新闻LyNews v1.0
- 代码等级:

- 更新日期:2007-2-2 13:02:33 Home Page
- 授权方式:免费软件
- 代码大小:212 KB
- 运行环境:Win9X/Win2000/WinXP/Win2003
- 代码语言:简体中文
- 所属类型:国产软件
- 相关地址:暂无联系方式 没有预览图片
- 解压密码:www.39g.com
- 下载统计:
- 代码简介:
- 新闻更新程序,无限分类,支持图片,支持Html(蓝雨编制)
use lyfdat;
create table news(
newbt char(80) not null,
newimg char(12) default '' not null,
newnr text not null,
newlx char(1) not null,
newxlh smallint not null,
newdate date not null,
newtime time not null,
newdjcs smallint not null
);
create table news1(
newlxmc varchar(20) not null,
newlx char(1)
);
insert into news1 values('每日要闻','A');
insert into news1 values('国内国际新闻','B');
create table xtsjk(
xtmc char(10) not null,
xlh smallint not null
);
insert into xtsjk values('news','0');
