This tutorial shows an example of how to interact with a database...

http://developer.android.com/resources/tutorials/notepad/index.html
 <http://developer.android.com/resources/tutorials/notepad/index.html>
Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Fri, May 6, 2011 at 6:37 AM, alex kimani <[email protected]> wrote:

> Hi guys,
>
> I am still a newbie, sorry if this is a 'blonde question'.
>
> I have a problem of displaying data on my textview and list view from my
> sql db.
>
> I can manage to check the records on the sql through cmd and create the db
> and tables through my app.
>
> but am unable to display the data on text view.
>
>
>  for example on VB the below codes sets your sqldata to textboxes after
> opening your database.
>
>
>  txtPropNo.Text = mobjRDORst.rdoColumns("propno")
>
> txtEmpNo.Text = mobjRDORst.rdoColumns("empno")
>
> txtAddress.Text = mobjRDORst.rdoColumns("address")
>
> txtCity.Text = mobjRDORst.rdoColumns("city")
>
> txtState.Text = mobjRDORst.rdoColumns("state")
>
> txtZip.Text = mobjRDORst.rdoColumns("zip")
>
>
>  where mobjRDORst is our DB object.is there something line that in android
> and any sample codes how it can be done.
>
>
>  thanks
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to