I need really simple database access using JSPs in Tomcat under NT. I am trying to create some tables in a text-based db. I used the ODBC data source control panel to creat a ODBC data source as a "System DSN" that is text-based (uses Microsoft Text Driver). I use a bean to access it via a JSP and when I try to create a table I get the following error in IE: "Error: SQL error of: [Microsoft][ODBC Text Driver] Cannot modify the design of table 'JoltData'. It is in a read-only database. " Anyone know how I make it writeable? -Keith
