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();
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
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
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
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
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
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