-
使用工厂模式开发的ORM源代码。支持Oracle、SQLServer。
使用工厂模式开发的ORM源代码。支持Oracle、SQLServer。-Developed using the factory pattern ORM source code. Support for Oracle, SQLServer.
- 2022-03-09 23:59:08下载
- 积分:1
-
运行程序即可自动配置ODBC 数据源,修改在OnInitDialog 中
运行程序即可自动配置ODBC 数据源,修改在OnInitDialog 中-running the program can automatically configure ODBC data sources, which changes in OnInitDialog
- 2022-07-19 08:43:20下载
- 积分:1
-
电子表格的输入和输出往往需要解决的问题。手术费。
Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较多,且实现难度比较大。但是,用于访问数据库的组件ADO,是支持多种数据源的,其中就包括Excel文件。我们可以通过ADO组件对Excel文件进行读写访问。当然,在.NET平台上对应ADO数据访问组件的是ADO.NET组件。我编写的这个类就是通过ADO.NET实现了Excel文件的读写。由于时间仓促,功能还不是很完善,会在以后有时间的时候进行版本升级。也请各位高手多多批评指正。-Excel spreadsheet input and output is often of the need to address. Operation Excel variety of ways. For example, by calling the Excel COM procedures for the operation of Excel. However, this approach is more limited and more difficult to achieve. However, for access to the database components ADO, is to support multiple data sources, including Excel file. We can ADO components to read and write Excel files visit. Of course,.NET platform counterparts ADO data access components of ADO.NET components. I prepared this category is achieved through ADO.NET read and write Excel files. Because time is so short, the function is still not perfect, will in future have the time for version upgrades. Members also criticized many exp
- 2022-08-25 16:27:09下载
- 积分:1
-
本同学录系统演示地址: http://class.19870123.cn/
下载后请在Web.Config里更改设置,如数据库路径等
如果要换sq...
本同学录系统演示地址: http://class.19870123.cn/
下载后请在Web.Config里更改设置,如数据库路径等
如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可
public class MyPage : LeeHom.Web.UI.SqlPage
{
}
public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage
{
}
并在Web.Config里设置数据库为SqlServer
Sql的执行语句在App_Data下DataBase.sql
后台管理:http://网址/admin/
默认管理员:admin 密码:admin
可注册一个新用户后设置新用户为管理员后删除admin用户-demonstration of the website address : http :// class.19870123.cn/downloading please Web.Config Lane Change settings , such as databases, etc. If they took the path sql database I would be grateful if the app_code Lane MyPage.cs code can be replaced by the following public class MyPage : LeeHom.Web.UI.SqlPage () public class MyMast erPage : LeeHom.Web.UI.SqlMasterPage () and Web.Confi g Lane SqlServer database for the implementation of SQL statements under the App_Data DataB ase.sql background Management : http:// website/admin/default administrator : admin Password : admin can register a new user after
- 2022-01-24 18:03:38下载
- 积分:1
-
个人软件管理系统
个人软件管理系统 -personal software management system
- 2023-01-18 06:25:03下载
- 积分:1
-
一个对数据库操作的例子,是可以添加和删除记录的
一个对数据库操作的例子,是可以添加和删除记录的-one pair of the operation of the database example, can add and delete records
- 2022-03-29 21:47:02下载
- 积分:1
-
A complete commercial source
一个完整的商业源码"远程抄表系统"其中用到了数据库操作,视频采集,数据采集等方面的功能,我觉得是学习的好东东.-A complete commercial source
- 2022-05-29 06:24:59下载
- 积分:1
-
数据转换 各种数据都可以非常全有十二种转换类了之多,
数据转换 各种数据都可以非常全有十二种转换类了之多,-Data conversion data can be very wide there are 12 kinds of converting a number of categories,
- 2022-04-09 13:00:08下载
- 积分:1
-
演示了在VC中操作ADO的一般方法,给出了一个操作ADO的强大的类以及利用该类实现数据库操作的一个实例.....
演示了在VC中操作ADO的一般方法,给出了一个操作ADO的强大的类以及利用该类实现数据库操作的一个实例.. -demonstrated in VC ADO operation of the general method is a powerful operating ADO class and the use of database operations such an example ..
- 2022-03-20 11:52:43下载
- 积分:1
-
如果你的应用程序使用MFC共享DLL,然后你的应用程序是在一个语言…
If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
- 2022-04-14 11:05:39下载
- 积分:1