Search found 1 match
- Wed Mar 19, 2008 7:21 am
- Forum: Databases
- Topic: Query and combobox
- Replies: 0
- Views: 221
Query and combobox
HI! I have yet problem with combobox and query. COMBOBOX PAGE This page work, I have just one problem: With this code : " $sql ="select name from [db]..sysobjects where xtype = 'U'order by name";" in my combobox appear the name of all the tables of the db but I want only few tabl...