ATL::CDataSource and dialog with a connection string in input
- From: "Olivier" <olive@xxxxxxxxx>
- Date: Mon, 24 Apr 2006 20:31:51 +0200
Hi,
Is it possible to set a ATL::CDataSource with a connection string to have
a dialog with some fields filled ?
ATL::CDataSource ds;
ds<---- my connection string
if (ds.Open()!=S_OK)
return;
BSTR bstr;
ds.GetInitializationString(&bstr, true);
Thanks,
.
- Prev by Date: RE: oledb problem in VS2005
- Next by Date: Detect if maxrecord attribut works
- Previous by thread: Re: how to retrieve [RecordsAffected] count from cmd.Excecute in VB?
- Next by thread: Detect if maxrecord attribut works
- Index(es):