Logging into database

  • Follow


Hi

Is there a group of classes or a single class that can be used to parse and
log data, either into some sort of file system or inbuilt datadase. I am not
wishing to use ODBC to connect to any databases.

Thanks in advance

Battler



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.737 / Virus Database: 491 - Release Date: 11/08/2004


0
Reply someone3085 (13) 8/20/2004 3:21:09 AM

Yeah, try FileOutputStream

Battler wrote:

> Hi
> 
> Is there a group of classes or a single class that can be used to parse and
> log data, either into some sort of file system or inbuilt datadase. I am not
> wishing to use ODBC to connect to any databases.
> 
> Thanks in advance
> 
> Battler
> 
> 
> 
> 

0
Reply muzzco (3) 8/20/2004 3:40:08 AM


Battler wrote:

> Hi
> 
> Is there a group of classes or a single class that can be used to parse
> and log data, either into some sort of file system or inbuilt datadase. I
> am not wishing to use ODBC to connect to any databases.

Please post again, and imagine trying to read and understand your own post.
Use this recipe:

1. I wanted this _________________
2. But darn, I got this instead _____________________
3. Here is how (2) differs from (1) _____________________

Try for clarity of expression.

-- 
Paul Lutus
http://www.arachnoid.com

0
Reply nospam248 (2243) 8/20/2004 3:45:42 AM

On 20-8-2004 5:21, Battler wrote:
> Hi
> 
> Is there a group of classes or a single class that can be used to parse and
> log data, either into some sort of file system or inbuilt datadase. I am not
> wishing to use ODBC to connect to any databases.

Would JDBC be an option instead of ODBC?

> 
> Thanks in advance
> 
> Battler
> 
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.737 / Virus Database: 491 - Release Date: 11/08/2004
> 
> 

Apache Log4j provides, apart from logging to files & databases(through JDBC), also logging to 
Window's event log or Unix' syslog daemon.
<http://logging.apache.org/>

And there's Java's own logging package (Java 1.4+)
<http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/package-summary.html>
<http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html>

-- 
Regards,
Z.
0
Reply zoopy (79) 8/20/2004 10:50:31 AM

On Thu, 19 Aug 2004 20:45:42 -0700, Paul Lutus <nospam@nosite.zzz>
wrote:

>Battler wrote:
>
>> Hi
>> 
>> Is there a group of classes or a single class that can be used to parse
>> and log data, either into some sort of file system or inbuilt datadase. I
>> am not wishing to use ODBC to connect to any databases.
>
>Please post again, and imagine trying to read and understand your own post.
>Use this recipe:
>
>1. I wanted this _________________
>2. But darn, I got this instead _____________________
>3. Here is how (2) differs from (1) _____________________
>
>Try for clarity of expression.

Holy Favre... This is the exact form I need for our analysist here...
I ususally get some document for a bug that makes no sense, and
requires me to pull fingernails to get any decent information.

I usually add:
4. Describe what you did to arrive at 2.

--
now with more cowbell
0
Reply spamtrap11 (374) 8/20/2004 2:14:42 PM

> wrote:
>
> >Battler wrote:
> >
> >> Hi
> >>
> >> Is there a group of classes or a single class that can be used to parse
> >> and log data, either into some sort of file system or inbuilt datadase.
I
> >> am not wishing to use ODBC to connect to any databases.
> >
> >Please post again, and imagine trying to read and understand your own
post.
> >Use this recipe:
> >
> >1. I wanted this _________________
> >2. But darn, I got this instead _____________________
> >3. Here is how (2) differs from (1) _____________________
> >
> >Try for clarity of expression.
>
> Holy Favre... This is the exact form I need for our analysist here...
> I ususally get some document for a bug that makes no sense, and
> requires me to pull fingernails to get any decent information.
>
> I usually add:
> 4. Describe what you did to arrive at 2.

If you don't understand the question then you have issues you need to sort
out ASAP.


Battler



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.737 / Virus Database: 491 - Release Date: 11/08/2004


0
Reply someone3085 (13) 8/21/2004 4:02:03 AM

On Sat, 21 Aug 2004 04:02:03 GMT, "Battler" <someone@somwhere.com>
wrote:

>> >Battler wrote:
>> >> Is there a group of classes or a single class that can be used to parse
>> >> and log data, either into some sort of file system or inbuilt datadase.
>> >> am not wishing to use ODBC to connect to any databases.
>> >
>> >Please post again, and imagine trying to read and understand your own
>post.
>
>If you don't understand the question then you have issues you need to sort
>out ASAP.
>Battler

Wow, congratulations on not getting your question answered. 
0
Reply cid (52) 8/21/2004 6:14:01 PM

On Sat, 21 Aug 2004 04:02:03 GMT, "Battler" <someone@somwhere.com>
wrote:

>If you don't understand the question then you have issues you need to sort
>out ASAP.

Its not that we didn't understand the question, but need more
information from you

--
now with more cowbell
0
Reply spamtrap11 (374) 8/24/2004 3:43:17 PM

7 Replies
35 Views

(page loaded in 0.152 seconds)

Similiar Articles:
















6/23/2012 1:18:19 PM


Reply: