با سلام لطفا اگه کسی میتونه منو راهنمایی کنه که چرا با اینکه دستور ظاهرا درسته ولی داخل دیتابیس اپدیت نمیشه ؟ وعدد یا هرچیزی نمیشه داخلش قرار داد
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Private img As ImageView
Dim sql1 As SQL
Dim cur As Cursor
Dim str As String
End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
سوال
reza azimi 0
با سلام لطفا اگه کسی میتونه منو راهنمایی کنه که چرا با اینکه دستور ظاهرا درسته ولی داخل دیتابیس اپدیت نمیشه ؟ وعدد یا هرچیزی نمیشه داخلش قرار داد
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Private img As ImageView
Dim sql1 As SQL
Dim cur As Cursor
Dim str As String
End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
File.Copy(File.DirAssets,"test.db",File.DirInternal,"test.db")
sql1.Initialize(File.DirInternal,"test.db",False)
img.Initialize("img")
Activity.AddView(img,10%x,10%y,50%x,50%y)
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
Sub Img_Click
str=1
sql1.ExecNonQuery("UPDATE tbl SET int="&str&" where id=1")
End Sub
لینک ارسال
به اشتراک گذاری در سایت های دیگر
2 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.