登录
首页 » LabView » LabSQL

LabSQL

于 2010-08-09 发布 文件大小:1094KB
0 290
下载积分: 1 下载次数: 17

代码说明:

  labview labsql数据库连接和操作(labview )

文件列表:

LabSQL
......\ADO210.CHM,769740,1999-05-31
......\Examples
......\........\Example - Fetch a Table.vi,31395,2002-11-18
......\........\Example - Insert into a Table.vi,32833,2002-11-18
......\........\Example- One Record at a Time.vi,44589,2002-11-18
......\........\SampleDatabase.mdb,126976,2001-07-03
......\LabSQL ADO functions
......\....................\Command
......\....................\.......\ADO Command Create.vi,23066,2001-04-13
......\....................\.......\ADO Command Destroy.vi,20971,2001-04-13
......\....................\.......\ADO Command Execute.vi,27419,2001-04-13
......\....................\.......\ADO Command Get Integer Parameter Value.vi,32423,2001-04-13
......\....................\.......\ADO Command Get Parameters.vi,25626,2001-04-13
......\....................\.......\ADO Command Set Active Connection.vi,25829,2001-04-13
......\....................\.......\ADO Command Set Command Text.vi,30992,2001-02-27
......\....................\.......\ADO Command Set Paramter Value.vi,29710,2001-02-28
......\....................\.......\ADO Command Set Stored Procedure Text.vi,31905,2001-04-13
......\....................\.......\ADO Command Set String Parameter Value.vi,29822,2001-04-13
......\....................\.......\dir.mnu,2984,2001-04-20
......\....................\Connection
......\....................\..........\ADO Connection Begin Transaction.vi,25776,2002-11-18
......\....................\..........\ADO Connection Close.vi,24608,2002-11-18
......\....................\..........\ADO Connection Commit Transaction.vi,23993,2002-11-18
......\....................\..........\ADO Connection Create.vi,23797,2002-11-18
......\....................\..........\ADO Connection Destroy.vi,20994,2001-04-13
......\....................\..........\ADO Connection Execute.vi,29486,2002-11-18
......\....................\..........\ADO Connection Open.vi,27975,2002-11-18
......\....................\..........\ADO Connection Rollback Transaction.vi,24015,2002-11-18
......\....................\..........\ADO Connection Set Mode.vi,25875,2001-04-13
......\....................\..........\ADO Connection Set Timeout.vi,25362,2002-11-18
......\....................\..........\dir.mnu,2944,2001-04-20
......\....................\Recordset
......\....................\.........\ADO Fields Get Count.vi,25116,2001-02-27
......\....................\.........\ADO Fields Item.vi,27395,2001-02-27
......\....................\.........\ADO Item Value.vi,27494,2001-02-27
......\....................\.........\ADO Recordset BOF.vi,25473,2002-11-18
......\....................\.........\ADO Recordset Cache Size.vi,25716,2002-11-18
......\....................\.........\ADO Recordset Close.vi,24187,2001-02-27
......\....................\.........\ADO Recordset Create.vi,23084,2002-11-18
......\....................\.........\ADO Recordset Destroy.vi,21573,2002-11-18
......\....................\.........\ADO Recordset EOF.vi,26225,2002-11-18
......\....................\.........\ADO Recordset Get Fields.vi,25868,2001-02-27
......\....................\.........\ADO Recordset GetString.vi,45851,2002-11-18
......\....................\.........\ADO Recordset Move.vi,26586,2002-11-18
......\....................\.........\ADO Recordset MoveFirst.vi,24211,2001-02-27
......\....................\.........\ADO Recordset MoveLast.vi,24174,2002-11-18
......\....................\.........\ADO Recordset MoveNext.vi,24194,2001-02-27
......\....................\.........\ADO Recordset Open.vi,35222,2002-11-18
......\....................\.........\ADO Recordset RecordCount.vi,25601,2002-11-18
......\....................\.........\dir.mnu,3296,2001-04-20
......\....................\SQL Execute.vi,58531,2002-11-18
......\....................\SQL Fetch Data (GetString).vi,54622,2002-11-18
......\....................\SQL Fetch Data.vi,74594,2001-02-27
......\README_FIRST.txt,4112,2002-11-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 展示幻灯片插件
    说明:  一款使用纯CSS3制作的炫酷甜点展示幻灯片插件。该幻灯片插件在界面切换(A cool dessert display slide plug-in using pure CSS3. The slide plug-in switch in the interface)
    2019-02-25 15:04:03下载
    积分:1
  • 8人抢答器
    说明:  基于AT89C51单片机设计制作一个抢答器,具体要求如下: 1、 设计一个智力竞赛抢答器,可同时共8名选手参加比赛,编号为1、2、3、4、5、6、7、8,各用一个按键。 2、 用一个按键作为主持人总开关,用来控制系统的清零和抢答的开始。 3、 抢答器开始后,数码管开始10秒倒计时,若有选手按动抢答按钮,在LED数码管上显示选手的编号,同时灯亮且伴随声音提示;倒计时完成后,选手不能在抢答;有人抢答成功后,要禁止其他选手抢答;最先抢答选手的编号一直保留到主持人将系统清零。(Based on AT89C51 single chip computer, a rush answerer is designed and manufactured. The specific requirements are as follows: 1. Designing an intelligence contest answering machine, which can be attended by 8 competitors at the same time, numbered 1, 2, 3, 4, 5, 6, 7 and 8, each with a button. 2. A key is used as the master switch of the host, which is used to clear the zero of the control system and start the rush response. 3. After the answering machine starts, the digital tube counts down 10 seconds. If a player presses the answering button and displays the player's number on the LED digital tube, the light is on and accompanied by sound prompts. After the countdown is completed, the competitor can't rush to answer. When someone rushes to answer successfully, other competitors are forbidden to rush to answer. The number of the first competitor is kept until the host clears the system.)
    2019-03-15 22:25:56下载
    积分:1
  • 删除数组相同元素,并用冒泡法进行排序,最后显示出来。
    删除数组相同元素,并用冒泡法进行排序,最后显示出来。
    2022-12-14 06:05:04下载
    积分:1
  • Fingerprint
    基于指纹识别身份验证的数据采集系统设计与实现-Fingerprint-based authentication of the data acquisition system design and implementation
    2022-12-26 23:55:03下载
    积分:1
  • Visual.Basic.Primer.On.Creating.Macros.For.VBA
    说明:  Excel VBA 编程入门的简单介绍。初学者可以看看。(Excel VBA Programming Introduction to the brief introduction. Beginners can take a look.)
    2010-04-23 20:42:05下载
    积分:1
  • PSO(粒子群)-SA(模拟退火)
    粒子群算法-模拟退火算法,关于matlab的算法说明(Particle swarm optimization-simulated annealing algorithm)
    2021-01-20 10:48:41下载
    积分:1
  • jiyu-stm32--RTC
    基于STM32的rtc实时时钟,实现时分秒到年月日的转化,适合初学者的学习与开发。(Based on the STM32 rtc real-time clock, minutes and seconds to the date to achieve the transformation, suitable for beginners to learn and develop.)
    2013-07-23 16:54:03下载
    积分:1
  • 一个很好的火焰屏保
    一个很好的火焰屏保-a good flame screensaver
    2023-01-31 18:55:03下载
    积分:1
  • 1
    说明:  RBF神经网络自适应控制的MATLAB仿真(Matlab simulation of RBF neural network adaptive control)
    2020-12-26 21:38:13下载
    积分:1
  • Mail-list
    实现通讯录的存储和呼叫功能,并且能实现按呼叫次数或者按姓名进行排序,在visual studio 2008中可直接运行(Address book and call to achieve the storage function, and can achieve the number of calls or by sorting by name, in visual studio 2008 can be run directly)
    2011-11-09 09:38:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载