I am trying to get a SQL Anywhere 9 database to run as a service and connect to it from PowerBuilder 10. My OS is Windows 7 64bit. The database is the one that comes with PB10 - easdemo9.db. No surprise - Sybase Central doesn't work, it gets a Java error when attempting to connect. So I used the command line to create the service. So I have a service and can't connect from PowerBuilder. I am guessing that the settings on the service aren't ideal either. The error message is: SQLSTATE = IM002 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified The connection setting is: SQLCA.DBParm = "ConnectString='eng=myeng;dbn=easdemo9;uid=dba;pwd=sql'," + & "ConnectOption='SQL_DRIVER_CONNECT,SQL_DRIVER_NOPROMPT'" I ran regedit and found these values for the service 'ASANYe_myserv'. ImagePath: C:\Program Files (x86)\Sybase\SQL Anywhere 9\win32\dbeng9.exe -hvASANYe_myserv Parameters: -n myeng -c8m "C:\Program Files (x86)\Sybase\Shared\PowerBuilder\easdemo9.db" |