ACCESS读取不为空的字段 - MS-SQL Server / 疑难问题
    
	
	如题.怎么读取数据库中字段不为空的信息?
我想读取数据库中图片一栏不为空的记录
SQL="select * from info where img not isnull"
没有报错.但是它把所有的都读出来了.没有图片的也读出来了..
SQL code: 
select * from info where img is not isnull
SQL code: 
select * from info where img is not  null
SQL code: 
SQL="select * from info where img is not isnull"
SQL code: 
--access不知道行不試下
SQL="select * from info where isnull(img,'')<>''"
SQL code: 
select * from info where img is not null
SQL code: 
SQL="select * from info where img is not null"
不好意思,以为楼主差个IS 
select * from info where img is not  null
select * from info wher
    
 
	相关问答:
        
    
    执行的顺序: 
 1)文件浏览框(选择文件使用) 
 选择好文件后 
 点击一个导入按钮的时候 ,把上面上传框里的csv文件以一个ID为文件名,上传到**/**文件夹下 
 2)读取这个文件夹下的csv的文件,转换成sql 
 3 ......
    
        
    
    今天做了一个存储过程   环境是SQL2000数据库    
 大致如下 
 建立临时表 
 定义员工游标 
             循环员工(属于1个公司)    
               ......
    
        
    
          rt,我试了网上直连Acces数据库的方法,windows下没有问题,但是在linux下不行,谁能给点提示?谢谢
你怎么连的?
Acces数据库..
你怎么练的呢?
Java code: 
static String DBDRIVER = "sun.jd ......
    
        
    
    如何在SQL2005中设定定时作业,比如说定时清理某些表的数据,
或者是定时的将某些表的数据导出excel!
在线等待,急急急,最好是详细步骤!
之前我做的作业有点问题!
帮UP 
参考:http://hi.baidu.com/toiota ......
    
        
    
    运行后报错误如下:
错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] 语法错误 (操作符丢失) 在查询表达式 '数学 + 4where 姓名='王静'' 中。
 ......