代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/332691/12743733
bas pbinsert.bas
'*********************************************************************
'
'Purpose: Demo code showing how to move through a database with and
' without an index. Without an index, movement t
www.eeworm.com/read/332691/12743741
frm frmmain.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form frmMain
Caption = "Cheetah MultiUser Test"
ClientHeight = 3645
ClientLe
www.eeworm.com/read/332691/12743759
bas supportmodule.bas
Attribute VB_Name = "Module2"
'in a real application you should make the
'database handles PUBLIC so they could be accessed
'from other forms/modules in the application. I prefer
'to keep the
www.eeworm.com/read/332691/12743794
bas supportmodule.bas
Attribute VB_Name = "Module2"
'in a real application you should make the
'database handles PUBLIC so they could be accessed
'from other forms/modules in the application. I prefer
'to keep the
www.eeworm.com/read/144570/12784775
cs order.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Diagnostics;
namespace PetShop.Components {
///
/// Online orders transactions.
///
public