Re: Brainstorming' time! (export to excel via java)

2004-08-26 Thread Shawn
As for programming skills, I'm pretty familiar with Java so I feel sure I could write a suitable utility with that. In fact, unless I had a really urgent need, I would prefer to write my own stuff just because I like writing code If you wanted to go the java route I suggest checking out http://jdb

Re: Brainstorming' time!

2004-08-21 Thread mos
At 11:02 AM 8/20/2004, you wrote: Ok. I'm looking into alternatives. I'm trying to figure out an alternative to mysql exporting into xls file. Is there any another way you can export into file and make it readable? What format do you use? I'm open to ideas from experienced database programmers :) I

AW: Brainstorming' time!

2004-08-21 Thread Freddie Sorensen
Scott, ASP.NET would be just fine ! Freddie > -Ursprüngliche Nachricht- > Von: Scott Hamm [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 20. August 2004 20:40 > An: 'Mysql ' (E-mail) > Betreff: Brainstorming' time! > > Looks like I will need more t

Re: Brainstorming' time!

2004-08-20 Thread Shankar Unni
Scott Hamm wrote: Ok. I'm looking into alternatives. I'm trying to figure out an alternative to mysql exporting into xls file. Gosh, what's wrong with CSV files? Surely Access can export a classic CSV file format with fields separated by commas and enclosed by ""? Then you can just use LOAD DA

Brainstorming' time!

2004-08-20 Thread Scott Hamm
Wow, so much different ideas. I noted all ideas down to experiment with. I want to say that apologize for sounding "newbie" asking questions and all that. I know that "no question is a stupid question", but you all have been a big help. MyODBC sounds like more reliable answer and will try that with

Re: Brainstorming' time!

2004-08-20 Thread Dirk Bremer \(NISC\)
gt; Sent: Friday, August 20, 2004 13:55 Subject: Re: Brainstorming' time! > 100 quatloos to Chris for the simplest answer. Do that. > > I'll add that you could also use mysqldump: > > mysqldump -T /tmp test users > > This would create /tmp/users.sql, containing the CREA

Re: Brainstorming' time!

2004-08-20 Thread Eamon Daly
TED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 1:24 PM Subject: RE: Brainstorming' time! > Ok unless I missed something here, wouldn't you just use the "SELECT ... > INTO OUTFILE" Syntax found here > http://dev.mysql.com/doc/my

Re: Brainstorming' time!

2004-08-20 Thread James Weisensee
: "'Mysql ' (E-mail)" <[EMAIL PROTECTED]> > Sent: Friday, August 20, 2004 11:02 AM > Subject: Brainstorming' time! > > > > Ok. I'm looking into alternatives. I'm trying to > figure out an alternative > > to mysql exporting into x

Re: Brainstorming' time!

2004-08-20 Thread Rhino
- Original Message - From: "Freddie Sorensen" <[EMAIL PROTECTED]> To: "'Rhino'" <[EMAIL PROTECTED]>; "'Scott Hamm'" <[EMAIL PROTECTED]>; "''Mysql ' (E-mail)'" <[EMAIL PROTECTED]>

Brainstorming' time!

2004-08-20 Thread Scott Hamm
Looks like I will need more than just MySQL and Php/ASP.net. I might even look into perl. What else should I be using? (IIS is provided for) I'm willing to learn new tricks. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EM

AW: Brainstorming' time!

2004-08-20 Thread Freddie Sorensen
> -Ursprüngliche Nachricht- > Von: Rhino [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 20. August 2004 18:30 > An: Scott Hamm; 'Mysql ' (E-mail) > Betreff: Re: Brainstorming' time! > > > - Original Message - > From: "Scott Hamm" <[EMAIL

RE: Brainstorming' time!

2004-08-20 Thread christopher . l . hood
ly and delete the message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 11:30 AM To: Scott Hamm; 'Mysql ' (E-mail) Subject: Re: Brainstorming' time! - Original Message - From: "Scott Hamm" <[EMAIL

Re: Brainstorming' time!

2004-08-20 Thread Eamon Daly
Eamon Daly - Original Message - From: "Scott Hamm" <[EMAIL PROTECTED]> To: "'Mysql ' (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 11:02 AM Subject: Brainstorming' time! > Ok. I'm looking into alternatives. I'm

Re: Brainstorming' time!

2004-08-20 Thread Rhino
- Original Message - From: "Scott Hamm" <[EMAIL PROTECTED]> To: "'Mysql ' (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 12:02 PM Subject: Brainstorming' time! > Ok. I'm looking into alternatives. I'm trying to

Brainstorming' time!

2004-08-20 Thread Scott Hamm
Ok. I'm looking into alternatives. I'm trying to figure out an alternative to mysql exporting into xls file. Is there any another way you can export into file and make it readable? What format do you use? I'm open to ideas from experienced database programmers :) I'm upgrading the whole database sy