|
-
Sep 14th, 2005, 02:04 PM
#1
Thread Starter
New Member
What SQL Server for Windows XP?
I want an SQL server for Windows XP that has a capacity of merge replication with an SQL Server 2000. Would MSDE work? Are there any objects in the .NET Framework built for Merge replication?
I basically want the functionality that exists between the .NET compact framework (System.Data.SqlServerCE namespace), SQL Server 2000, and SQL Server CE.
I've been programming on the .NET Compact Framework for about a month and now we have a change of plan.
Peace
PS: I have been reading for 2 days trying to figure this out.
-
Sep 14th, 2005, 02:15 PM
#2
Thread Starter
New Member
Re: What SQL Server for Windows XP?
It is funny how you find the answer after you ask somebody. 
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_ts_1cdv.asp>
Now all I have to find out is if .NET Framework supports replication programmatically.
If you have the answer, please ...
Peace
-
Sep 14th, 2005, 02:55 PM
#3
Re: What SQL Server for Windows XP?
In short: No.
In longer words: Mainly because there is no .NET equivelent to the SQLDMO Replication objects. They are still in COM format (subject to change when the SQL 2005 comes out).
Which means that you could do it in .NET ala interop wrapers, but it is very tricky and not all of the objects lend themselves to .NET very well.
-tg
-
Sep 16th, 2005, 11:27 AM
#4
Re: What SQL Server for Windows XP?
Did you read my PM message I sent you a few days ago pieceofcrap2001?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Sep 16th, 2005, 11:28 AM
#5
Thread Starter
New Member
Re: What SQL Server for Windows XP?
Thanks techgnome. You've led me to the write direction.
Unfortunately, we decided not to go through the projcet.
I've worked here a month and 15 days so far. My boss has given me 4 projects and has canceled 4 projects. That I means my work for the last a month and a half has been nothing. 
There are two ways to do what I wanted to do:
1) Replication ActiveX controls
2) Managing replication by using SQL-DMO replication objects
http://support.microsoft.com/default...;en-us;Q324992
-
Sep 16th, 2005, 12:19 PM
#6
Re: What SQL Server for Windows XP?
If you have to, use SQLDMO.... you'll have greater control. If at all possible, avoid using Replication all together. It's a house of cards technology and can go very wrong very fast.
-tg
-
Sep 16th, 2005, 03:27 PM
#7
Thread Starter
New Member
Re: What SQL Server for Windows XP?
techgnome:
Thanks again. we are not going through the project any more. We are going to start e-mailing changes to oursales people so they can import changes from a text file instead.
i3bex (changed name)
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
|