I have installed the ADS 10.0 version on my win7 successful, and it run as a windows service. Then I take a look at windows program menu and found there is a menu named "Advantage Database Server" and it only includes "Advantage Configuration Utility" sub-menu, I open it and have no found where can create database.
My question:
Any one can help me, thanks a lot!
答案 0 :(得分:1)
Advantage Configuration Utility会告诉您该服务是否正在运行,您可以从那里(或从Windows服务管理器)启动和停止该服务。
由于ADS是客户端/服务器和桌面数据库之间的混合,因此database
的含义取决于上下文,它可以是:
包含一些表(.adt
或.dbf
文件,其中包含索引,lob数据等可选附加文件)的目录。
优势数据库字典(以.add
结尾的文件名,链接到附加文件,最终链接到表格文件,如1所示。)。
服务器端别名(\\MYADSSERVER\MYALIAS
)。
在某个套接字(ip:port
)上运行ADS服务的服务器本身。
Advantage Internet Server(AIS
)。
最简单的情况是1.您只需将一些现有表放在目录中(或使用Advantage Data Architect创建新表" ARC32")。
如果您想了解更多阅读文档。它与ARC32一起安装(只需打开“帮助”菜单)或者可以在线阅读:
http://devzone.advantagedatabase.com/dz/content.aspx?key=32
http://devzone.advantagedatabase.com/dz/webhelp/Advantage12/index.html
您问题的ODBC部分已在其他地方有答案:
What is the proper connection string for Advantage Database Server?