|
-
Nov 25th, 2006, 08:38 AM
#1
Re: SQL database questions
There is a free management tool - available from MS...
Here's the link:
http://msdn.microsoft.com/vstudio/express/sql/
Third image down is about Management Studio - great utility for building and managing the server and database.
There are also many code examples available at the MS site - RhinoBull suggested a link recently - search for his name and "code examples" and see what comes up...
-
Nov 25th, 2006, 12:46 PM
#2
Thread Starter
Member
Re: SQL database questions
OK, so now that I'm going to use SQL express, I have created the database from within the VB Express software which has added the database to my application with these 2 files: myTest.mdf & myTestDataSet.xsd.
How can I access this dataset directly? It should be something like this, but I know this isn't right and it doesn't work:
intRowCount = myTestDataSet.Tables(0).Rows.Count
Thanks.
Greg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|