Giter Site home page Giter Site logo

jet-tool's People

jet-tool's Issues

Mid-string semi-colons are still treated as command terminators

What steps will reproduce the problem?
1. Save the following text as a file names "semicolon.sql" in the current 
directory:

CREATE TABLE blah ( [blah] TEXT(255) NOT NULL );
INSERT INTO blah VALUES ('blah semicolon;!!');

2. Execute the following command:

Jet.exe exec -new -force -f .\blah.mdb < .\semicolontest.sql

3. Observe the following output:

Error while executing:
INSERT INTO blah VALUES ('blah semicolon
EOleException: Syntax error in string in query expression ''blah 
semicolon'(0x80040E14)

4. Open blah.mdb and observe a table was created but is empty.

What is the expected output? What do you see instead?

I expected that a row with the text "blah semicolon;!!" would appear in the 
blah table, but the table is empty.

What version of the product are you using? On what operating system?

Not quite sure of the version number, but I definitely downloaded it since the 
last change.

Original issue reported on code.google.com by [email protected] on 28 Jul 2014 at 9:04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.