Android Question DbUtils for Android SQLite (Create Table with varchar field)

virpalacios

Active Member
Licensed User
Longtime User
Hi All, Good Day, Good Afternoon or Good Night, :) 👋 , I am starting to use DbUtils for easing my users in updating their apps, I need to create a table on the fly, so I got into DbUtils, howerver when is the time to define data fields I got just a few options.

1764386521505.png
,for my new table i use varchars, however I had to use DB_TEXT. There is a way to define others data types?

Thanks in advance for your comments,

Best Regards

Greetings
 

virpalacios

Active Member
Licensed User
Longtime User
Thanks DonManfred, this information was very useful, i was confused by my sqlite database manager datatypes , at end SQLite has these 4 basic datatypes.

Best Regards

👋 :D
 
Upvote 0
Top