Configuring a dataAdapter with a SQL statement
From: Jenny Yellman (jaquynn_at_ihmail.com.donotspam)
Date: 08/27/04
- Next message: Jenny Yellman: "Filling a dataset with random records"
- Previous message: Sarah Bram: "Re: XP SP2 and MDAC 2.8"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Aug 2004 15:57:03 -0700
I am filling a dataset in VB.NET with records from an Access database. I
want to fill the dataset with randomly chosen records. I have tested the
following SQL statement in Access and it works smashingly. Unfortunately not
when configuring my dataAdapter. Any ideas?
SELECT Problem
FROM tblX
WHERE (Skill = ?)
ORDER BY Rnd(ID)
-- Jennifer Yellman Quynn Motivational Assessment
- Next message: Jenny Yellman: "Filling a dataset with random records"
- Previous message: Sarah Bram: "Re: XP SP2 and MDAC 2.8"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|