When program running ,how to set adodc control's
"connect string" property ?
Printable View
When program running ,how to set adodc control's
"connect string" property ?
referece to "Microsoft OLE DB Service Component 1.0 Type Library"
now U can use datalink
dim d as new datalinks
'dim d as datalinks
'set d = createobject("datalinks")
dim cn as adodb.connection
'if is necessary -> dim cn as new adodb.connection
set cn = d.promptnew
msgbox cn.connectionstring
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>