cancel
Showing results for 
Search instead for 
Did you mean: 

UltraLiteJ Xamarin getting Publications

Former Member
0 Kudos
1,518

In the UWP project I use the following to get the list of UltraLite Publications... int pubCount = conn.GetDatabaseSchema().GetPublicationCount(); Windows.Foundation.Collections.IIterator<string> pubIterator = conn.GetDatabaseSchema().GetPublications();

How does one do this in the Android Project with UltraLiteJ?
There is no conn.prepareStatement() function - If this is how one does it..

Is there a sample on how to use UltraLiteJ with Xamarin? There is for Android Studio and Eclipse, but I assume this is all Java.

Accepted Solutions (0)

Answers (0)