Re: [Sqlrelay-discussion] does sqlrelay support timesten in-memory database
Brought to you by:
mused
From: David M. <dav...@fi...> - 2012-04-10 03:51:38
|
I haven't tried it myself but it should be possible to use SQL Relay with the TimesTen database using ODBC, assuming that there is an ODBC driver available for the platform you are using SQL Relay on. First you need to set up a DSN in the odbc.ini file. If you can connect to the database using isql, then you can configure an instance in the sqlrelay.conf file as follows: <instance ... dbase="odbc" ...> .... <connections> <connection ... string="dsn=MYTIMESTENDSN" .../> </connections> </instance> Dave dav...@fi... On 03/31/2012 11:52 AM, zhu shi song wrote: > Does sqlrelay support timesten in-memory database? > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > > _______________________________________________________ > Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting > http://www.doteasy.com > > > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > _______________________________________________________ > Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting > http://www.doteasy.com |