How do I "Insert" using a type member? - Mailing list pgsql-general

From Ty Augustine
Subject How do I "Insert" using a type member?
Date
Msg-id 5SFK2.11988$WM.1316@news.rdc1.wa.home.com
Whole thread Raw
List 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 & ")"



pgsql-general by date:

Previous
From: Bruce Guenter
Date:
Subject: Unique indices and inheritance
Next
From: Oleg Broytmann
Date:
Subject: Re: [GENERAL] Re: [SQL] sql 92 support in postgres