Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Password
Search - Password - List
Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long '************************************************************* Public Function ImportPhoto(sPicFile As String, sEmpID As String) As String Dim rcsPic As ADODB.Recordset Dim sMax As String Dim sInsertPic As String Dim rcsTemp As New Recordset Dim sTempSQL As String If Trim(sPicFile) = "" Then Exit Function On Error GoTo ErrorImportPhoto Set rcsPic = New ADODB.Recordset rcsPic.CursorType = adOpenKeyset rcsPic.LockType = adLockOptimistic ' rcsPic.Open "T_PPICTURE ", AstDbCnt, , , adCmdTable 'astdbcnt 替换为你连接方式 Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.LoadFromFile sPicFile rcsPic.AddNew rcsPic.Fields("PERS").Value = sEmpID rcsPic.Fields("PIC").Value = mstream.Read rcsPic.Update mstream.Close Set mstream = Nothing rcsPic.Close Set rcsPic = Nothing Exit Function ErrorImportPhoto: ImportPhoto = "FALSE" End Function '注意要将 AstDbCnt 替换为你的oracle 连接 Public Function DisplayPhoto(oPicture As PictureBox, sPicID As String) Dim rcsDisplay As ADODB.Recordset Set rcsDisplay = New ADODB.Recordset Dim mstream As ADODB.Stream Dim mc0 As String rcsDisplay.Open "Select * from T_PPICTURE where PERS = '" & sPicID & "'", AstDbCnt, adOpenKeyset, adLockOptimistic If rcsDisplay.EOF Then oPicture.Picture = LoadPicture() Exit Function End If If IsNull(rcsDisplay.Fields("PIC").Value) Then oPicture.Picture = LoadPicture() Exit Function End If Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.Write rcsDisplay.Fields("PIC").Value strclose = App.Path & "\AstPhoto_temp" DeleteFile (strclose) mstream.SaveToFile strclose mstream.Close Set mstream = Nothing rcsDisplay.Close Set rcsDisplay = Nothing oPicture.Picture = LoadPicture(strclose) End Function Private Sub Command1_Click() Set cn = New ADODB.Connection cn.Open "Provider=SQLOLEDB;data Source=IWP2;Initial Catalog=T213;User Id=sa;Password=sql123" Set rs = New ADODB.Recordset rs.Open "Select * from QB_T213PMPD where DT=2006080818", cn, adOpenKeyset, adLockOptimistic Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.Write rs.Fields("MPI").Value mstream.SaveToFile "P:\T213_data\ShowMPI\T213_3.mpi", adSaveCreateOverWrite rs.Close cn.Close End Sub Private Sub Command2_Click() Set cn = New ADODB.Connection cn.Open "Provider=SQLOLEDB;data Source=;Initial Catalog=pubs;User Id=;Password=" Set rs = New ADODB.Recordset rs.Open "Select * from pub_info", cn, adOpenKeyset, adLockOptimistic Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.LoadFromFile "" rs.Fields("logo").Value = mstream.Read rs.Update rs.Close cn.Close End Sub
Date : 2009-04-21 Size : 3.05kb User : wuzhiyong_130@163.com

pb 制作sql2000后台,简单的足球俱乐部管理软件,系数据库的课程设计,拿来大家分享,不足之处,多多指教,用户名:root密码:super-pb produced MACHINE background, a simple soccer club management software, Department database of curriculum design, we used to share inadequate, exhibitions, user name : root password : super
Date : 2026-01-02 Size : 2.74mb User : 吕秀彬

这个存储过程是计算 MD5 值的,可以用来进行密码认证加密等。 SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的, 而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧, 本文提供新版本的 OPENDS60.LIB 库文件, 支持 MSSQL 2000 版本的-storage process is the calculation of the value of MD5 can be used for password authentication encryption. SQL Server extended stored procedures (Extended Stored Procedure , or XP) through the MSSQL Packaging registered in the database. dll to the function of achieving, while this. dll accordance with the M $ provide rules, and to connect MSSQL of the library. As Builder's own C library file OPENDS60.LIB MSSQL older, this new version of the OPENDS60.LIB libraries, support MSSQL 2000 version of the
Date : 2026-01-02 Size : 36kb User : 王乾

一个用VB编写的订单系统,解压不需要密码,系统要用SQL数据库。-a VB orders prepared by the system, extracting the password, use SQL database system.
Date : 2026-01-02 Size : 233kb User : 张耀权

动易2006sql全功能版 如果遇到MD5加密文件,而又不知道密码的, 请在数据库中换上这组加密的数据469e80d32c0559f8 密码就是admin888 此程序如需调试后方能使用,请您在百忙中抽出一点点时间,把调试好的程序打包发给我们。 为了您和大家都能使用到无错的代码,也为了程序的质量,请大家贡献自己的一份力量,为 创建更好的学习环境,让我们一起努力。 广告投放请与3E建站客服联系: QQ:486689 广告位置和价格请查看: http://3easp.com/support/advertise.asp全功能商业版,带齐了所有功能,注意将版本全部改为3,后台才可以打开所有模块: -moving easily 2006sql fully functional version of the event MD5 encrypted documents, and do not know the password. please database with a group of data encryption password is admin 469e80d32c0559f8 For this procedure 888 debugger for use in the thick of you out a little bit of time, Commissioning procedures put packaged good to us. To you and you can do nothing wrong to use the code, as well as to the quality, please contribute to a force, to create a better learning environment for us to work together. Advertising, please call the establishment of the station 3E contact : QQ : 486689 advertising spaces and prices, see : http :// 3easp.com/support/advertise.asp full-featured commercial version. the challenge for all functions, attention to converting all three versions, the background ca
Date : 2026-01-02 Size : 12.73mb User : liaoke

考勤管理系统: 初始登录的用户和密码均为KQ-attendance management system : initial login and password of the users were Application of KQ
Date : 2026-01-02 Size : 135kb User : 吕斌

您需要安装 MS SQL Server 2000 以及 Visual Basic 6.0 SP6 , 3) 进入“后台管理”目录,先注册 XPMenu.ocx,否则代码运行时会发生错误哟。方法:运行 注册.bat 。 默认管理员帐号:admin 密码:admin FatCombo、FTextBox、XButton 和 XPButton。前3个是我原创的代码(绝对是原创),分别实现XP风格的Combo,TextBox,和Button。-you need to install MS SQL Server 2000 and Visual Basic 6.0 SP6, 3) entered the "backstage management" directory, first registered XPMenu.ocx, Otherwise code runtime error occurs yo. Method : Run registration. Bat. The default administrator account : admin Password : admin FatCombo, FTextBox. XButton and XPButton. Before three of my original code (absolutely original), respectively achieving XP style Combo, TextBox, and Button.
Date : 2026-01-02 Size : 794kb User : daiyuyu

固定资产管理系统, 1:c++信息开发 2.数据库类型:SQL Server 3.连接方式:ADO 4.用户名:mrkj 5.密码:-fixed assets management system, a : c. Information Development 2. Database types : SQL Server 3. Connectors : ADO 4. Username : mrkj 5. Password :
Date : 2026-01-02 Size : 383kb User : gaofei

1.数据库文件名:spxxglxt(位置:\商品销售管理系统\商品销售管理系统\data\spxxglxt_Data.MDF文件 和 商品销售管理系统\商品销售管理系统\data\spxxglxt_Log.LDF文件) 2.数据库类型:SQL Server 3.连接方式:ADO 4.用户名:mrkj 5.密码:-1. Database File Name : spxxglxt (location : \ commodity sales management system \ commodity sales management system \ data \ spxxglxt_Data.MD F documents and merchandise sales management system \ commodity sales management system \ data \ spxxglxt_Log. LDF) 2. Database Type : SQL Server 3. Connectors : ADO 4. Username : mrkj 5. Password :
Date : 2026-01-02 Size : 876kb User : gaofei

SQL数据库备份工具1)立即代码(实用工具,商业代码下载,建站素材下载,技术文章)http://www.csue.com.cn 立即代码程序解压密码:www.csue.com.cn 唯一一个,如果不能解压请Q之!~-SQL database backup tool 1) Immediately code (Utility, commercial code downloaded from the station material downloaded, Technical Articles) http://www.csue.com.cn immediately decompression procedure code Password : www.csue.com.cn the only one, if not unpacked Q Please! ~
Date : 2026-01-02 Size : 433kb User : 恒信联邦

用户名:admin,口令:123456。 使用的数据库SQL Server 2000和Microsoft Access数 据库。Microsoft Access数据库使用Visual Basic提供的可视化 数据管理器VisData创建。SQL Server 2000数据库则需要安装 SQL Server 2000。-Username : admin, password : 123456. Use the SQL Server 2000 database and Microsoft Access database. Microsoft Access database using Visual Basic for the visualization of data VisData rationale for the creation. SQL Server 2000 database you will need to install SQL Server 2000.
Date : 2026-01-02 Size : 13kb User : angelkid

DL : 0
员工培训管理系统的分析与实现,VFP编写. 用户权限等级分两级: 1--管理员级用户,可以对任何内容进行操作。 2--操作员级,只能操作“培训计划管理”和“系统管理”两个模块 并且,在“系统管理”中不能添加和删除用户。 缺省用户情况: 管理员级用户:“管理员” 密码:1 操作员级用户:“操作员一”、“操作员二” 密码:2-staff training management system for the analysis and implementation of VFP prepared. User Privilege score two : 1-- user-level managers, the contents of any operation. 2-- Operator-only "training program management" and "management systems" and two modules, "System Management" can add and delete users. Default users : Administrator- level users : "administrator" Password : an operator-users : "an operator" "Operator 2" Password : 2
Date : 2026-01-02 Size : 327kb User : weisong

人事管理系统.SQL的数据库.所用密码和用户名均是531-personnel management system. SQL database. As a password and user name is 531
Date : 2026-01-02 Size : 69kb User : 原宏智

DL : 0
VB+SQL SERVER 密码:2222 -VB SQL Server Password : 2222
Date : 2026-01-02 Size : 471kb User :

DL : 0
企业办公管理系统 ODBC名称 ASPData 登录用户和密码 xxp xxp -enterprise office management system ODBC ASPData login user name and password xxp xxp
Date : 2026-01-02 Size : 412kb User : xiao xing

在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。 可以有两种方法创建该数据库: 1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建Hospital数据库。 2.使用sql server的企业管理器直接附加“附加数据库文件”目录下的Hospital.mdf文件。 -before the operating system, we must first install SQL Server database, attention to the user to set the "sa" password empty. There are two ways to create the database : 1. SQL server inquiries analyzer operation Database Contents under which sql.txt The sql statement, which will create the database Hospital. 2. Sql server using the Enterprise Manager directly attached "Additional database files" directory of Hosp ital.mdf document.
Date : 2026-01-02 Size : 2.36mb User : tiger

DL : 0
一个可以用于2次开发的后台管理系统 一个可以用于毕业设计的后台管理系统 解压密码:tinder 如有疑问请联系QQ:100042885-one can be used for the development of two times the background a management system can be used for the background design graduate management system decompression Password : tinder For inquiries please contact QQ : 100042885
Date : 2026-01-02 Size : 3.57mb User : 87987987

小E单班同学录系统,支持ACCESS、SQL 默认管理员:admin 密码:admin-small single-class alumni, support ACCESS, SQL default administrator : admin Password : admin
Date : 2026-01-02 Size : 589kb User : 李军

[编程语言:ASP+SQL]网络考试系统,本人的毕业设计之作,功能强大,系统稳定,安全度高,考虑了许多附加功能,更具人性化,丰富的源代码解释说明,普通用户登录帐号:罗可龙,密码:12345,超级用户登录帐号:徐永刚,密码:12345,登录后可自主修改帐号和密码。 -[programming languages : ASP SQL] network test systems, I graduated from the design of the light and powerful, system stability, security was high, considering the many additional functions, it is more humane, rich explanation of the source code, The average user logged Account : Luo Ke-long, Password : 12345, the super user login account : Yonggang, Password : 12345, log can be amended own account and password.
Date : 2026-01-02 Size : 330kb User : bjj

关于SQL SERVER 的加密和解密包,非常好用,无需密码,可以满足对安全的需要-on the encryption and decryption package, a very convenient, no password, meet the security needs
Date : 2026-01-02 Size : 464kb User : 吴让人人
« 12 3 4 5 6 7 8 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.