Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rmuller2

    High quality Javascript editor

    I am looking for a high quality Javascript editor and have not found one yet. Does anyone know the existance of one such editor?? Minimal requirements - code formatting / completion / printing - syntax coloring / checking - integrated help (with ref. to Javascript versions/implementations)...
  2. rmuller2

    SQL Type DECIMAL

    this is not accepted by Access: CREATE TABLE test ( DecimalField DECIMAL(7,3); ) What's wrong? In the documentation you can find that the DECIMAL type is supported and that the precision and scale are variable?? Thanks for helping! Ronald
  3. rmuller2

    Cannot change the database properties of an Access Database

    If I change for instance the Title or Manager of the database, Access reports (only) that the database properties cannot be changed?? NOTE: The database is NOT read-only and/or password protected! Thanks for helping me Ronald
  4. rmuller2

    Need help converting messages from and to XML format using Java.

    check these links: http://java.sun.com/products/jms/ http://www-3.ibm.com/software/ts/mqseries/api/mqjava.html http://java.sun.com/xml/jaxm/
  5. rmuller2

    What is wrong with this statement using WITH COMP?

    okay, thanks! it also doesnot work via odbc (i am using the database via an jdbc:odbc bridge). So..bad news! Ronald
  6. rmuller2

    What is wrong with this statement using WITH COMP?

    CREATE TABLE TestUnicode ( code CHAR(50) WITH COMPRESSION); Access reports: Syntax error

Part and Inventory Search

Back
Top