On Tue, Jun 17, 2008 at 7:32 AM, Gary <sql@[EMAIL PROTECTED]
> wrote:
> I would like to use VB6 to create a re****t. 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 re****t 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 Re****ts 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 re****t.
2) An understanding of your re****t software. (you need to be able to
create and format the re****t.)
3) An understanding of how to embed your re****t 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
--
Sent via pgsql-novice mailing list (pgsql-novice@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice


|