createdatabase:use jscript Create a SQL Server database

Create a SQL Server database.[objDB.FileGroups("PRIMARY").DBFiles.Add(objDBFile) objSQLServer.Databases.Add(objDB) ... [阅读全文]

database:Creating and working with Views in a Database

IntroductionViews are generally used to focus, simplify, and customize each user's perception of the database. You can use a view as a security mechanism by allowing a user to access data through the ... [阅读全文]

createdatabase:Create, Delete, and Update Triggers in a Database

TriggersTriggers are a special type of procedure that are fired automatically when an query is executed _disibledevent= UPPER(ln_name) WHERE Shashi_id in (SELECT Shashi_id from Inserted)The CREATE TRI... [阅读全文]

database:自定义的数据库类:Class DataBase方法及代码

class DataBase{private:_ConnectionPtr m_pConnection;_CommandPtr m_pCommand;_RecordsetPtr m_res;_variant_t rec_affected;char m_cConstr[16];char m_cUserName[32];char m_cPassword[32];bool m_bOpenType;pub... [阅读全文]

database:Store Images in Your Database-vb教程

sp; February 2001 Getting StartedStore Images in Your DatabaseCreate an easy way to save and retrieve images in your VB application and Microsoft Access database.by Andy Rosebroc... [阅读全文]
1 共1条 分1页