搜索资源列表
T-SQL
- 数据库实验 T-SQL编程 综合有 条件结构 循环结构 CASE结构 函数使用-Database, T-SQL programming comprehensive experimental conditional loop structure structure structure function using CASE
Three-tierManagementSYS
- 三层结构管理系统 使用ActiveX DLL组件迅速搭建三层体系架构下的数据库管理系统 对SQL Server提供的约束、视图、存储过程等技术进行开发和应用 通过Visual Basic 6.0访问远程存储过程和用户自定义函数,改善应用程序性能-Three-tier structure management system uses ActiveX DLL component rapidly build database management system under the thre
PB-Set-menu-background-color
- PB设置菜单的背景色 //使用API函数LoadImage()调入BITMAP图像 ls_BitMapFileName = Pic2.Bmp ll_hBitMap = LoadImage(0, ls_BitMapFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE) //创建位图刷子 ll_BitMapBrush = CreatePatternBrush(ll_hBitmap) //设置MENUINFO结构 lstr_M