home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ASCIIS.ZIP / README < prev   
Text File  |  1993-01-12  |  672b  |  27 lines

  1. This set of files will read a ascii file containing sql command(s)
  2. and execute the SQL statements.  
  3.  
  4. Multiple SQL commands can be in the file.
  5.  
  6. All SQL commands must be terminated by a ';'
  7.  
  8. Form 
  9.   Createdb dbname asciifile(.sql)
  10.  
  11.   The file name have an extesion of 'SQL' but must not be 
  12.   specified on input.
  13.  
  14.  
  15. This is the source program only.  It will
  16. require the JPI Mod2 compiler and the precompiler (posted on the BBS).
  17.  
  18. (The EXE file is included but will require the DLL's from the JPI
  19. run time stuff )
  20.  
  21. As you can see, this is a very short program and could 
  22. (maybe should) be done in 'C' without too much effort.
  23.  
  24. Good luck
  25.  
  26.   Ed Ross
  27.