CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - dialog
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Oracle
SQL Server
MySQL
Other Databases
Search - dialog - List
[
SQL Server
]
vbsql
DL : 0
一、配置ODBC数据源 1、在控制面板中,双击管理工具,然后打开ODBC数据源管理器。 2、在“系统DSN”选项卡中,单击“添加”按钮,打开“创建新数据源”对话框,在“名称”列表框中选择“SQL Server”。选好单击完成 3、在打开“建立新的数据源到SQL Server”对话框,在“名称”文本框输入新数据源的名称,描述数据源按你理解的方式来写(随意)。“服务器”就选择你要连接到的服务器。 -First, configure the ODBC data source 1, in the Control Panel, double-click Administrative Tools, and then open the ODBC Data Source Administrator. 2, in the " System DSN" tab, click the " Add" button, open the " Create a new data source" dialog box, in the " Name" list box, select " SQL Server" . Click Finish to select 3, in the open " to create a new data source to SQL Server" dialog box, in the " Name" text box, enter the new data source name, description of data sources according to your understanding of the ways to write (free). " Server" on the selection you want to connect to the server.
Date
: 2026-01-01
Size
: 3kb
User
:
天堂在我心
[
SQL Server
]
xiaoyuankaguanlixitongVC
DL : 1
一个简单的校园卡管理系统。利用VC+SQL开发。基本对话框。含注册、挂失、充值、帐户查询等功能。-A simple card management systems on campus. Using VC+ SQL development. Basic dialog box. With registration, report the loss, recharge, account inquiries and other functions.
Date
: 2026-01-01
Size
: 4.42mb
User
:
孙荣丽
[
SQL Server
]
data000
DL : 0
vc使用数据库控件的编程,简单界面,几个弹出对话框。 -vc using the database control program, simple interface, a few pop-up dialog box.
Date
: 2026-01-01
Size
: 2.13mb
User
:
程员
[
SQL Server
]
25175zhgl
DL : 0
奖学金评定系统1、进入管理系统后在“综合测评管理”中进入“测评成绩导入”。 2、在“可选班级”中选择相关班级放入“测评班级”,点“下一步”。 3、选择测评学期为“08-09-1”和 “08-09-2”,在测评考试性质中选“总评”,点“下一步”,出现“是否生成数据”对话框,选择“是” 4、将所有“可选课程”选择为“测评课程”,(如未出现课程,重新操作一次即可)点“下一步”,出现“是否重新生成数据”对话框,选择“是” 5、将所有成绩导入“智育成绩”,点“导入全部成绩”,然后点“维护班级成绩”,选择“保存成绩”并在随后出现的对话框中选择“上传到服务器”。 -Scholarship evaluation system 1, after entering management system, "Comprehensive Assessment Management" to enter "Scores Import." 2, in the "optional class" select the relevant class into the "evaluation class" point "Next." 3, select the measurement term for "08-09-1" and "08-09-2" in the nature of measurement tests selected "General Comments", click "Next" a "is generated Data" dialog box, select "Yes" 4, all the "optional course" selected "Assessment Programme", (if not in the curriculum, re-operation only once) of "Next," a "is re-generated data" dialog box, select "Yes" 5, all the results into "academic performance", click "Import all the scores," then "maintaining class performance", choose "Save Results" and in the subsequent dialog box appears, select "upload to the server."
Date
: 2026-01-01
Size
: 507kb
User
:
程欢欢
[
SQL Server
]
studentsys
DL : 0
由visual c++结合sql server数据库开发的学生管理系统,还包括对话框换肤功能-Visual c++ binding by the sql server database development, student management system, including dialog box skins
Date
: 2026-01-01
Size
: 8.79mb
User
:
孙东磊
[
SQL Server
]
simple_dialog_box_to_connect_sql_ado_programming_s
DL : 0
ado连接sql的简单对话框编程源码simple dialog box to connect sql ado programming source code-A simple dialog box to connect sql ado programming source simple dialog box to connect sql ado programming source code
Date
: 2026-01-01
Size
: 55kb
User
:
mm
[
SQL Server
]
fapiao
DL : 0
使用CDC指针在窗体上绘制发票,通过打印对话框完成打印-Use CDC pointer to draw the invoice on the form, print through the Print dialog box to complete
Date
: 2026-01-01
Size
: 21kb
User
:
sophia
[
SQL Server
]
SQL-usage-of-VC
DL : 0
用VC编写对话框的基本程序,连接SQL数据库,学数据库的入门资料-Dialog box with the basic procedures for the preparation of VC, connect SQL database, learn introductory information database
Date
: 2026-01-01
Size
: 321kb
User
:
张国生
[
SQL Server
]
vbsalejxc
DL : 0
VB源码,数据库应用,销售系统,进销存 VB+SQL商品销售进销存系统,调试请注意: 1.首先确保您的机器上安装了SQL Server数据库。将SQL Server服务器名称改为JAMESLIN,如果不修改服务器名称,则需要修改VB程序,在frmLogin窗体的cmdOK_Click函数中,修改代码: strConn = "Provider=SQLOLEDB.1 Integrated Security=SSPI Persist Security Info=False Initial Catalog=Sale Data Source=JAMESLIN UID=Admin PWD=111" 即Source=JAMESLIN中的“JAMESLIN”改为您本机服务器名。 2.在SQL Server“企业管理器”中“安全性|登录”中,创建用户:Admin,其密码为111。 3.打开SQL Server“企业管理器”的“工具|还原数据库”菜单命令,在对话框在设置还原的数据库名为Sale,选择从“设备”还原,根据向导逐步选择本章目录的“数据库”子目录下的文件Sale Backup,从而建立数据库。 -VB source code, database applications, sales, inventory VB+SQL goods sales Invoicing System, debugging Note: 1. First make sure your machine is installed on the SQL Server database. SQL Server server name is changed to JAMESLIN If you do not modify the server name, you need to modify the VB program In form cmdOK_Click function frmLogin, modify the code: strConn = " Provider = SQLOLEDB.1 Integrated Security = the SSPI Persist Security Info = False Initial Catalog = Sale Data Source = JAMESLIN UID = Admin PWD = 111 " Source = JAMESLIN JAMESLIN changed to your local server name. In SQL Server Enterprise Manager Security | Log in to create a user: Admin, the password is 111. (3) Open SQL Server " Enterprise Manager" Tools | Restore Database menu command, set to restore the database name in the dialog box in Sale, select Restore from device " , select the directory in this chapter according to the wizard step by step" database " sub- files in that directo
Date
: 2026-01-01
Size
: 143kb
User
:
唐力
[
SQL Server
]
soffdgthy.net
DL : 0
VB+SQL商品销售进销存系统,: 1.首先确保您的机器上安装了SQL Server数据库。将SQL Server服务器名称改为JAMESLIN,如果不修改服务器名称,则需要修改VB程序,在frmLogin窗体的cmdOK_Click函数中,修改代码: strConn = "Provider=SQLOLEDB.1 Integrated Security=SSPI Persist Security Info=False Initial Catalog=Sale Data Source=JAMESLIN UID=Admin PWD=111" 即Source=JAMESLIN中的“JAMESLIN”改为您本机服务器名。 2.在SQL Server“企业管理器”中“安全性|登录”中,创建用户:Admin,其密码为111。 3.打开SQL Server“企业管理器”的“工具|还原数据库”菜单命令,在对话框在设置还原的数据库名为Sale,选择从“设备”还原,根据向导逐步选择本章目录的“数据库”子目录下的文件Sale Backup,从而建立数据库。 -VB+SQL merchandise sales Invoicing System, commissioning Please note: First make sure your machine is installed on the SQL Server database. SQL Server server name is changed to JAMESLIN If you do not modify the server name, you need to modify the VB program In form cmdOK_Click function frmLogin, modify the code: strConn = " Provider = SQLOLEDB.1 Integrated Security = the SSPI Persist Security Info = False Initial Catalog = Sale Data Source = JAMESLIN UID = Admin PWD = 111 " Source = JAMESLIN JAMESLIN changed to your local server name. In SQL Server Enterprise Manager Security | Log in to create a user: Admin, the password is 111. (3) Open SQL Server " Enterprise Manager" Tools | Restore Database menu command, set to restore the database name in the dialog box in Sale, select Restore from device " , select the directory in this chapter according to the wizard step by step" database " sub- files in that directory Sale Backup, in order to establish the
Date
: 2026-01-01
Size
: 142kb
User
:
吴浩
[
SQL Server
]
tongxunlu
DL : 0
通讯录管理系统V1.0实验报告 一.功能要求 1.登陆功能 2.读取记录 3.增加记录 4.修改记录 5.删除记录 6.查询记录 二.实现工具 1.VC++ 6.0 2.SQL Server 2000 三.实现方法 1.该系统为基于对话框的程序 2.用ADO的方法访问数据库-Address Book Management System V1.0 Experiment report the functional requirements of a landing functions. Read the records. Record 4. Modify records. Delete records 6. Query to record two of of tools 1.VC++ 6.0 2.SQL Server, 2000 three methods. the system for dialog-based program. with ADO methods to access the database
Date
: 2026-01-01
Size
: 644kb
User
:
周明明
[
SQL Server
]
Ado_northwind
DL : 0
生成一个对话框类型的工程,利用ADO对象访问SQLServer 数据库,有数据显、增、删、改的功能-Generate a dialog box, type the project, using ADO Object Access SQLServer database, data display, increase, delete, change the function
Date
: 2026-01-01
Size
: 13.1mb
User
:
panlika
[
SQL Server
]
sqlservviewedit
DL : 0
Get records just by clicking tables/columns or perform custom SQL queries. For SQL Server, you can open either Local/Lan or Remote servers for access, you can either scan databases on dyour computer or open a dialog to select one yourself. My goal is to expand this application as I learn how to work with other Databases such as for ex Oracle, MySql... One tool for many kinds of databases to perform common tasks. It has automatic error reporting (to me) that sends an email with subject, and a body with error description, source and in what sub the error occured.-Get records just by clicking tables/columns or perform custom SQL queries. For SQL Server, you can open either Local/Lan or Remote servers for access, you can either scan databases on dyour computer or open a dialog to select one yourself. My goal is to expand this application as I learn how to work with other Databases such as for ex Oracle, MySql... One tool for many kinds of databases to perform common tasks. It has automatic error reporting (to me) that sends an email with subject, and a body with error description, source and in what sub the error occured.
Date
: 2026-01-01
Size
: 22kb
User
:
Asim Shahzad
[
SQL Server
]
05
DL : 0
点歌管理系统的完整开发过程,其中主要应用了ADO数据库连接、ADO对象操作数据库的技术,加强了对SQL语言运用的讲解,介绍了列表控件、单选钮及视频插件使用方法,讲解了复杂SQL语句的构造方法,实现了对音、视频文件属性的读取操作,讨论了非文档/视图(Doc/View)框架,基于对话框应用程序中各数据报表的打印输出。 -VOD management system complete development process, which is mainly applied ADO database connectivity, the ADO object manipulation database technology, to strengthen the use of SQL language to explain, list control, radio button, and video plug-in to use to explain the complex SQL statement constructor of audio and video file attribute read operation, non-document/view (Doc/View) framework based dialog application data report printout.
Date
: 2026-01-01
Size
: 683kb
User
:
huang
[
SQL Server
]
05
DL : 0
介绍点歌管理系统的完整开发过程,其中主要应用了ADO数据库连接、ADO对象操作数据库的技术,加强了对SQL语言运用的讲解,介绍了列表控件、单选钮及视频插件使用方法,讲解了复杂SQL语句的构造方法,实现了对音、视频文件属性的读取操作,讨论了非文档/视图(Doc/View)框架,基于对话框应用程序中各数据报表的打印输出。 -VOD management system introduced a complete development process, which mainly applied ADO database connection, ADO database object manipulation techniques, strengthening the use of the SQL language to explain, introduced the list of controls, radio buttons, and video plug-in use, explained complex SQL statement constructor, the realization of audio and video file attribute read operation, a discussion on non document/view (Doc/View) framework, based dialog application data report of each printout.
Date
: 2026-01-01
Size
: 942kb
User
:
米娜
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.