all groups > vb.net controls > september 2004 >
You're in the

vb.net controls

group:

Find data on access database


Re: Find data on access database Lucas Tam
9/20/2004 6:00:49 AM
vb.net controls: "Booster" <verma@village.invalid> wrote in news:O$OYFZtnEHA.3396
@tk2msftngp13.phx.gbl:

[quoted text, click to view]

You use SQL

SELECT * FROM TABLE WHERE PARAMID = SomeValue

http://www.w3schools.org/sql

--
Lucas Tam (REMOVEnntp@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
Find data on access database Booster
9/20/2004 7:54:38 AM
Hi
I am a beginner

working with VB.net

Ho to:
find data in another column using the index number "ParamID", also the
possibility to updata the data in "ParamVal".
This is a Parameter table "tblParameter" in an access BE-database

ParamID ParamDescr ParamVal
1 User xxxxxx
2 Usercode 123456
3 Location xxxxxxxxxx
4 RegNumber ZZZZZZZZ


Many thanks in advance

Marc.

Re: Find data on access database Cor Ligthert
9/20/2004 7:59:10 AM
Booster,

This question is in my opinion too much at the beginning that to make it
possible to answer it in a newsgroup, you can try these resources to have a
good starting point.

VB.net Resource kit
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing the resource kit
http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir

Another resource for learning is the Quick Starts
http://samples.gotdotnet.com/quickstart/

I hope this helps a little bit?

Cor

"Booster" <verma@village.invalid>
[quoted text, click to view]

AddThis Social Bookmark Button