[snip]
Can anybody tell me the query or procedure by which i
can generate the .sql file. So that I dont need to
write the query again and again on prompt.
[/snip]
Create a text file containing your query commands and then save it as
filename.sql (calling it whatever you wish of course) and then c
Jenny,
Tuesday, July 16, 2002, 9:09:30 AM, you wrote:
JC> Can anybody tell me the query or procedure by which i
JC> can generate the .sql file. So that I dont need to
JC> write the query again and again on prompt.
JC> Just by executing the .sql file(or script language), I
JC> will able to creat
Jenny Christy wrote:
> Hello All,
>
> Can anybody tell me the query or procedure by which i
> can generate the .sql file. So that I dont need to
> write the query again and again on prompt.
>
> Just by executing the .sql file(or script language), I
> will able to create table, insert the data o