Re: [Haskell-cafe] haskelldb + sqlite problem.

2009-09-05 Thread Colin Paul Adams
Colin == Colin Paul Adams co...@colina.demon.co.uk writes: Magicloud == Magicloud Magiclouds magicloud.magiclo...@gmail.com writes: Magicloud Hi, I am using haskelldb and Magicloud haskelldb-hdbc-sqlite3. Well, I finally got the source Magicloud compiled and ran, I got this error:

Re: [Haskell-cafe] haskelldb + sqlite problem.

2009-09-04 Thread Colin Paul Adams
Magicloud == Magicloud Magiclouds magicloud.magiclo...@gmail.com writes: Magicloud Hi, I am using haskelldb and Magicloud haskelldb-hdbc-sqlite3. Well, I finally got the source Magicloud compiled and ran, I got this error: App: user error Magicloud (SQL error: SqlError {seState

Re: [Haskell-cafe] haskelldb + sqlite problem.

2009-06-22 Thread John Goerzen
Magicloud Magiclouds wrote: Hi, I am using haskelldb and haskelldb-hdbc-sqlite3. Well, I finally got the source compiled and ran, I got this error: App: user error (SQL error: SqlError {seState = , seNativeError = 21, seErrorMsg = prepare 74: SELECT subject,\n timestamp\nFROM notes

[Haskell-cafe] haskelldb + sqlite problem.

2009-06-21 Thread Magicloud Magiclouds
Hi, I am using haskelldb and haskelldb-hdbc-sqlite3. Well, I finally got the source compiled and ran, I got this error: App: user error (SQL error: SqlError {seState = , seNativeError = 21, seErrorMsg = prepare 74: SELECT subject,\n timestamp\nFROM notes as T1\nORDER BY timestamp DESC: