|
-
PDA Database questions
I am currently almost complete with a PDA database that i have written in VB 2008.. However 2 problems still persist, i will start with what i think is the easiest to resolve.:
my database consists of the following columns:
date
provider
charge
allowed amount
discount
applied to deductible
co-pay
yearly deductible
maximum
other
payment
,,,,,,its a very simple database but remember it is a compact database(it does not have all the functionality of the full blown version) anyway
what i am attempting to do is read the database with the following sql command:
Dim cmdPayment As New System.Data.SqlServerCe.SqlCeCommand("SELECT Provider,Date,Payment FROM InsuranceTracker2008 WHERE payment is NOT NULL", conn)
so what i want to do here is read the database when Payment is NOT NULL then insert the following into a listbox
date, provider,payment????????? this is where i am stuck
I do not know how to parse the data and insert into list box?????
Thanks a bunch
m2m
Similar Threads
-
By LAByerly in forum VB Classic
Replies: 1
Last Post: 02-01-2003, 10:54 AM
-
By Michael in forum Database
Replies: 2
Last Post: 12-08-2002, 07:20 PM
-
By Russ in forum Database
Replies: 0
Last Post: 06-04-2002, 12:57 AM
-
By Michael Tzoanos in forum Database
Replies: 0
Last Post: 04-12-2002, 11:19 AM
-
By mholt28 in forum VB Classic
Replies: 1
Last Post: 06-05-2000, 11:21 AM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks