Re: Executing SP in VB6

From: "Goulet, Dick" <DGoulet(at)vicr(dot)com>
To: "Sandro Yaqub Yusuf" <sandro(at)proservvi(dot)com(dot)br>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Executing SP in VB6
Date: 2004-10-04 19:15:38
Message-ID: 4001DEAF7DF9BD498B58B45051FBEA6501B9D50B@25exch1.vicorpower.vicr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

May I ask why you want to use a stored procedure? A simple "Select
fullname from users where user = '<value>';" should work just fine.

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA

_____

From: Sandro Yaqub Yusuf [mailto:sandro(at)proservvi(dot)com(dot)br]
Sent: Monday, October 04, 2004 3:13 PM
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] Executing SP in VB6

Hello,

Please, I just trying search in all WEB SITES about using STORED
PROCEDURES with VISUAL BASIC, but I not found anything about this that
can help me.

I have a table: USERS with colums IDUSER, USER, PASSWORD, FULLNAME
I need get the colum FULLNAME with parameter USER.
How I do to create and execute a STORED PROCEDURE in VISUAL BASIC 6 to
resolve this litle problem ? (please, forgiven my english because I
living in BRAZIL and not speak english).

Thanks,

Sandroyy


Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Sandro Yaqub Yusuf 2004-10-04 19:24:33 Re: Executing SP in VB6
Previous Message Sandro Yaqub Yusuf 2004-10-04 19:13:01 Executing SP in VB6