• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Text file as an ODBC datasource

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am trying to create a text file as an ODBC datasource. The program compiles with no errors. However, when I attempt to execute the program I receive an error stating:
problems with SQL sent to jdbc dbc:CafeJolt [Microsoft] [ODBC Text Driver] Cannot modify the design of the table 'JoltData'. It is a read-only database.
The source code for the program can be viewed at: http://developer.java.sun.com/developer/onlineTraining/Database/JDBCShortCourse/jdbc/code/CreateJoltData.java
I am trying to run this on a Windows ME machine with java version 1.3.1. Any assitance you can offer would be greatly apperciated.
Thank you,
John Croucher
Athens, OH
 
On my planet I'm considered quite beautiful. Thanks to the poetry in this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic