Creating sql database by using Link????
-
Hi, How can I create sql database by using Link? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
-
Hi, How can I create sql database by using Link? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
omegazafer wrote:
How can I create sql database by using Link?
What does that mean? Do you want to create database through code? If yes, read the documentation[^].
Navaneeth How to use google | Ask smart questions
-
omegazafer wrote:
How can I create sql database by using Link?
What does that mean? Do you want to create database through code? If yes, read the documentation[^].
Navaneeth How to use google | Ask smart questions
I mean, using some codes(in visual studio not in sql), creating sql database. It is like a nhibernate technology. we make classes in vs and give some attributes to properties . After that, When we start the program, our program will create the sql database in sql server automatically. Best Regards Kemal Akkanat
-
Hi, How can I create sql database by using Link? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
Kemel, I think this might help you out. http://www.codeproject.com/KB/tips/CreateSQLDV.aspx[^] -Ken
-
Kemel, I think this might help you out. http://www.codeproject.com/KB/tips/CreateSQLDV.aspx[^] -Ken
Thanks.