|
-
Aug 7th, 2000, 05:09 AM
#1
Thread Starter
Addicted Member
I have a problem with ADODC...
I have made Master/Detail Form using ActiveX Data Control..
I have Given the follwing code to change the child recordset depending upon the master's Primary key....
---------------
With adorditem
.CommandType = adCmdUnknown
.RecordSource = "Select * from orditem where
ordno='"& ordfield(0) & "'"
.Refresh
End With
--------------
For the first few times this code is working fine but then it gives a Error Method Referesh of ADODC Failed.
Then Vb Terminates itself it is a serious problem for me in my project...people gave me different advise but they were useless..Some told me to install Visual Studio 6 Service Pack ...which is 128MB I have to download from net....
Please Give me a Solution for my problem.....
____________________________
Regards Rohan(Mumbai,India)
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
|