list all tables names in combobox
Database
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to list all tables names in combobox. Can somebody write a code example. Thank you:)
-
Hi, I want to list all tables names in combobox. Can somebody write a code example. Thank you:)
select * from information_schema.tables where table_type='Base table' - बुरा जो देखण मै चला, बुरा न िमलया कोय, जो मन खोजा आपणा तो मुझसे बुरा न कोय। Translation
-
select * from information_schema.tables where table_type='Base table' - बुरा जो देखण मै चला, बुरा न िमलया कोय, जो मन खोजा आपणा तो मुझसे बुरा न कोय। Translation
thank You:)