here it is...
I use jConnect4.2, be carefull to change bin/config.env to add classpath
for jConnect (JDBC_CLASSES), and i have installed accountsample in pubs3
(be carreful... in Sybase1.properties...)
Kristof Vereecke wrote:
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of pascal molli
> > Sent: woensdag 8 maart 2000 11:00
> > To: [EMAIL PROTECTED]
> > Subject: newbie question about distribution...
> >
> >
> >
> > Hi,
> >
> > I just installed Jonas 1.6.1 on RedHat6.1 with Linux Free
> > Sybase 11.9.2
> > and free jConnect4_2, and IT WORKS !
> > I can send the Sybase1.properties file and Account.isql file
> > if somebody
> > is interested...
>
> Hi,
>
> I'm very interested in the property and isql files :-)
>
> Thanck you very much in advance
>
> Greetings
drop table accountsample
create table accountsample (
accno int primary key,
customer varchar(30),
balance numeric(15,4)
)
insert into accountsample values(101, 'Antoine de St Exupery', 200.00)
insert into accountsample values(102, 'alexandre dumas fils', 400.00)
insert into accountsample values(103, 'conan doyle', 500.00)
insert into accountsample values(104, 'alfred de musset', 100.00)
insert into accountsample values(105, 'phileas lebegue', 350.00)
insert into accountsample values(106, 'alphonse de lamartine', 650.00)
Sybase1.properties