#12003/9/4 9:15:46
conn.execute("select * into [Text;DATABASE=c:\].[a1.txt] from tablename where id=1")
上句可以实现,但在服务器上要如何写呢?
写成
conn.execute("select * into [Text;DATABASE="+server.mappath("/admin/")+"].[a1.txt] from tablename where id=1")
总会提示路径错误。即便写了绝对路径也不行!不知是何原因,请教高手!