Me.bindingsource.find() method, need help?

47 views
Skip to first unread message

xshadow

unread,
Mar 16, 2007, 4:37:16 PM3/16/07
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I'm trying to retrieve data from MS Access Database 2007 from
VB.net(VS 8) using the following method.

Me.bindingsource.xxx

All goes well for movenext, movefirst, ... etc, but when I try to find
a record through find() method I don't understand what should type in
(...), while the intelesense states to type prop and object key. It
really doesn't make any sens for me. Consider the following table as
example.

ID first field second field third
field
1 aaa bbb ccc
2 ppp qqq rrr
3 sss ttt
uuu

Now how would "Me.bindingsource.find()" statement will be written in
order to search a specific record(i.e qqq) from the database?

Reply all
Reply to author
Forward
0 new messages