求高手帮忙opendatabase()怎么使用?求高手帮,最好带有实例[解决办法]建议参考一下帮助手册吧。
"FoxPro 2.5; pwd=mypassword"Using the NewPassword method on a Database object other than an ODBCDirect database changes the password parameter that appears in the ";pwd=..." part of this argument. You must supply the options and read-only arguments to supply a source string. See the Connect property for syntax.To close a database, and thus remove the Database object from the Databases collection, use the Close method on the object.Note When you access a Microsoft Jet-connected ODBC data source, you can improve your application's performance by opening a Database object connected to the ODBC data source, rather than by linking individual TableDef objects to specific tables in the ODBC data source.