Quick Search for:  in language:    
SQL,DTS,TSQL,Connect,Server,Database,tables,c
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,149,602. lines
 Jobs: 144. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
 
PDC 2003: Make the connection
Login



Latest Code Ticker for Visual Basic.
Click here to see a screenshot of this code!HistoryWriter Add-In V.1
By Zvonko Kostovski on 9/3

(Screen Shot)

Click here to see a screenshot of this code!Control Winamp
By Dennis Wollentin on 9/3

(Screen Shot)

Fake Virus Version 1.0
By C.J. Laing on 9/3


][String Encoder
By Andron Smth on 9/3


Font Catalog
By Bill Adams on 9/3


professional search
By Ziad Said on 9/3


Click here to see a screenshot of this code!Drew's Meta Tag Generator
By Drew Phillips on 9/3

(Screen Shot)

Fast BruteForce Class
By §e7eN on 9/3


Click here to see a screenshot of this code!Lotus Domino Exploit Scanner
By §e7eN on 9/3

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

SQL Server Database Explorer

Print
Email
 
winzip icon
Submitted on: 10/2/2000 7:13:58 PM
By: Srdjan Josipovic 
Level: Intermediate
User Rating: By 52 Users
Compatibility:VB 6.0

Users have accessed this code 24261 times.
 
(About the author)
 
     Connect to SQL Server Database ,and see all tables and columns in Treeview , Datagrid. All Stored Procedures ( Names and Texts of SP ) , Triggers ( Names and Texts of Triggers ) Views ( Names and Texts of Views ), Defaults ( Text and Name ) , Constraints ( Text and Name ) Primary Keys ( relationships ) , Foreign Key ( relationships ). Search Engine , Combo1 > TableName | Combo2 > Column Name , Criteria >> with each letter (or any other character ) you type , you will narrow the result. Direct Connection to Enterprise Manager ( with SQL Namespace object lib ) . You can perform full administration and implementation of SQL server and every Database ( if you have those rights ) : Create Trigger , Stored Procedure , Role , Rule , Default , User def. Type. Find out about Table Properties, Permissions , Dependencies,Delete Table. You can use EM interface for Generate Scripts , Manage Indexes . You can call EM interface for managing SQL server security, New Db user, and use EM's wizards for Import and Export DTS . Everything is commented and Constants are attached in two Word .doc files. With Query Builder you can perform very complex queries , Create tables , Update , Insert , Delete . It supports T-SQL commands , so you can perform (almost) everything as you can with Query Analyzer. Sample Queries , are attached as comments inside module. How to manipulate , easy , with more recodsets at the same time. Practically , this is simple console for administration and implementation SQL Server database ,with using full power of EM. I hope that You can find this app. useful . If so , vote. Thanks.
 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 6 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
10/3/2000 6:22:41 AM:asaf
Great code
Thanxs
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/5/2000 3:41:53 PM:Friction
Keep up the good code DUDE!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/5/2000 8:01:04 PM:Pablo
Something very usefull ! Excellent job .
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/21/2000 7:10:12 PM:ZIKA
Good CODE 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/4/2000 1:24:04 AM:Anil Kulkarni
This is a very Good code.
We are 
looking for connectivity to Informix 
7.24 database through VB.
Is any 
solution for this problem available? 
The details on this page indicated 
that this code can be used to connect 
to any database. Solution for 
connecting to Informix will be highly 
useful.
Please let me 
know.
Thanks.
E-mail: 
3512-ask@ue-dak.ltindia.com
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/6/2000 4:00:01 PM:Tmess
Good Code!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/14/2000 11:20:18 PM:Ralph
In my first few minutes of viewing your 
code, I learned how to connect to an 
SQL server and list databases and 
tables. I'm looking forward to 
tomorrow. Thank you very much.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/15/2000 8:03:05 AM:Daniel
great program!
query:
what is the 
command to add a new table?
you have 
the following for new database role, 
but wld like to add a button for new 
table:    
objSQLNSObj.Commands(
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/19/2001 11:48:47 AM:Big Rich
Impressive. This is very useful and 
handy, and it has a purpose. I pity 
anyone using Informix. Sure, SQL is 
simple, but why make things harder? 
This is a great application that can 
even execute DMLs. Great job!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/12/2001 1:33:40 PM:Max
   I cannot register sqlns.rll, 
sqlns.dll, sqldmo.rll, sqldmo.dll on 
win98 machines using regsvr32.exe
I created packeages but still did not 
register those dll or rll. 
  Can 
you tell me where I am wrong?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/2/2003 1:45:22 PM:
Cool man
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.