majasoft
Jan 31st, 2001, 07:59 AM
Hi,
I want to make my Recordset (adoRecHaupt) as public.
In Visual Basic I use "public adoRecHaupt as new ADODB.Recordset". But how can I do it under Java ? I want to use the Recordset (Connection, too) over all the code. At this time I use "Recordset adoRecHaupt = new Recordset();" but this I call from (in) "public frmVFV3_1() {".
What can I do. Does anybody have a (little) code-example for me ??
Thanx, MAJASOFT.
I want to make my Recordset (adoRecHaupt) as public.
In Visual Basic I use "public adoRecHaupt as new ADODB.Recordset". But how can I do it under Java ? I want to use the Recordset (Connection, too) over all the code. At this time I use "Recordset adoRecHaupt = new Recordset();" but this I call from (in) "public frmVFV3_1() {".
What can I do. Does anybody have a (little) code-example for me ??
Thanx, MAJASOFT.