aam / oracledart

Let Dart talk to Oracle
BSD 2-Clause "Simplified" License
11 stars 2 forks source link

Feature request:read from saved .SQL file #14

Open hasan3ysf opened 10 years ago

hasan3ysf commented 10 years ago

Hi. Us there, or can you add, an option to load/read from file .SQL

Thanks Hasan

aam commented 10 years ago

Hi Hasan,

what does .SQL-file contain? How was it created? Does it have multiple DDL statements(CREATE TABLE/INSERT INTO...) that you just want to execute one after another? Similar to what you can do with sqlplus: 'sqlplus @test.sql'?

Thanks.

hasan3ysf commented 10 years ago

Hi Alex, Lets see as starting point, a file contains a single sql statement.

thanks