file.readstring

  1. irda

    Android Question [Solved] file.readstring error java.io.FileNotFoundException: No content provider: config.con

    Hello, I have the following problem that I cannot find a solution. I just want to select a file, read the content and get the data to process it, but the following code gives me an error when trying to read the file. This is my code: Dim cc As ContentChooser cc.Initialize("cc") cc.Show("*/*"...
  2. M

    Spanish File.ReadString funciona a veces

    Hola buen día Leyendo una tabla de MySql a través de InitializePost2, Sub Buscar_lista_de_paises Dim req As OkHttpRequest Dim Query As String Query="SELECT nombre, ID FROM paises ORDER BY ID" req.InitializePost2("http://192.168.0.14/paises.php", Query.GetBytes("UTF8"))...
Top