Skip to Content.
Sympa Menu

freetds - Re: preparedStatement problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Edson Carlos Ericksson Richter" <richter AT viaapia.com.br>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: preparedStatement problem
  • Date: Fri, 4 Aug 2000 10:37:42 -0300


Oops! I'm using Forte4J, that works fine into directory structure...
All the time I download sources, I need to adjust sources into diretories...
Some trouble, but works, and I can test into debug mode...

M2c

Edson Richter


----- Original Message -----
From: Jon Strande <jstrande AT microserve.net>
To: TDS Development Group <freetds AT franklin.oit.unc.edu>
Sent: Friday, August 04, 2000 8:36 AM
Subject: [freetds] Re: preparedStatement problem


Craig,

Okay, just wanted to check. That makes sense to me, seems that
me sitting in front of a windows machine puts me in the minority on
this list, everyone seems to be using Emacs.

I guess that the other thing that I have to consider is that I learned
MVC several years ago and with Java's package 'arrangement' I just
assumed (incorrectly) that everyone loves that and uses it.
com.myCompany.appName.ModelClasses
com.myCompany.appName.ControlClasses
etc.

I appreciate all your excellent work on providing us this driver!

Thanks Craig,

Jon

-----Original Message-----
From: Craig Spannring [SMTP:Craig.Spannring AT aedinc.net]
Sent: Thursday, August 03, 2000 9:15 PM
To: TDS Development Group
Subject: [freetds] Re: preparedStatement problem

Jon Strande writes:
>
> 2.) when the snapshot zip files are built, why aren't they packed with
> correct directory paths so that I can unzip it to my root com directory
> and just run: javac com\internetcds\jdbc\tds\*.java. When I download a
> zip, all I do is extract the source, copy the files to the correct
directories and
> compile. It works perfectly, PLUS, I can skip all that makefile
> stuff.

Basically it comes down to philosophical differences. I believe the
Java compilation model is wrong. I've always thought the directory
structure for source code should be laid out to make things easy for
the programmer. IMO, related source files should be in the same
directory. The Sun philosophy is that the layout should benefit the
compiler. In Sun's opinion, releated files should be littered all
over the place.

The FreeTDS JDBC driver would have source code spread over several
different directories. Emacs (my primary IDE) can be setup to work
that way, but it defaults to a less bushy arrangement.


--
=======================================================================
Life is short. | Craig Spannring
Bike hard, ski fast. | cts AT internetcds.com
--------------------------------+------------------------------------
When all you've got is Perl, everything feels like a smashed thumb
=======================================================================

---
You are currently subscribed to freetds as: jstrande AT mail.microserve.net
To unsubscribe, forward this message to
$subst('Email.Unsub')


---
You are currently subscribed to freetds as: richter AT viaapia.com.br
To unsubscribe, forward this message to
$subst('Email.Unsub')






Archive powered by MHonArc 2.6.24.

Top of Page