Pull multiple values from Column to Combobox

  • Thread starter Thread starter SQLCE Server
  • Start date Start date
S

SQLCE Server

Not sure this is the right group to post to - but any help
would be appreciated.

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.

thank you.
 
Hi SQLCE,

You probably get an answer here from Bill Ryan, however you can try it as
well in the newsgroup:

microsoft.public.dotnet.framework.compactframework.

I hope this helps anyway?

Cor
 
Back
Top