J JCMarquez New Member Jun 13, 2019 #1 I would like to know what is the counterpart of these codes in b4a. Codes are in vb.net Dim getname1 As DataTable = ExecuteQuery(Select sql server) If getname1.Rows.Count = 0 .... Elseif getname1.rows.count <> 0 .... End if Thanks!
I would like to know what is the counterpart of these codes in b4a. Codes are in vb.net Dim getname1 As DataTable = ExecuteQuery(Select sql server) If getname1.Rows.Count = 0 .... Elseif getname1.rows.count <> 0 .... End if Thanks!
Erel B4X founder Staff member Licensed User Longtime User Jun 13, 2019 #2 1. You need to use JdbcSQL to connect to a remote server. 2. Start with: SQL tutorial Upvote 0