代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/224961/7127240
java employee.java
/*
* This sample shows how to list all the names from the EMP table
*/
// You need to import the java.sql package to use JDBC
import java.sql.*;
class Employee
{
public static void main (String
www.eeworm.com/read/224961/7127249
java streamexample.java
/*
* This example shows how to stream data from the database
*/
import java.sql.*;
import java.io.*;
class StreamExample
{
public static void main (String args [])
throws SQLException, IO
www.eeworm.com/read/289573/7142848
txt 8-6.txt
【例8.6】建立程序EXAM8-6.PRG,功能是显示学生表的所有字段名。
* 功能说明:FOR…ENDFOR循环结构举例
SET TALK OFF
OPEN DATABASE "C:\VISUAL FOXPRO 项目\学生学籍管理系统\学籍管理数据库.dbc"
USE xsqk.dbf &&打开表,此时当前记录号为1
FOR nCnt =1 TO FCOUNT()
www.eeworm.com/read/463948/7171786
1 tcatest.1
.TH "TCATEST" 3 "2009-02-13" "Man Page" "Tokyo Cabinet"
.SH NAME
tcatest \- test cases of the abstract database API
.SH DESCRIPTION
.PP
The command `\fBtcatest\fR' is a utility for facility test and
www.eeworm.com/read/463948/7171840
h tcfdb.h
/*************************************************************************************************
* The fixed-length database API of Tokyo Cabinet
*
www.eeworm.com/read/463086/7187783
txt docflowinstalldoc.txt
Open Source C# ASP.NET Document Portal - DocFlow Manual Install Doc:
Manual Configuration of the DocFlow
It is often possible to install the uupx DocFlow even when the automatic configuration fa
www.eeworm.com/read/461563/7224740
cs sqlassistance.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
namespace DetectDbObject
{
class SqlAssistance
{
private string _sqlServerInsta