hi,
i called a sql script in c# code. its working fine.
The script contains creation of a table in database.
Its working fine, when i execute my c# app in UI.
when i create a executable file for my project ,
the script was not executing. i.e., the table was not
created in the database,
Will any body can solve this problem?