代码搜索:SQLserver
找到约 3,940 项符合「SQLserver」的源代码
代码结果 3,940
www.eeworm.com/read/158731/10731933
cs frmconnect.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace BDCS.DataBaseInf
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
www.eeworm.com/read/458552/7294219
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of att
www.eeworm.com/read/437287/7752104
swing_java_db
Description : A Simple Database Conversion Program.
import java.io.*;
import java.util.*;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.sql.*;
import javax.swing.file
www.eeworm.com/read/242302/13077649
txt 如何以ado方式打开表单时获得表单所有的字段数目.txt
确 定 字 段 的 数 目 用 ADO Ext Object Module或 SQL-DMO(SQL Server)。
用 SQLOLE或 SQL-DMO:
Dim MyServer As SQLOLE.SQLServer
Dim MyDatabase As SQLOLE.Database
Dim MyTable As SQLOLE.Table
www.eeworm.com/read/244873/6290077
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of att
www.eeworm.com/read/487514/6515124
dpr exceltosql.dpr
program ExcelTOSQL;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
UnitSelectWorkSheet in '..\一个将excel文件导入到SQLServer表中的例子\UnitSelectWorkSheet.pas' {FrmSelectWorkSheet},
UnitExportExcel in '.
www.eeworm.com/read/114288/15061439
txt system_erp.txt
Sqlserver=(Local)
Datatype=SQL Server 2000
UserId=sa
password=
www.eeworm.com/read/114100/15111262
txt 如何以ado方式打开表单时获得表单所有的字段数目.txt
确 定 字 段 的 数 目 用 ADO Ext Object Module或 SQL-DMO(SQL Server)。
用 SQLOLE或 SQL-DMO:
Dim MyServer As SQLOLE.SQLServer
Dim MyDatabase As SQLOLE.Database
Dim MyTable As SQLOLE.Table