Re: Step 1 with Visual Basic

Поиск
Список
Период
Сортировка
От Obe, Regina
Тема Re: Step 1 with Visual Basic
Дата
Msg-id 53F9CF533E1AA14EA1F8C5C08ABC08D20197A0C5@ZDND.DND.boston.cob
обсуждение исходный текст
Ответ на Step 1 with Visual Basic  (Gary <sql@4myad.tv>)
Список pgsql-novice
Gary,
 
Are you using VB6 or VBA.  VBA is the flavor of Visual Basic that is built in MS Access and other office applications and is of the VB6 lineage.  VB6 is the stand alone environment built for doing stand alone applications.  My understanding is that Microsoft has deprecated VB6 and for example one of my friends who really liked VB6 switched to PowerBasic (or is it RealBasic) because of that fact.  If that is the case and you are starting off, you would be better off going with VB.NET.  VB.NET is unfortunately not quite as easy to learn as VB6, but I tend to like it more tha VB6 since it provides stricter framework for designing apps.
 
If you are a complete newbie to databases and reporting, I would suggest starting off with something like MS Access which already has a report writer (and quite a good one I must say) built in.  For that all you will need is the ODBC driver for Postgresql and link all your tables in.  MS Access is actually the way I got started with relational databases and reporting because you can use the designer to build a query and then look at the SQL source to see how it formed the SQL and its got wizards galore to get you started and you can export tables and to other databases or link to all sorts of databases.  Once you feel comfortable with that then things like Crystal Reports, Active Reports, SQL etc are a lot less threatening looking.
 
Hope that helps,
Regina


From: pgsql-novice-owner@postgresql.org on behalf of Gary
Sent: Tue 6/17/2008 10:32 AM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] Step 1 with Visual Basic


Hello,

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.

Thanks,

Gary

--
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice


The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer.


Help make the earth a greener place. If at all possible resist printing this email and join us in saving paper.

В списке pgsql-novice по дате отправления:

Предыдущее
От: Brian Hurt
Дата:
Сообщение: Re: ERROR: could not access status of transaction 575
Следующее
От: "Richard Broersma"
Дата:
Сообщение: Re: Step 1 with Visual Basic