Jump to content

Sqlite3 Ile Veri Aktarımı


dragon3781
 Share

Recommended Posts

Bu konuyu arkadaş ilk açtığında gördü.İlk önce apz yi indirdim boş olduğunu görünce amacının başka olduğunu düşündüm.Sonradan arkadaşlar da aynı tepkiyi verdi.Ama KintaRo geldiğinde proje muhteşem bir hal aldı.İşte o zaman gerçekten KintaRo farkını gördüm.

Link to comment
Share on other sites

[center][b]Dosyayı İndiremiyorum. Alternatif Link Verirseniz İlgilenebilirim. Bu Arada Bilmeyen Arkadaşlarımı Uyarayım ; Fileden, Yaklaşık Bir Aydır Linklerde Sorun Çıkarıyor. Linkler Bazen Çalışıyor, Bazen Çalışmıyor. Dikkatinize.[/b][/center]

Link to comment
Share on other sites

Global Functions:

[codebox]function BuyukHarf(nesne)
sMetin = Input.GetText(nesne)
uMetin = String.Upper(sMetin)
Input.SetText(nesne, uMetin)
sMetin = Input.GetText(nesne)
Input.SetSelection(nesne, #sMetin+1, #sMetin+1)
end[/codebox]

Input On Key:

[code]if e_Key ~= 8 and e_Key ~= 46 and e_Key ~= 13 and e_Key ~= 9 and e_Key ~= 16 and e_Key ~= 17 and e_Key ~= 35 and e_Key ~= 36 and e_Key ~= 37 and e_Key ~= 38 and e_Key ~= 39 and e_Key ~= 40 then
BuyukHarf(this)
end[/code]

Link to comment
Share on other sites

  • 5 years yıl...
On 08.10.2011 at 08:29, KintaRo yazdı:

evet, çünkü Executable olarak build edersen çalıştığında, içindeki dosyaları temp'e çıkartır, programı kapatınca dosyaları siler, o yüzden tüm güncelleme işlemlerin yok sayılır.

exe olarak kaydettiğimiz projenin veri tabanındaki değişikliği kaydedemiyor muyuz hala belki bir çözüm yolu bulmuşsunuzdur.veya alternatif bir yol ?

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...