flyclassic22
Technical User
May i know how can i abstract every data from all the rows under a specific column?
When i use this SQL query statemnt, "SELECT Name FROM StudentRecord", this will return ROWS of record under the column "Name". So if i want to store every data into a variable, how can i do it?
When i use this SQL query statement, "SELECT * FROM StudentRecord WHERE Name="Hello", and if in the database there isnt a record with the "Name" as "Hello", will ResultSet return a null and how can i handle this error?
Please direct me. Thanks
When i use this SQL query statemnt, "SELECT Name FROM StudentRecord", this will return ROWS of record under the column "Name". So if i want to store every data into a variable, how can i do it?
When i use this SQL query statement, "SELECT * FROM StudentRecord WHERE Name="Hello", and if in the database there isnt a record with the "Name" as "Hello", will ResultSet return a null and how can i handle this error?
Please direct me. Thanks