1
Answer

Question regarding new database

darma teja

darma teja

12y
1.2k
1
Hi,

I have form, it contains many text boxes.

Whatever the data user enters in textboxes, i should export it into a new database with a name XYZ.

The final project, i should deploy into another computer which has sql server.

Here is my doubt:

Can i create a new database dynamically with name XYZ?

If the SQL sever has the XYZ database than i should enter values into the rows only.

It means that When ever my exe file is ideployed in any computer, First time it should create a database name called XYZ.

Give me some idea.

Darma




Answers (1)
0
Mahesh Chand

Mahesh Chand

2 286.4k 123.7m 16y

Read this article: Calculating Date Difference in C# by Dipal Choksi on Oct 19, 2006

It shows how to calculate date difference in C# using Subtract and TimeSpan objects.