K
Keith
This is 1/2 a SQL Server CE question - 1/2 a
CompactFramework
question.
I'm developing in VB.NET Compact Framework. I want to be
able to pull data out of a SQLCE database on the mobile
device. I've created the .SDF database file - the
application can connect to it. My question comes from a
great deal of inexperience with the SQL query language.
How can I pull a value or number of values out of a
certain column - and populate a combobox with this
values. I'm do understand how to pull the row (or
records) with
a SELECT statement. But once I have those records, how can
I just pull a specific column for all those records and
how can
I take this data and populate a combobox control with it?
thank you.
CompactFramework
question.
I'm developing in VB.NET Compact Framework. I want to be
able to pull data out of a SQLCE database on the mobile
device. I've created the .SDF database file - the
application can connect to it. My question comes from a
great deal of inexperience with the SQL query language.
How can I pull a value or number of values out of a
certain column - and populate a combobox with this
values. I'm do understand how to pull the row (or
records) with
a SELECT statement. But once I have those records, how can
I just pull a specific column for all those records and
how can
I take this data and populate a combobox control with it?
thank you.