搜索资源列表
Untr
- 取数据库内容到字符串,可用于显示-from database content to string can be used to show!
sql-reg
- 建立数据库连接的加密字符串,使用户可以方便的建立与SQL的连接-establish the database connection string encryption, so that the user can establish a link with SQL
Delphi_BTSQL
- delphi实现按姓名日期从oracle数据库中查询统计的变态做法。其中包含一个实现按分隔符计算字符串的段数。-delphi achieve by name from the date of oracle database inquiries statistics perverted practice. Which includes a separation achieved by calculating the number of string.
oracle_HzPy_function
- 获取汉字拼音和拼音首字母的功能函数; --函数GetHzFullPY(string)用于获取汉字字符串的拼音 --select GetHzFullPY( 中华人民共和国 ) from dual --返回:ZhongHuaRenMinGongHeGuo --函数GetHzPYCAP(string)用于获取拼音首字母 --select GetHzPYCAP( 中华人民共和国 ) from dual --返回ZHRMGHG
读写SQL中的image字段.zip
- Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long '************************************************************* Public Function ImportPhoto(sPicFile As String, sEmpID As
tokyocabinet-1.4.17.tar.gz
- Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布
town-1[1].0.4
- Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行和管理select/insert/update/delete SQL语句,而不用真正写一行SQL。Town也可以使用任何JDBC连接字符串和内部连接池。-Town is 100% pure Java API, it is located JDBC API the crown. This API goal is the simplific
j_12713_ssvotes
- SQL数据库在App_Data下面 是sql格式的 用的时候只需要修改App_Code下面的DB字符串就可以了 有的代码我做了注释-SQL database in the App_Data below sql format is used only when necessary to amend the App_Code following DB string can be a some code I have done a Note
chaifen
- 字符拆分的小程序,可以用于大量数据存储的例子。比如大量数据需要存储进数据库,那可以将数组存为一个字符串存入数据库,然后再从数据库中导出,可以利用字符拆分的方法进行。-Characters split a small program that can be used for large amounts of data storage example. For example, the need to store large amounts of data into the database, it
20081123001
- 由于读者的机器具体情况的不同,可能需要读者修改数据库连接字符串中的SQL Server服务器名、数据库名、连接方式、账号和密码才能让程序正常地连接到数据库。本书中使用的数据库服务器名为本机(localhost), 数据库名为“海巧味渔业股份有限公司-As the reader s specific circumstances of different machines, the reader may need to modify the database connection string in
jdbclianjieshujuku
- 常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") String url="jdbc:db2://dburl:port/DBname" cn = DriverM-Commonly used methods of JDBC database connections are summarized as follows: First, DB2 Class.for
ProStore
- SQL SERVER环境下实现存储过程的例子,可以返回字符串,时间,对开始使用存储过程的人会有很大的帮助的-SQL SERVER environments stored procedure example, can return to the string, time, to start using the stored procedure will be of great help to people of
SqlDatabaseUpgraderSource
- 软件用于升级SQL数据库,通过记事本文件。任何类型文件都可做-This application is used to upgrade an SQL database via an external scr ipt file or scr ipt text. Any type of database schema update can be done- adding, deleting, or modifying tables, fields and/or indexes, and the up
testDLL
- 页面通过接受http请求。 调用wcpw.dll库函数GeneratePW[Userid, ProtectedItem, PresentationId, RijnDaelKey, Password: PChar] 生成字符串[样式如:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX]. 存入mssql数据库表CreatePasswordHistory中-By accepting http requests for pages. Wcpw.dll lib
ADOtest
- vc++ 数据库连接测试字符串测试,ADO,SQL SERVER-vc++ database connectivity test string test
MiniSQL
- Mini SQL对用户提供的数据缺少充分过滤,远程攻击者可以利用这个漏洞对目标服务器进行格式字符串攻击,可能以数据库进程权限在系统上执行任意指令。 远程攻击者可以发送恶意格式串来触发此漏洞,导致破坏进程中的任意敏感信息,造成以数据库进程... -Mini SQL user data provided by the lack of adequate filtering, remote attacker could exploit the vulnerability on the target se
C
- Specify SQL Server-specific connection string
HashTable
- HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<
SQL-Server-do-with-string-function
- SQL Server字符串处理函数大全 -SQL Server do with string function
MySQL-String-Functions-Details
- MySQL中字符串函数详细介绍 如:在串中查找某个子串、求取一个子串、在串的某个位置上插入一个子串以及删除一个子串等。两个字符串相等的充要条件是:长度相等,并且各个对应位置上的字符都相等。设p、q是两个串,求q在p中首次出现的位置的运算叫做模式匹配。串的两种最基本的存储方式是顺序存储方式和链接存储方式。-MySQL string functions in detail, such as: in the string to find a substring, to strike a subst
