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.

Re: Data Form Wizard Question. by Sahil

Sahil
Fri Jun 18 07:28:13 CDT 2004

Yes it is possible.

When the wizard asks you for "new connection" - just tab over to the
provider and select SQL Server instead of what is selected.

- Sahil Malik
Independent consultant
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik

"Henry" <Henry@DoNotSpamMe.com> wrote in message
news:%23gep60SVEHA.1380@TK2MSFTNGP09.phx.gbl...
> 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.
>
>



Re: Data Form Wizard Question. by Henry

Henry
Fri Jun 18 09:57:49 CDT 2004

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.


"Sahil Malik" <contactmethrumyblog@nospam.com> wrote in message
news:%23CkK4%23SVEHA.1380@TK2MSFTNGP09.phx.gbl...
> Yes it is possible.
>
> When the wizard asks you for "new connection" - just tab over to the
> provider and select SQL Server instead of what is selected.
>
> - Sahil Malik
> Independent consultant
> You can reach me thru my blog -
> http://www.dotnetjunkies.com/weblog/sahilmalik
>
> "Henry" <Henry@DoNotSpamMe.com> wrote in message
> news:%23gep60SVEHA.1380@TK2MSFTNGP09.phx.gbl...
> > 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.
> >
> >
>
>



Re: Data Form Wizard Question. by Sahil

Sahil
Fri Jun 18 10:35:07 CDT 2004

Professional ADO.NET - David Sceppa - Chapter #2 - Everyone loves a wizard.
(Something like that).

- Sahil Malik
Independent Consultant
You can reach me thru my blog - http://dotnetjunkies.com/WebLog/sahilmalik/



"Henry" <Henry@DoNotSpamMe.com> wrote in message
news:uESVgSUVEHA.2816@TK2MSFTNGP11.phx.gbl...
> 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.
>
>
> "Sahil Malik" <contactmethrumyblog@nospam.com> wrote in message
> news:%23CkK4%23SVEHA.1380@TK2MSFTNGP09.phx.gbl...
> > Yes it is possible.
> >
> > When the wizard asks you for "new connection" - just tab over to the
> > provider and select SQL Server instead of what is selected.
> >
> > - Sahil Malik
> > Independent consultant
> > You can reach me thru my blog -
> > http://www.dotnetjunkies.com/weblog/sahilmalik
> >
> > "Henry" <Henry@DoNotSpamMe.com> wrote in message
> > news:%23gep60SVEHA.1380@TK2MSFTNGP09.phx.gbl...
> > > 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.
> > >
> > >
> >
> >
>
>



Re: Data Form Wizard Question. by Henry

Henry
Fri Jun 18 14:14:11 CDT 2004

I found the answer. According to MS documentation Data Forms use OLE DB data
objects only. Thanks for your help.

"Sahil Malik" <contactmethrumyblog@nospam.com> wrote in message
news:eSKvWnUVEHA.1356@TK2MSFTNGP09.phx.gbl...
> Professional ADO.NET - David Sceppa - Chapter #2 - Everyone loves a
wizard.
> (Something like that).
>
> - Sahil Malik
> Independent Consultant
> You can reach me thru my blog -
http://dotnetjunkies.com/WebLog/sahilmalik/
>
>
>
> "Henry" <Henry@DoNotSpamMe.com> wrote in message
> news:uESVgSUVEHA.2816@TK2MSFTNGP11.phx.gbl...
> > 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.
> >
> >
> > "Sahil Malik" <contactmethrumyblog@nospam.com> wrote in message
> > news:%23CkK4%23SVEHA.1380@TK2MSFTNGP09.phx.gbl...
> > > Yes it is possible.
> > >
> > > When the wizard asks you for "new connection" - just tab over to the
> > > provider and select SQL Server instead of what is selected.
> > >
> > > - Sahil Malik
> > > Independent consultant
> > > You can reach me thru my blog -
> > > http://www.dotnetjunkies.com/weblog/sahilmalik
> > >
> > > "Henry" <Henry@DoNotSpamMe.com> wrote in message
> > > news:%23gep60SVEHA.1380@TK2MSFTNGP09.phx.gbl...
> > > > 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.
> > > >
> > > >
> > >
> > >
> >
> >
>
>