Help! How do I get MS Access Field Properties in VB.net?

G

Guest

Hi there
I am a bit new to vb.net. I have figured out how to use a data reader to get column and row information from my MS Access database using OLEDB. The problem is that while I can easily get the column names, I can NOT seem to get any properties associated with a given col

For example, I have configured specific CAPTIONS in my Access DB that I would like utilize in my vb.net program. Any help would be appreciated
 
G

Guest

Please don't take my word for it, but i am sure any additional functionality provided by a specific back-end can only be accessible programatically ONLY IF the specific ODBC driver supports such functionality

Did you try this in VB6, for example. Not by referencing the Access class by via ODBC.
 
C

Cor Ligthert

Hi Dtemlak,

I have seen this as well, however maybe you can ask this question as well in
the newsgroup

Maybe we get than both the answer.

Cor

Adonet
<
Web interface:

<http://communities2.microsoft.com/communities/newsgroups/en-us/?dg=microsof
t.public.dotnet.framework.adonet>

\\\
I am a bit new to vb.net. I have figured out how to use a data reader to
get column and row information from my MS Access database using OLEDB. The
problem is that while I can easily get the column names, I can NOT seem to
get any properties associated with a given col.
For example, I have configured specific CAPTIONS in my Access DB that I
would like utilize in my vb.net program. Any help would be appreciated!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top