ODBC/NETWORK CONNECTION PROTOTYPE FOR SQL ANYWHERE 16
- Download Sybase SQL Anywhere 16 from the link Sybase Sql Anywhere 16
- Install SQL Anywhere 16 with default settings, which installs Sybase Central
- Open Sybase Central from Start→ Programs → SQL Anywhere 16 → Sybase Central
- Connect to the SQL Anywhere server 16 Database from Sybase Central → Connections → Connect with SQL Anywhere 16 database
- Enter the Connection Details for the SQL Anywhere 16 database connection and click on Tools buttons Test connection
- The connection will open the connected database
- The default authentication details are user id:DBA Password:sql
- The Connection to the SQL Anywhere 16 is of different types
- Connect with an ODBC data source
- Download and install the SQL Anywhere 16 ODBC drivers and Create an ODBC connection with the database connection details
- Connect with an ODBC data source
- Check the connection
- Connect to a Running Database on this computer
- Enter the Authentication details
- Select the Connect to a running database on this computer from Action list
- Run the Personal Server or Personal Server sample from the start→ SQL Anywhere 16 → SQL Anywhere → Personal Server / Personal Server sample
- Select the DB file path enter the server name and click on OK to start the local personal server with the selected database
- Now select the server Name and Database Name in the connect to SQL Anywhere 16 database window
- Check the connection
- Connect to a running database on another computer
- Enter the details of connection parameters
- The port is assigned by the Network server
- To connect to the database running on the another computer, we need to create and start the Network server like how personal server created with the selected database
- Connect to a running database in a cloud
- Enter the cloud connection details
- Open DPL/SSIS and create new connection with the ODBC connection to the SQL Anywhere 16
- Select the tables you want to import and export to SQL Server through export option.
FIREBIRD DATA CONNECTION PROTOTYPE
Process
Download the “DBConvert for firebird and MS SQL” tool
![21.JPG]()
![7.JPG]()
![8.JPG]()
![9.JPG]()
![10.JPG]()
![11.JPG]()
![12.JPG]()
# Connect to FTP serverOPENHOST("10.100.1.21","RISECORP\ppandela","T3mp2014") <ip address>, <user name>, <password># Go to C:\MyDirLOCALCHDIR("D:\BODS Videos") <file path to where the downloaded file has to place># Get all the files in the FTP serverGETFILE("*.FDB") <file name to download># Transfer finished, close the connectionCLOSEHOST![14.JPG]()
![15.JPG]()
![16.JPG]()
.![17.JPG]()
![18.JPG]()
![19.JPG]()
![20.JPG]()
To download the files from the remote server, create an FTP server for the folder
- FTP server creation for the firebird database file
- Creating script file in ScriptFTP to download the FTP files
Download the “DBConvert for firebird and MS SQL” tool
- Use DB Convert to convert from .fdb format to .sql format (FireBird to SQL Server)
- Use the target connection to staging database
- Enable FTP service from Start → Control Panel → Programs and Features → Turn windows features on and off
- Expand the IIS and select FTP Service
- Open IIS window from Administrative tools → IIS
- Right click on the sites folder and select Add FTP site option
- Enter the name for the FTP Site and click Next
- Enter the Binding and SSL settings
- Select the Authentication and Authorisation information and click finish
- Now check the FTP connection by opening explorer and enter the ftp address as ftp://<ipaddress>
- Now open ScriptFTP tool select New→ download.ftp → save the .ftp file and enter the script
# Connect to FTP serverOPENHOST("10.100.1.21","RISECORP\ppandela","T3mp2014") <ip address>, <user name>, <password># Go to C:\MyDirLOCALCHDIR("D:\BODS Videos") <file path to where the downloaded file has to place># Get all the files in the FTP serverGETFILE("*.FDB") <file name to download># Transfer finished, close the connectionCLOSEHOST
- Click on Run to execute the script and download the file
- Click on scheduler menu, select the script file and create scheduling for download the files
- Now open the DB Convert tool
- Select the source connection to .fdb database file
- Enter the target staging database connection details
- click on commit to convert the .fdb file to .sql database
- click on schedule button to schedule the conversion