sql database
-
how to create sql database wit userdefined name at run time. please help thanx taher
-
how to create sql database wit userdefined name at run time. please help thanx taher
taherjaorawala wrote:
how to create sql database wit userdefined name at run time
Like anything else - you issue a SQL command, in this case to
CREATE DATABASE
.
Upcoming events: * Glasgow: Geek Dinner (5th March) * Edinburgh: Web Security Conference Day for Windows Developers (12th April) My: Website | Blog | Photos
-
taherjaorawala wrote:
how to create sql database wit userdefined name at run time
Like anything else - you issue a SQL command, in this case to
CREATE DATABASE
.
Upcoming events: * Glasgow: Geek Dinner (5th March) * Edinburgh: Web Security Conference Day for Windows Developers (12th April) My: Website | Blog | Photos
I am using vb.net as front end I want to make database at runtime and name the database whatever user wants plase help
-
I am using vb.net as front end I want to make database at runtime and name the database whatever user wants plase help
-
I am using vb.net as front end I want to make database at runtime and name the database whatever user wants plase help
taherjaorawala wrote:
I am using vb.net as front end I want to make database at runtime and name the database whatever user wants
I explained this to you in your cross posted message in the VB.NET forum here[^]
Upcoming events: * Glasgow: Geek Dinner (5th March) * Edinburgh: Web Security Conference Day for Windows Developers (12th April) My: Website | Blog | Photos