Latest version available here: https://www.b4x.com/android/forum/threads/b4x-dbutils-2.81280/
This example demonstrates how DBUtils module can be used in B4J.
DBUtils was modified to match the slightly different API of B4J jSQL library.
Other changes:
- ExecuteSpinner and ExecuteListView were removed. Instead there is an ExecuteList methods that can be used with ComboBox and ListView.
- ExecuteHtml was removed. Currently there isn't a node similar to WebView in B4J (it will be added in the near future).
- ExecuteTable was added. It fills the result set in a TableView.
	
	
	
		
		
		
			
		
		
	
	
		 
	
			
			This example demonstrates how DBUtils module can be used in B4J.
DBUtils was modified to match the slightly different API of B4J jSQL library.
Other changes:
- ExecuteSpinner and ExecuteListView were removed. Instead there is an ExecuteList methods that can be used with ComboBox and ListView.
- ExecuteHtml was removed. Currently there isn't a node similar to WebView in B4J (it will be added in the near future).
- ExecuteTable was added. It fills the result set in a TableView.
 
	Attachments
			
				Last edited: 
			
		
	
							 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		