create database | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

create database

i want to create database in msde thru code (im using vb6) as well as table creation. any types of helps (samples, links, codes) wanted thanks

Look at Books Online. You can download it for free from the Microsoft website. If you go to the index tab, you can look at any kind of topic you would like. There are tons of code examples included to do exactly what you are talking about. Did I mention it’s free? [<img src=’/community/emoticons/emotion-1.gif’ alt=’:)‘ />]<br /><br />MeanOldDBA<br />[email protected]<br /><br />When life gives you a lemon, fire the DBA.
Hi,<br />more over you have sample code (c,c++ and vb )in samples folder of sql installation .<br /><br /><br /><img src=’/community/emoticons/emotion-1.gif’ alt=’:)‘ /><br />Regards<br /><br />Hemantgiri S. Goswami<br />[email protected]<br />"Humans don’t have Caliber to PASS TIME , Time it self Pass or Fail Humans" – by Hemantgiri S. Goswami<br />
any sample codes please! thanks
http://www.vbdotnetheaven.com/Code/Jul2003/2130.asp
http://www.c-sharpcorner.com/Database.asp
http://www.dotnet247.com/247reference/msgs/58/293666.aspx
Books On Line is very helpful. You need to make use of it Madhivanan Failing to plan is Planning to fail
thanks mr ranjit, but im using vb6 not vb.net mr.madhi,where i can get the books online (link pls) thanks for the speedy reply
Hi,<br />I know those examples are in .net but you can use the syntax to create and fire by making connection with SQL server in VB too.<br /><br />Books online link can be found in start menu -&gt<img src=’/community/emoticons/emotion-4.gif’ alt=’;p’ />rograms under SQL server.<br />Else start SQL QA and click on HELP.<br />Even BOL will give the syntax.<br />
Hi,<br />may visit www.planet-source-code.com or www.niitnetvarsity.com for various codes .<br /><br /><img src=’/community/emoticons/emotion-1.gif’ alt=’:)‘ /><br />Regards<br /><br />Hemantgiri S. Goswami<br />[email protected]<br />"Humans don’t have Caliber to PASS TIME , Time it self Pass or Fail Humans" – by Hemantgiri S. Goswami<br />
]]>