Data Form Wizard Question.

  • Thread starter Thread starter Henry
  • Start date Start date
H

Henry

Hello,

Is there a way to make the data form wizard create windows forms using
sqlConnection, sqlDataAdapter and sqlCommand instead of OleDBConnection,
OleDbDataAdapter since all my projects deal with SQL 2k server? Thank you in
advance.
 
Thanks for the reply but that did not do it. I do not have a connection
established and when I try to establish one the wizard gives me the OLE DB
type only.
 
I found the answer. According to MS documentation Data Forms use OLE DB data
objects only. Thanks for your help.
 
Back
Top