data adapter .fill command fails

  • Thread starter Thread starter Dave Cullen
  • Start date Start date
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
 
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
 
Back
Top