|
-
September 4th, 2001, 04:53 AM
#1
adodc control?
When program running ,how to set adodc control's
"connect string" property ?
-
September 4th, 2001, 05:00 AM
#2
Re: adodc control?
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|