Am Die, 2002-10-08 um 13.32 schrieb [EMAIL PROTECTED]: > Hi *, > > Can anyone tell me why the first program works and the other doesn't? > Here are fragments of the code: > 1) > exec sql set serverdb 'TEST'; > exec sql connect tst identified by tstpass; > 2) > exec sql begin declare section; > char dbuser [ 19 ] = "tst "; > char dbpassword[ 19 ] = "tstpass"; > exec sql end declare section; try uppercase Characters for user and password.
> exec sql set serverdb 'TEST'; > exec sql connect :dbuser identified by :dbpassword; > --->Unknown user name/password combination > > I use: > SAP AG SAP DB C-PreComp Version 7.3.0 Build 025-000-085-923 > > What *.libs are needed to link precompiled programs with? (I found > libsqlca.lib libpcrm.lib but I don't know which version to link with: > \depend\runtime\7300\pgm or \indep_prog\runtime\7300\pgm) > > What *.dlls are needed on the client side to run ESQL/C programs? > > Thanks, > > Janusz Jęczmionka, NOI, RYBNIK > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
