Jan 14, 2004 #1 lhugh MIS Joined May 21, 2000 Messages 115 Location CA I wonder if there is a way to create an MS table via JDBC-ODBC Thanks
Jan 14, 2004 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB execute the SQL create table SOmeTableName(ColName1 type1,..., ColNamex typpeX) Ion Filipski Upvote 0 Downvote
Jan 15, 2004 #3 sedj Programmer Joined Aug 6, 2002 Messages 5,610 http://java.sun.com/developer/codesamples/jdbc.html Upvote 0 Downvote
Jan 15, 2004 Thread starter #4 lhugh MIS Joined May 21, 2000 Messages 115 Location CA thank you Upvote 0 Downvote