randall2nd
Programmer
I need to connect to a SQL Anywhere database, and then acces it through coldfusion. It was originally being used by a power builder aplication, using sybase to connect.
I went through the coldfusion administrator and tried to create a data source. I am tryed to use the native driver for sybase 11. It is asking me for a server name and default database. I am not real sure what i am supposed to put here.
Can someone help me.
How do I find out the server name?
How do I locate the default database?
------Another way to look at it---------
I need to connect to a database file [*.db]
In windows ODBC datasources there is an "Adaptive Server Anywhere 6.0" connection to the database,under system DSN.
user name : dba
password : sql
Database name : MyAppV2
Database file : C:\apps\myapp\data\MyApp.db
I moved the file onto the server with ColdFusion
How do I connect to it ?
How do I setup the ColdFusion administrator to connect?
Can it be done DSN-less? How?
I just need to be able to connect to the db, ANY HELP appreciated. Randall2nd
I went through the coldfusion administrator and tried to create a data source. I am tryed to use the native driver for sybase 11. It is asking me for a server name and default database. I am not real sure what i am supposed to put here.
Can someone help me.
How do I find out the server name?
How do I locate the default database?
------Another way to look at it---------
I need to connect to a database file [*.db]
In windows ODBC datasources there is an "Adaptive Server Anywhere 6.0" connection to the database,under system DSN.
user name : dba
password : sql
Database name : MyAppV2
Database file : C:\apps\myapp\data\MyApp.db
I moved the file onto the server with ColdFusion
How do I connect to it ?
How do I setup the ColdFusion administrator to connect?
Can it be done DSN-less? How?
I just need to be able to connect to the db, ANY HELP appreciated. Randall2nd