摘要:
dim excelx as new arexportexcel excelx.multisheet = true excelx.sizetofit = true //此句改成excelx.sizetofit = false也試過 excelx.trimemptyspace = false excelx.filename = apppathx & "activereport......
摘要:
timer.interval := 50; 在ttimer 的ontimer事件中 begin args.numdatas := 255; getmem(args.pdatablock, args.numdatas * sizeof(sdatablock)); data := tdata.create; flist.add(data); finally freemem(args.pcol......
关于access数据库的问题
我现在做一个网页,能从数据库里查询东西出来,但是不能新增与更新删除等操作
一用就会出现下面的提示
Operation must use an updateable query.
晕了不知道是什么原因啊!各位帮帮忙.......!感激不尽!
NO.1 作者: karykwan
给上目录aspnet/ network service /IUSR_机器名,可读写权限,另看一下库是不是设了只读
NO.2 作者: studydotnet
你的access没有给权限
在Access数据库文件上单击右键->属性->安全
单击添加,在文本框中输入"IIS_WPG",单击确定,
给IIS_WPG设置权限,选中"允许写入",确定OK!
摘要:
declare @tb1 table (item varchar(10),[date] char(8),[money] decimal) insert into @tb1 select 001, 20050617, 10 union all select 002, 20050617, 20 union all select 003, 20050617, 33 union all selec......