data adapter .fill command fails

D

Dave Cullen

I setup an OleDbDataAdapter and DataSet on my form without having the
wizard "save" the connection password. I expected that I'd be prompted
at run time, but that's not happening. The
OleDbDataAdapter.Fill(DataSet) command throws an exception.. null
password. How do I make VB.NET prompt for the password?

Oracle database, if that matters.

Thanks
 
C

Cor Ligthert [MVP]

Dave,

Probably you get on this Oracle database question a quicker answer in the
newsgroup.

microsoft.public.dotnet.framework.adonet

I hope you find yor answer soon.

Copr
 

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