How do I "Insert" using a type member?

From: "Ty Augustine" <tya(at)home(dot)com>
To: pgsql-questions(at)postgreSQL(dot)org
Subject: How do I "Insert" using a type member?
Date: 1999-03-26 06:32:33
Message-ID: 5SFK2.11988$WM.1316@news.rdc1.wa.home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I'm a newbie to VB and SQL. I have VB6 and SQL7. I'm trying to insert
Strings that are members of a type into SQL, This is what i've tried with
no success. How do you do this? and how would I do this using a stored
procedure?

'SQL = "Insert SoftwarePackage(Name,Path,Size,nFiles) " _
' & "Values('" & sw.cName & "'," _
' & sw.cPath & "," _
' & sw.sSize & "," _
' & sw.hFiles & ")"

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Broytmann 1999-03-26 09:54:27 Re: [GENERAL] Re: [SQL] sql 92 support in postgres
Previous Message Bruce Guenter 1999-03-26 06:16:56 Unique indices and inheritance