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: Everyone only sees his/her own record - comp.databases.filemaker ...You can use a "re-login" step to have someone log into a database that is set to guest access at any time. So, you would set up your default access for "guest" but then ... Log-Lin Plotting & Data Manipulation - comp.programmingI have some X-Y data that I am plotting in a window. For the data to fit into the plot area I transform it so it scales & fits properly. This all wo... Metalink disaster - comp.databases.oracle.serverThis thing with the Metalink is turning into an unmitigated disaster of biblical proportions. I tried to log into Metalink because I want to open ... Trouble Converting String to Num After Scanning/Parsing Log File ...Turn Your Log Files into Searchable Data Using Regex and the XML ..... several lines per log data—we'd be in trouble. ... receive the name of the log file to read ... how the db2 logging work? - comp.databases.ibm-db2hello: how the db2 logging work? for the settings of DATA CAPTURE ,how difference on NONE and CHANGES? ... cron job calling updatedb can wreak havoc, sucking memory into the ... comp.dcom.sys.cisco - page 17... rockwell based external modems connected for dialin access. When initialising the modems via a chat-script, they initialiase ok but the DTR is not restored. dialing into... Importing with TransferDatabase from ODBC and including Indexes ...Have you considered using the osql utility to backup and restore the db?. I think it's available when SQLServer is running. Log into the command prompt as ... ssh sessions between FreeBSD and solaris - comp.unix.solaris ...So if you log into a Sun box and the terminal type is set to cons25, just reset it to ... cons25 This should add definitions for cons25 into Solaris' terminfo database. tar > 2GB file - comp.sys.hp.hpuxI have a HPUX 11.0, that hold a database on it. I want to tar and compress the ... exclude the tar archive being created (GNU and star do), although I'm not logging into ... Cisco 3750 - comp.dcom.sys.ciscoWhen I need to find a machine, I do the following: a) Log into a switch b) Ping the ... described by polling switches with SNMP and putting the results in an SQL database. Logging to a DatabaseBy default, the database trace listener writes log entries into the local SQL Server® Express database. Before you execute the command file, you can specify a different ... Logging into database (Java in General forum at JavaRanch)I dont find logging into database takes place. I have included this in the log4j.properties log4j.appender.R=org.apache.log4j.jdbc.JDBCAppender log4 Error logging techniques using Database - CodeProjectLogging the error in the database and sending email to the respective person; Author ... This file Handles the Exception and logging them into the database. /// < / summary > ... Data LoggingAll that is needed is a few basic components to turn any PC into a useful data logging and control machine. Sources: T. Magruder, A Review of PC-Based Data Logging ... How to configure Forefront TMG logging into a central Microsoft ...In this article the author will discuss how to configure Forefront TMG log repository from SQL Server Express edition to a central Microsoft SQL Server database. 6/23/2012 1:18:19 PM
|