悬赏园豆:50
[已解决问题]
解决于 2008-07-10 12:07
导入语句:<br><div class="cnblogs_code"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><img src="/Images/OutliningIndicators/None.gif" align="top"><span style="color: rgb(0, 0, 255);">insert</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">into</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">OpenDataSource</span><span style="color: rgb(0, 0, 0);">(</span><span style="color: rgb(255, 0, 0);">'</span><span style="color: rgb(255, 0, 0);">Microsoft.Jet.OLEDB.4.0</span><span style="color: rgb(255, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(255, 0, 0);">'</span><span style="color: rgb(255, 0, 0);">Data Source="D:\NETweb\SMS\EXCEL_DOWNLAODS\Exceloutput2008-7-9 103409.xls";User ID=Admin;Password=;Extended properties=Excel 5.0</span><span style="color: rgb(255, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">)<img src="/images/dot.gif"></span><span style="color: rgb(255, 0, 0);">[</span><span style="color: rgb(255, 0, 0);">SMS导出结果$</span><span style="color: rgb(255, 0, 0);">]</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">SELECT</span><span style="color: rgb(0, 0, 0);"> Netbios_Name0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 计算机名,SerialNumber0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 序列号,User_Name0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 用户名,User_Domain0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 用户登录域,Model0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 设备型号,Operating_System_Name </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 操作系统,Description0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 计算机描述,DomORGrp </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 域或工作组,DeviceID0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> CPU序号,CPU_Model </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> CPU型号,CPU_Speed </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> CPU时钟,Socket_Model </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> Socket型号,MemorySize </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 内存,IPAddress0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> IP地址,IPSubnet0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 掩码,DefaultIPGateway0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> 网关,MACAddress0 </span><span style="color: rgb(0, 0, 255);">AS</span><span style="color: rgb(0, 0, 0);"> MAC地址 </span><span style="color: rgb(0, 0, 255);">FROM</span><span style="color: rgb(0, 0, 0);"> v_Client_Full</span></div><br>成功!<br><br>但是字段名称与数据错位:<br>如:”用户名“成了"IP地址"<br><img src="http://www.cnblogs.com/images/cnblogs_com/idragonet/138484/o_snap0494.png" mce_src="http://www.cnblogs.com/images/cnblogs_com/idragonet/138484/o_snap0494.png" alt="" align="" border="" height="" hspace="" vspace="" width=""><br>
问题补充:
to::刚刚
EXCEL第一行就是字段名称。
我的SQL语句的字段位置与和EXCCEL名称是对应的。
小龙3
|
初学一级
|
园豆:
4
提问于:2008-07-09 16:24