Filling a dataset with randomly chosen records
From: Jenny Yellman (jaquynn_at_ihmail.com.donotspam)
Date: 08/27/04
- Next message: David: "Re: How do I print the details view"
- Previous message: Zattack: "Merging multiple rows into one with multiple columns"
- Next in thread: Van T. Dinh: "Re: Filling a dataset with randomly chosen records"
- Reply: Van T. Dinh: "Re: Filling a dataset with randomly chosen records"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Aug 2004 16:13:05 -0700
I am filling a dataset in VB.NET with randomly chosen records from a table in
an Access Database. I use the following SQL statement that works perfectly
when I test it out in Access. Unfortunately, it does not work the same way
when I use it to configure my dataAdapter in VB.NET
SELECT Problem
FROM tblX
WHERE (Skill = ?)
ORDER By Rnd(ID)
Any ideas?
Thanks,
Jennifer Yellman Quynn
Motivational Assessment
- Next message: David: "Re: How do I print the details view"
- Previous message: Zattack: "Merging multiple rows into one with multiple columns"
- Next in thread: Van T. Dinh: "Re: Filling a dataset with randomly chosen records"
- Reply: Van T. Dinh: "Re: Filling a dataset with randomly chosen records"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|