Re: Step 1 with Visual Basic - Mailing list pgsql-novice

From Richard Broersma
Subject Re: Step 1 with Visual Basic
Date
Msg-id 396486430806170913x428cc5cas217d5ef3942a86b8@mail.gmail.com
Whole thread Raw
In response to Step 1 with Visual Basic  (Gary <sql@4myad.tv>)
List pgsql-novice
On Tue, Jun 17, 2008 at 7:32 AM, Gary <sql@4myad.tv> wrote:

> I would like to use VB6 to create a report.  I've never use a database
> before.
>
> Can someone point me to some information and examples.

Do you already have a working PostgreSQL database that you will be
working with?  What report engine will you be using?

I've don't have a copy of VB6 at work.  But using VB for applications,
I was able to embed a Crystal Reports Viewer into one of my forms. To
make all of this work, you need three things:

1) An understanding of SQL, to get at (and possibly aggregate) your
data before it is processed by your report.
2) An understanding of your report software. (you need to be able to
create and format the report.)
3) An understanding of how to embed your report view into your VB application.
[opt.4] If you are trying to design your own database from scratch,
then you will need an understanding of Conceptual database schema
design, Normalization rules, and a working knowledge of your
postgresql server.


--
Regards,
Richard Broersma Jr.

Visit the Los Angles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

pgsql-novice by date:

Previous
From: Brian Hurt
Date:
Subject: ERROR: could not access status of transaction 575
Next
From: Brian Hurt
Date:
Subject: Re: ERROR: could not access status of transaction 575