Jump to content

Sqlite3 Kullanarak Ekledğim Içeriği Silemiyorum


ErenAyyıldız
 Share

Recommended Posts

S.a arkadaşlar sgl3lite ile listbox,a veri ekledim button'aeklediğim içeriği silmesi için komut yazmaya calışıyorum ama silmiyor Eklediğim komut aşşağıda [code]
nSil = ListBox.GetSelected("ListBox1")
if nSil ~= -1 then
sMetin = ListBox.GetItemText("ListBox1", nSil[1])
sSoru = Dialog.Message("İçerik Sil", sMetin .. " İçeriği silmek istiyor musun?", MB_YESNO, MB_ICONQUESTION, MB_DEFBUTTON1)
if sSoru == IDYES then
cMetin = Crypto.BlowfishEncryptString(sMetin, anahtar, 0)
ListBox.DeleteItem("ListBox1", nSil[1])
<! buraya bir kod eklemem lazım ama bir türlü bulamıyorum !>
end
end[/code] yukarıdaki komutu yazdırdığımda bu hatayı alıyorum [img]http://c1110.hizliresim.com/q/r/3gmz.jpg[/img]
APZ Dosyası http://www.dosyaupload.net/8Kintaro_apz.rar
,yardımlarınız için şimdidedn teşekürler Edited by ErenAyyıldız
Link to comment
Share on other sites

veritabanına kayıtlı olan eklediğim yazıyı silmesini istiyorum

[quote name='ali::12' date='23 October 2011 - 13:58 ' timestamp='1319363922' post='1099722']
sen şimdi butona bastıgın zaman veri tabanından yolunumu silmesini istiyorsun yoksa veri tabanında kayıtlı yoldaki dosyayı bilgisayardanmı
[/quote]
verii tabanına kayıtlı olan yazıyı silmek istiyorum

Link to comment
Share on other sites

[warning][color=#FF0000][b]DİKKAT: Konu Başlığını forum Kurallarına gore yeniden düzenleyiniz. Aksi halde cope tasınacaktır.

[topic=872]Forum Kuralları[/topic] - [ Madde 10-16 ]

Konu düzenlenene kadar yazılan tüm iletiler silinecek, ileti yazanlar uyarı alacaktır.[/b][/color][/warning]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...