Tumgik
#sqlist
sharepointoffice365 · 6 years
Photo
Tumblr media
AxioWorks are excited to be exhibiting at the SharePoint Conference North America next week i Come and visit us at booth 506 and learn more about products for simplifying SharePoint reporting and BI. We'll be demoing our SPReporting tool for the first time which will allow you to easily embed SQL Server Reporting Services Reports into SharePoint online pages. We'll also be showing our SQList tool which allows you to use your SharePoint lists like SQL Server tables http://rplg.co/00ce9180
0 notes
componentsource · 7 years
Photo
Tumblr media
SQList 5.3 https://goo.gl/54neKU
0 notes
leebart · 11 years
Text
Sqlite data base Cursor to ArrayList
arrayList = new ArrayList<Map<String,Object>>();
for(cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
Map<String, Object> item = new HashMap<String,Object>();
for(int i=0; i<cursor.getColumnCount(); i++)
item.put(cursor.getColumnName(i), cursor.getString(i));
arrayList.add(item);
}
Enjoy the ArrayList with Adapters :)
0 notes
componentsource · 7 years
Photo
Tumblr media
SQList 5.2 https://goo.gl/0MMYmK
0 notes