Skip to Content.
Sympa Menu

freetds - RE: How to load FreeTDS JDBC driver?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Brandon M. Reynolds" <breynolds AT comtime.com>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: RE: How to load FreeTDS JDBC driver?
  • Date: Thu, 4 Jan 2001 14:50:31 -0500


When you import in Java, it does not recursively import
subdirectories, i.e.

import java.awt.*

does not give you the event classes. You need to say:

import java.awt.*
import java.awt.event.*

to pick up those.

Brandon M. Reynolds Ph: (330) 644-3059
Systems Engineer Fax: (330) 644-8110
Commercial Timesharing Inc. Email: bmr AT comtime.com


> -----Original Message-----
> From: Fabio Galarraga [mailto:fabio AT mrree.gub.uy]

> Sent: Thursday, January 04, 2001 2:10 PM
> To: TDS Development Group
> Subject: [freetds] RE: How to load FreeTDS JDBC driver?
>
>
> I tried with:
>
> Class.forName ("com.internetcds.jdbc.tds.Driver");
>
> and the exception was catched by ClassNotFoundException;
>
> however I have:
> import com.*;
>
> What's the problem?
>
> Best regards,
> Fabio Galarraga
> fabio AT mrree.gub.uy
>
> ---
> You are currently subscribed to freetds as: [bmr AT comtime.com]
> To unsubscribe, forward this message to
> $subst('Email.Unsub')
>




Archive powered by MHonArc 2.6.24.

Top of Page