From 96512b7493f4341bd094e7347867ec085d305e8e Mon Sep 17 00:00:00 2001 From: sawadogolazare Date: Fri, 6 Nov 2015 11:38:16 +0000 Subject: [PATCH] increase number of stations --- StationExplorer/frmStation.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StationExplorer/frmStation.vb b/StationExplorer/frmStation.vb index 3c7a5a3..2eda050 100644 --- a/StationExplorer/frmStation.vb +++ b/StationExplorer/frmStation.vb @@ -17,7 +17,7 @@ Dim totalRows As Integer Try - sql = "SELECT stationId, stationName FROM station LIMIT 100;" + sql = "SELECT stationId, stationName FROM station LIMIT 150;" dataAdapter = New MySql.Data.MySqlClient.MySqlDataAdapter(sql, frmLogin.dbConnection) dataAdapter.Fill(ds, "station") listViewToPopulate.Columns.Clear()