Hi 
   
  This way i load the sql file
      with adoQuery do
       begin
          sql.LoadFromFile('..\Store_Sql\create_TBSpace.sql');
          Open;
       end;
   
  and this is the content of sql file :
   
  CREATE TABLESPACE "MyTBSpace"
    DATAFILE 'MyTBSpace.dbf' SIZE 2M
    MINIMUM EXTENT 64K
    DEFAULT STORAGE (INITIAL 128K NEXT 128K)
    LOGGING ;
   
  CREATE TABLESPACE "Temp_TBSpace"
    DATAFILE 'Temp_TBSpace.dbf' SIZE 2M
    MINIMUM EXTENT 64K
    DEFAULT STORAGE (INITIAL 128K NEXT 128K)
      LOGGING ;
   
  and this error message appears when i excute the program :
   
  "Invalid Character!"
   
   
   
   
   
   
   
   
   

                
---------------------------------
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!

[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to