oracle /sqlserver等是大型的数据库管理 系统 。应用的模式应该是c/s或者b/s/d模式,要安装数据库服务器,这个时候肯定要单独安装和调试好,或者你有足够详细的配置文档,让用户自己来搞定:)

解决方案 »

  1.   

    write all the stuff (table,constraint definitions...) as standard SQL prodecures, and specify the SQL version in your documentation.So the installation is clear, just run your procdure, then very thing is done.the bigest issue for you is that the compatibility among database systems. BE CAREFUL!
      

  2.   

    sunshine,我有见过有人象bde打包一样打包sql server,不知道能不能给我弄一个
    ===============================
    我爱bcb,我爱interbase,我爱我gf
    ===============================
      

  3.   

    Normally, all leading database systems offer the functionality of generating database to SQL statements which is surely compatible on its own behalf. However, for the portability, you should change some trivial constructions for users convenience.For example, IBM DB2 has a the ability to export a database structure as SQL statements.