Filling a dataset with random records
From: Jenny Yellman (jaquynn_at_ihmail.com.donotspam)
Date: 08/27/04
- Next message: William \(Bill\) Vaughn: "Re: Filling a dataset with random records"
- Previous message: Jenny Yellman: "Configuring a dataAdapter with a SQL statement"
- Next in thread: William \(Bill\) Vaughn: "Re: Filling a dataset with random records"
- Reply: William \(Bill\) Vaughn: "Re: Filling a dataset with random records"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Aug 2004 16:11:02 -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
-- Jennifer Yellman Quynn Motivational Assessment
- Next message: William \(Bill\) Vaughn: "Re: Filling a dataset with random records"
- Previous message: Jenny Yellman: "Configuring a dataAdapter with a SQL statement"
- Next in thread: William \(Bill\) Vaughn: "Re: Filling a dataset with random records"
- Reply: William \(Bill\) Vaughn: "Re: Filling a dataset with random records"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|