OVH Cloud OVH Cloud

Find data on access database

2 réponses
Avatar
Booster
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.

2 réponses

Avatar
Cor Ligthert
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"
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.




Avatar
Lucas Tam
"Booster" wrote in news:O$OYFZtnEHA.3396
@tk2msftngp13.phx.gbl:

find data in another column using the index number "ParamID",



You use SQL

SELECT * FROM TABLE WHERE PARAMID = SomeValue

http://www.w3schools.org/sql

--
Lucas Tam ()
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/