Re: [Mono-list] Sqlite Client

2005-12-01 Thread Ecmel Ercan
I just found this: http://www.mail-archive.com/sqlite-users@sqlite.org/msg08219.html I am not 100% sure though. On 11/29/05, Joshua Tauberer [EMAIL PROTECTED] wrote: Ecmel Ercan wrote: Executing the commands separetly is against atomicity. What happens if in the middle of a statement

Re: [Mono-list] Sqlite Client

2005-11-30 Thread Ecmel Ercan
I am using Mono 1.1.10_1 installer on Ubuntu 5.10. This should be the latest official release. using System; using System.Data; using Mono.Data.SqliteClient; public class TestSqlite { public static void Main (string[] args) { string connString = version=3,URI=file:test.db;

[Mono-list] Sqlite Client

2005-11-29 Thread Ecmel Ercan
Hello, I am trying to use the Mono.Data.SqliteClient with sqlite3 but can not execute more than one SQL command in a single CommandText: SqliteCommand dbcmd = new SqliteCommand (); .. .. dbcmd.CommandText = @ CREATE TABLE table1 ( id TEXT, name TEXT ); CREATE TABLE

Re: [Mono-list] Sqlite Client

2005-11-29 Thread Ecmel Ercan
I am using Mono 1.1.10_1 installer on Ubuntu 5.10. This should be the latest official release. using System; using System.Data; using Mono.Data.SqliteClient; public class TestSqlite { public static void Main (string[] args) { string connString = version=3,URI=file:test.db;

[Mono-list] Re: Eclipse plugins in C# ?

2004-12-11 Thread Ecmel Ercan
On Fri, 10 Dec 2004 18:53:33 +, Gregory Bowyer wrote: i guess he was talking about a syntax highlighting and building-macros I am still wishing someone would write a very cool fairly complete C# mode for eclipse Second to that, but I wish I can write the C# eclipse plug-in in C# itself

[Mono-list] Re: Eclipse plugins in C# ?

2004-12-07 Thread Ecmel Ercan
On Tue, 07 Dec 2004 09:51:35 -0300, Alejandro Mery wrote: i guess he was talking about a syntax highlighting and building-macros to do c#/mono on eclipse, not to run eclipse over mono. No, i know ikvm and also the improve plug-in. I just wanted to know if it is technically feasible to write

[Mono-list] Eclipse plugins in C# ?

2004-12-06 Thread Ecmel Ercan
Hi, Is it possible to somehow embed/use mono in Eclipse (http://www.eclipse.org) and write plug-ins using C#? Regards. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Re: Sqlite parameter support

2004-12-02 Thread Ecmel Ercan
Hi, Thanks for the answer. I have one more thing to clarify: What is the best practice for managing Sqlite connections? Does it support connection pooling? Should I open 1 connection and keep it till the end of the application or should I open a connection when needed and close it as soon as

[Mono-list] Sqlite parameter support

2004-12-01 Thread Ecmel Ercan
Hi, Are there any plans to implement (or merge the patch submitted some time ago) parameter support for the Sqlite ADO.NET provider? ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Re: Mono Beta2 packages for Fedora Core 2 to arrive by the end of the week

2004-06-04 Thread Ecmel Ercan
Any news on this? ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Gettext

2004-03-27 Thread Ecmel Ercan
Hi, Does gettext supported in Mono 0.31? If so, can somebody point me to a link? Regards, Ecmel Ercan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Re: [ANN] Firebird ADO.NET Data Provider 1.5.2 released

2004-03-24 Thread Ecmel Ercan
FYI, the pdf documentation is still unreadable under Linux. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] RE: [ANNOUNCE] Kurush Personal Finance Tool 0.5

2004-02-26 Thread Ecmel Ercan
On Wed, 25 Feb 2004 20:39:37 -0500, Daniel Morgan wrote: BTW, does it use pure gtk#, or does it require other stuff such as GNOME#? I was wanting to use this on Windows. It just requires libgnomeprint outside gtk. I don't know whether it is available in Windows.

[Mono-list] [ANNOUNCE] Kurush Personal Finance Tool 0.5

2004-02-25 Thread Ecmel Ercan
Hi, I have released a new version of my personal finance tool called Kurush. It is developed with Mono and Gtk# and requires Gnome Desktop 2 The source code, binary and screenshots can be found at: http://www.ercansoy.com/kurush/ Hope, people will find it useful. Ecmel Ercan

[Mono-list] System.Diagnostics.Process.Exited Event

2003-10-27 Thread Ecmel Ercan
am using mono 0.28 Hope someone can help. Best Regards, Ecmel Ercan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list