Re: [BUGS] [INTERFACES] ECPG Connect user :variable problem
ou to EXEC SQL CONNECT TO :target as :connection_name user :uname using :password; and have the uname and password C variables get passed correctly to the ECPGconnect fucntion after epgc processing. On Tue, Aug 19, 2003 at 12:17:08PM -1000, Ryan Mooney wrote: > > Hello, > > I'm
Re: [BUGS] [INTERFACES] ECPG Connect user :variable problem
ct.pgc" > char * connection_name = "myconnection" ; > > #line 7 "connect.pgc" > char * uname = "myuser" ; > > #line 8 "connect.pgc" > char * password = "mypassword" ; > /* exec sql end declare section */ > #