Has anyone stumbled across any sql auto complete textbox type controls for vb6 (open source or free preferred)
I am thinking of building one unless there is one available.
wish list:
- syntax highlight keywords and intellisense (scintinilla would be perfect)
- pass it a odbc connection object to extract tables and fields
- parse the sql as you go to get active table names and suggest available fields
I am thinking of building one unless there is one available.
wish list:
- syntax highlight keywords and intellisense (scintinilla would be perfect)
- pass it a odbc connection object to extract tables and fields
- parse the sql as you go to get active table names and suggest available fields