data adapter .fill command fails

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Cullen

    #1

    data adapter .fill command fails

    I setup an OleDbDataAdapte r 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
    OleDbDataAdapte r.Fill(DataSet) command throws an exception.. null
    password. How do I make VB.NET prompt for the password?

    Oracle database, if that matters.

    Thanks
  • Cor Ligthert [MVP]

    #2
    Re: data adapter .fill command fails

    Dave,

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

    microsoft.publi c.dotnet.framew ork.adonet

    I hope you find yor answer soon.

    Copr

    "Dave Cullen" <nospam@mail.co m> schreef in bericht
    news:43417914.9 1CEEF53@mail.co m...[color=blue]
    >I setup an OleDbDataAdapte r 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
    > OleDbDataAdapte r.Fill(DataSet) command throws an exception.. null
    > password. How do I make VB.NET prompt for the password?
    >
    > Oracle database, if that matters.
    >
    > Thanks[/color]


    Comment

    Working...