Click here to Skip to main content
15,919,613 members
Home / Discussions / Database
   

Database

 
GeneralRe: SELECT and NOT IN a dynamic sequence Pin
Mike Ellison22-Sep-04 13:16
Mike Ellison22-Sep-04 13:16 
GeneralRe: SELECT and NOT IN a dynamic sequence Pin
Vadim Tabakman22-Sep-04 15:11
Vadim Tabakman22-Sep-04 15:11 
Generalsetting RowStateFilter after updating (ADO.NET/C#) Pin
Hesham Amin17-Sep-04 22:41
Hesham Amin17-Sep-04 22:41 
GeneralDataTable SELECT option Pin
dbetting17-Sep-04 8:06
dbetting17-Sep-04 8:06 
GeneralRe: DataTable SELECT option Pin
Michael Potter17-Sep-04 10:24
Michael Potter17-Sep-04 10:24 
GeneralRe: DataTable SELECT option Pin
dbetting17-Sep-04 16:54
dbetting17-Sep-04 16:54 
QuestionInstalling MSDE on XP Pro? Pin
Dam.NET17-Sep-04 6:22
Dam.NET17-Sep-04 6:22 
AnswerRe: Installing MSDE on XP Pro? Pin
Orcrist17-Sep-04 7:15
Orcrist17-Sep-04 7:15 
MSDE does not come with a user interface to manage the program (thats part of the reason it's free) Although SQL Server 2005 Express (same as MSDE) will apparently include one.

As for the problem:
MSDE is not installed out of the box when you check it in VS. It loads the MSDE setup file into a VS sub directory and that is all. You probably still need to run the setup explicitly for MSDE. I would NOT recommend running the MSDE from Visual Studio as it is probably out of date and you will need to patch to fix the SASSER vulnerability (updating is a pain with MSDE). I would download the current version from Microsoft Downloads and install that version. Now be very careful on reading the instructions for setup. Very specifically the choosing of the Instance name. Most Visual Studio samples tend to look for the instance $NETSDK (I think, cant remember) so you will have trouble connecting out of the box if the instance name does not match.

Having said that I prefer to actually change the instance name but that means changing all the code samples that point to the NETSDK instance. Your call. I would also recommend that you carefully read the security.

I would encourage installation in THIS order:
1. Check your services to see if you may have MSDE already installed (many software packages do install it without telling you)
2. Unpack MSDE
3. Creating the INI file described in the readme with both the Instance name and SQL server administrator password (the SA password)
4. then run the setup
5. Open your Services under the Administrative Tools menu and locate the MSSQL${InstanceName} entry in the list of services and change the properties to load on System Startup (If not already setup that way).
6. Download TeraTrax's MSDE manager (www.teratrax.com) - no affiliation - They have a free trial and if you intend to use MSDE a lot I would just buy it (I did). You can also use Access XP or later (I use Access 2003) as the client for data viewing, table creation, and other miscellaneous stuff but I would not use it to initially setup the database nor for backup or restore (I use TeraTrax for that) - personal preference.

I use MSDE ++ALOT++ and it is great for small to medium projects and clients. No problems from my end.

GeneralRe: Installing MSDE on XP Pro? Pin
Orcrist17-Sep-04 7:21
Orcrist17-Sep-04 7:21 
GeneralRe: Installing MSDE on XP Pro? Pin
Dam.NET19-Sep-04 8:57
Dam.NET19-Sep-04 8:57 
GeneralRe: Installing MSDE on XP Pro? Pin
Orcrist19-Sep-04 10:42
Orcrist19-Sep-04 10:42 
GeneralRe: Installing MSDE on XP Pro? Pin
Dam.NET19-Sep-04 10:47
Dam.NET19-Sep-04 10:47 
Generaldatagrid with large record Pin
caheo17-Sep-04 5:03
caheo17-Sep-04 5:03 
GeneralPlugin to Enterpriser Manager Pin
cbmdk16-Sep-04 23:21
cbmdk16-Sep-04 23:21 
QuestionHow do i insert a blank value? Pin
xiaowenjie16-Sep-04 17:54
xiaowenjie16-Sep-04 17:54 
AnswerRe: How do i insert a blank value? Pin
Mekong River17-Sep-04 6:32
Mekong River17-Sep-04 6:32 
GeneralRe: How do i insert a blank value? Pin
xiaowenjie17-Sep-04 18:59
xiaowenjie17-Sep-04 18:59 
GeneralRe: How do i insert a blank value? Pin
Mekong River18-Sep-04 3:40
Mekong River18-Sep-04 3:40 
GeneralLocking Database Pin
WinDotNet16-Sep-04 0:53
WinDotNet16-Sep-04 0:53 
GeneralRe: help in simple access query Pin
David Salter16-Sep-04 10:37
David Salter16-Sep-04 10:37 
GeneralRe: help in simple access query Pin
Mekong River16-Sep-04 15:22
Mekong River16-Sep-04 15:22 
QuestionHow to get two or more params' value in the Extend Procedure DLL ? Pin
fu015-Sep-04 22:21
fu015-Sep-04 22:21 
AnswerRe: How to get two or more params' value in the Extend Procedure DLL ? Pin
David Salter16-Sep-04 10:43
David Salter16-Sep-04 10:43 
QuestionCan set auto-increament value in Ms Access database? Pin
DotNet15-Sep-04 21:57
DotNet15-Sep-04 21:57 
AnswerRe: Can set auto-increament value in Ms Access database? Pin
David Salter16-Sep-04 10:34
David Salter16-Sep-04 10:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.