[mono-android] mono DataAdapter it error?

2012-06-11 Thread mcxxx
I could not understand why a process fails while installing the DataTable I'm doing wrong Mono.Data.Sqlite.SqliteDataAdapter da=new SqliteDataAdapter("select * from custome",con); System.Data.DataTable dt=new DataTable(); dt.BeginLoadData();

Re: [mono-android] messagebox for android

2012-05-25 Thread mcxxx
thank you -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/messagebox-for-android-tp5709956p5709990.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.ximian.c

[mono-android] messagebox for android

2012-05-22 Thread mcxxx
Response from the user before the function completes AlertDialog.Builder like messagebox but I want to wait until the user answers. How do I do? public bool test() { bool tst=false; AlertDialog.Builder builder = new A

Re: [mono-android] Sqlite like i,ü,I,İ problem?

2012-05-01 Thread mcxxx
public class Sqlite_DB { private SqliteConnection CON; public SqliteCommand COM; string dbName = System.IO.Path.Combine(@"sdcard", @"testDB.db3"); public Sqlite_DB() { TOUPPER.RegisterFunction(typeof(TOUPPER)); CollationCaseInsensitive.RegisterFunction(ty

Re: [mono-android] Sqlite like i,ü,I,İ problem?

2012-05-01 Thread mcxxx
teşekkür ederim ama benim sorunum oluşturmada değil veri tabanım hazır ben sadece bu verileri okuyorum şunu kullandım ancak burada da sd üzerindeki veri tabanına ulaşamıyorum SqliteConnection ile Thank you, but my problem is not creating a database that is ready I just read this data to the databa

[mono-android] Sqlite like i,ü,I,İ problem?

2012-04-27 Thread mcxxx
select *from table where colum like %ir% as a result of this query > "öz" "cesur" How can I cope with this problem? #region usings using System; using System.Data.SQLite; #endregion #if MONO using Mono.Data.Sqlite; #else #endif namespace ASC.Data.SQLite { #if MONO [SqliteFunctio

[mono-android] Socket Problem

2012-04-09 Thread mcxxx
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Java.IO; using System.Net.Sockets; using Java.Net; using Android.Util; namespa