I just tried what you suggested and this is the error that I got: http://bin.cakephp.org/view/1346910103
On Tue, Apr 16, 2013 at 1:18 AM, Canan GİRGİN <[email protected]>wrote: > I think, your connection parameters must be like this: > > gora.sqlstore.jdbc.driver=com.mysql.jdbc.Driver > gora.sqlstore.jdbc.url=jdbc:mysql:// > 423fsdff23.database.windows.net:1433/nutchtest > gora.sqlstore.jdbc.user=developer > gora.sqlstore.jdbc.password=secret-pass > > ---------- Forwarded message ---------- > From: Yves S. Garret <[email protected]> > Date: Sat, Apr 13, 2013 at 4:02 AM > Subject: Trying to output to db in MS-SQL on Azure > To: [email protected] > > > I took the following tutorial [ http://nlp.solutions.asia/?p=180 ] and > modified parts of it in order to output into a MS-SQL database hosted on > Azure. > > This is my gora.properties that's enabled (yes, some of the necessary info > was changed): > gora.sqlstore.jdbc.driver=org.hsqldb.jdbc.JDBCDriver > gora.sqlstore.jdbc.url=jdbc:hsqldb:hsql:// > 423fsdff23.database.windows.net:1433/nutchtest > gora.sqlstore.jdbc.user=developer > gora.sqlstore.jdbc.password=secret-pass > > I don't understand where I'm going wrong. Any suggestions? >

