Importing MSSql Database to PointBase Database

i am using PointBase 5.5 Embedded server . i need to import the existing database (created in MSSQL) to PointBase Database.What should i do?Can u help me anyone?plz..
[173 byte] By [MyQuestions] at [2007-11-26 8:08:17]
# 1

I think MS SQL Server has an option to generate the DDL(create table, index statements) and DML (current snapshot of the data in all the tables) files.

You can use these files to create tables & populate data in pointbase.

(There may be some issues with SQL syntax if MSSQL & Pointbase follow different SQL standards)

JagadishPrasath at 2007-7-6 20:49:01 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
may be you can try this "database migration utility" http://opendbcopy.sourceforge.net/Thanks,-Jagadish
JagadishPrasath at 2007-7-6 20:49:01 > top of Java-index,Application & Integration Servers,Application Servers...