catzj
September 4th, 2001, 04:53 AM
When program running ,how to set adodc control's
"connect string" property ?
"connect string" property ?
|
Click to See Complete Forum and Search --> : adodc control? catzj September 4th, 2001, 04:53 AM When program running ,how to set adodc control's "connect string" property ? berta September 4th, 2001, 05:00 AM 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/images/bertaplanet.gif'> </center> codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |