Find more
Windows programming tools at
 
   
  EzTools Software Logo Quality Windows Programming Tools
Because Presentation is Everything
EditListView Editable ListView
Customizable XP style ListView
Set colors, fonts, and much more
more info
 
Home  Downloads  Buy Support Services FAQ About Us

SQLitePlus Grid ActiveX Control

 

Product Quicklist  
  Database Products
SQLitePlus & SQLite++  
Database Explorer  
COM DLL  
SQLite++  
Compression & Encryption  
Stored Scripts  
Grid ActiveX  
FAQ  
Licensing  
SQLite.NET DLL  
SqlWeb COM DLL  
  HSP System
Overview  
HTML Scripting Pages  
EzWeb Compiler  
EzReg Copy Protection  
  ActiveX Components
EditListView Enhanced ListView  
WOW WebBrowser  
BrowserList HTML Listbox  
HotButton ActiveX  
HotLink HTML HyperLink  
HotList HTML Listbox  
SuperCombo HTML Droplist  
TabStrip ActiveX  
  Other Products
RegDb COM DLL  
Zip COM DLL  
Source Code  
EzComm Messaging DLL  
EzScript XML Generator  

 

One of the first things you will probably need to do with SQLitePlus is display query results in your application.  If you are not using our WOW control with HSP, or if you need a Grid control, then you should consider using the SQLitePlus Grid control.  It is very easy to use.  In fact, you only need to set a SQLitePlus Dataset into the Grid control and it will automatically display it.  Here is a VB example of how to use the Grid control:


Dim db As New SqliteDb
Dim ds As Dataset

m_db.Init "sqlt307.dll"
db.Open App.Path & "\northwind.db", eReadWrite

Set ds = m_db.Exec("SELECT * FROM Suppliers")

Set SqlitePlusGrid1.Dataset = ds

db.Close

The SQLitePlus Database Explorer uses the Grid control to display its result sets.

Editable Datasets

The SQLitePlus Grid control can be used to directly edit a table.  The table must have been opened using the "OPEN TABLE" command.  Double-clicking on a field changes it to an edit box.  Here is how you would create an editable Dataset with the OPEN TABLE command:


Dim db As New SqliteDb
Dim ds As Dataset

m_db.Init "sqlt307.dll"
db.Open App.Path & "\northwind.db", eReadWrite

Set ds = m_db.Exec("OPEN TABLE Suppliers")

Set SqliteGrid1.Dataset = ds

db.Close

Its Free

Use the Grid freely in your SqlitePlus applications.



Completely Customizable Dropdown Menus

 
Testimonial

"Hi ___, I just told them to buy your product because it's AWESOME!!!!! I appreciate all your help. Thanks a lot!"
-Marc


 

Copyright © EzTools Software2001-2007 All rights reserved. Trademarks and Disclaimer:
All trademarks belong to their respective companies.