installing jTDS for WorkBench

2006-03-07 Thread Carl Karsten
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

links to MySql tools

2005-04-20 Thread Carl Karsten
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

where is "MySQL Workbench"? (DBDesigner's successor)

2005-04-20 Thread Carl Karsten
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

auth and ssh tunnel

2004-10-10 Thread Carl Karsten
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 --

mySqlDump grant command

2004-04-21 Thread Carl Karsten
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

Re: Load data + odbc

2004-03-12 Thread Carl Karsten
> > > 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. > > > > > >

sql parser

2003-11-08 Thread Carl Karsten
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

Re: question about NOT IN

2001-03-15 Thread Carl Karsten
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