Hi
I am try to UPDATE I get no error and the data don't change
are any example how to INSERT, UPDATE using jdbcSQL and MYSQL
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
		
		
	
	
		 
	
			
			I am try to UPDATE I get no error and the data don't change
are any example how to INSERT, UPDATE using jdbcSQL and MYSQL
			
				B4X:
			
		
		
		Dim sf As Object = Starter.mysql.ExecQueryAsync("mysql","UPDATE testtable SET id=?,name=? ,address=? WHERE id=? ", _
                                Array As Object("","name","address","1", Null))   
    Wait For (sf) mysql_QueryComplete (Success As Boolean, Crsr As JdbcResultSet) 
				 
 
		 
 
		