Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic
adodc
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
kimmi kalra
New Member
Join Date:
Oct 2006
Posts:
1
#1
adodc
Oct 21 '06, 08:00 AM
i am a baginner to visual basics.i wanted to know how to design an adodc control.is there anyone who can help me out.
thanks..
Austen
New Member
Join Date:
Oct 2006
Posts:
23
#2
Oct 21 '06, 08:58 AM
Originally posted by
kimmi kalra
i am a baginner to visual basics.i wanted to know how to design an adodc control.is there anyone who can help me out.
thanks..
adodc1.Connecti onString = "Provider=Micro soft.Jet.OLEDB. 4.0;" & _
"Data Source=" & App.Path & "\Log\" & gCurrent_MDB & "C" & ".mdb" & ";Persist Security Info=False"
adodc1.recordse t.recordsource = "SELECT * from table_Name"
adodc.refresh
do while NOT adodc1.recordse t.EOF
'stName = adodc1.recordse t.field("FieldN ame")
'
'
loop
not sure it can help u.
Comment
Post
Cancel
Austen
New Member
Join Date:
Oct 2006
Posts:
23
#3
Oct 21 '06, 08:59 AM
Originally posted by
kimmi kalra
i am a baginner to visual basics.i wanted to know how to design an adodc control.is there anyone who can help me out.
thanks..
adodc1.Connecti onString = "Provider=Micro soft.Jet.OLEDB. 4.0;" & _
"Data Source=" & App.Path & "\Log\" & gCurrent_MDB & "C" & ".mdb" & ";Persist Security Info=False"
adodc1.recordse t.recordsource = "SELECT * from table_Name"
adodc1.refresh
do while NOT adodc1.recordse t.EOF
'stName = adodc1.recordse t.field("FieldN ame")
'
'
loop
adodc1.Recordse t.Close
not sure it can help u.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment