Jump to content

Sqlite3 Ile Açtığım Tabloları Yazdıramıyorum()


turkoglu98
 Share

Recommended Posts

bu çalışmanın içinde tabloları yazdırma yok ama devamında yazmışlar
şöyle yazıyor;


[quote name='galetis' date='04 January 2012 - 00:02 ' timestamp='1325628156' post='1135477']
Tablo oluşturma;
[codebox]
CREATE TABLE test_table
(col1 INTEGER NOT NULL,
col2 CHAR(25),
col3 VARCHAR(25),
col4 NUMERIC NOT NULL,
col5 TEXT(25),
PRIMARY KEY (col1),
UNIQUE (col2))
[/codebox]



Varolan tabloların isimlerini alma;
[code]SELECT * FROM dbname.sqlite_master WHERE type='table';
[/code]
[/quote]

burada yazıyor denedim ama olmadı
tabloları nasıl listbox a yazdırabilirim

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