i have created a software that consits of 13 Tables.
to create these tables in SQL i have saved a Text file Named Tables.SQL . whenever i wish to create these table on the pc i run the command in the Sql8 Prompt.
Start D:\Tables.sql
this command creates all the Tables.
my requirement is to create these tables from the backend of a First Welcome form of A Application.
when the First Time welcome form appears the command above is autogenerated from that welcome form.
2nd :- how to Log on The Sql user from the form builder so that the user just knows the password of users tables that is created by me behind first Welcom Form. and users did get the knowledge about orginal sql user which user is log on.
to create these tables in SQL i have saved a Text file Named Tables.SQL . whenever i wish to create these table on the pc i run the command in the Sql8 Prompt.
Start D:\Tables.sql
this command creates all the Tables.
my requirement is to create these tables from the backend of a First Welcome form of A Application.
when the First Time welcome form appears the command above is autogenerated from that welcome form.
2nd :- how to Log on The Sql user from the form builder so that the user just knows the password of users tables that is created by me behind first Welcom Form. and users did get the knowledge about orginal sql user which user is log on.