http://sourceforge.net/projects/jtds docs say
"jTDS does not need any special installation. Just drop the jar file into your
application's classpath"
How do I figure out where that is on a win box?
I am trying to connect it to MsSql using http://java.com/getjava and
http://sourceforge.net/pro
What does it take to get something like http://dabodev.com listed on the
MySql site? (This not a request to have it listed, just wondering on
behalf of the dabo team.)
http://solutions.mysql.com/program/faq.html#b2
B3. What is the entry level membership fee in the Partner Program?
The entry lev
Michael Zinner, who is now among
the newest MySQL employees. ... Set for release in May, MySQL Workbench
will be available under a GNU GPL; commercial pricing was not determined
at press time."
That was over a year ago, which is a long time in this arena.
So... any DBD fans know whats go
EMAIL PROTECTED] but I don't
really want to expose the box like that. I realize that a firewall could block
any real exposure, but I don't have that kind of authority over the box.
Is there a howto for this kind of setup?
Carl Karsten
http://www.personnelware.com/carl/resume.html
--
I am sure that i used mysqldump to create a script that had both CREATE TABLE
and GRANT commands, but now I can't figure out how.
Carl K
http://www.personnelware.com/carl/resume.html
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.m
> > > The first test i've done was on, lets say, BoxA and it worked just fine.
> > > Than, i said,'ok, lets install the client on another WKS' that is BoxB.
> And
> > > from BoxB it's not working.
> > >
> > > > > I've got 2 workstations and a server on which i have Mysql 3.23.52 -
> nt.
> > > >
> >
I am looking for code that will take an SQL command and break it into it's parts. I
have found some attempts, but none that use the
code from an actual SQL engine, and big surprise, they don't work 100%.
I have a few goals:
1) developer tool: cut/paste the SQL command and get a pretty format di
select * from table1 where column1 not in (select column2 from table2)
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 7:13 PM
Subject: question about NOT IN
> Please I would want how I can get the list of records from a
> table1 tha