simakas's Q&A profile
SQL Server SQL Srvr 2005 DTS
Hi, I need help in creating a DTS in SQL Srvr 2005, can anybody help me doing this please AC DTS has been replaced by SSIS (Integration Services) You will find a Visual Studio 2005 in your Start Menu, that's your starting point. ...Show All
.NET Development How handle Http Request and Response through JavaScript
Hi to all, Is it possible to handle Http Request and Response through JavaScript/VBScript How to use this "RegObj.Register" dll in JavaScript Thanks. With Regards, Mahesh. Mahesh, Take a look at http://support.microsoft.com/default.aspx scid=kb;en-us;290591 MSDN article. It describes how to create a Microsoft.XMLHTTP object to send a HTTP request. It's light on the response part, ...Show All
SQL Server REPLACE Integers with Text Data
I am working with a database named “Documents” that contains 4 categories of text documents, each having its own number designation in an integer datatype column named SectionTypeId: 1 = Text 2 = Report 3 = Background 4 = Index I would like to create a new column named “DocType” in which the integer data type for each document is replaced with a varchar data type letter (1 = T, 2 = R, 3 = B, 4 = I). I was able to eas ...Show All
Visual C# Custom Web Control Problems (should be easy?)
I've created the following Master Page, Default.aspx using the master page and then a custom control that sits on my default.aspx page. Custom controls (header.ascx) has a simple <asp:image> and <asp:label> I'm trying to just have the <asp:Image tag" ImagUrl update from a method in the controls class backing file haers.ascx.cs file. For the ascx file I have this for my ImageUrl="<%=GetImageUrl() %>" ...Show All
.NET Development Weird bug when installing .NET Framework 2.0 Beta 2 on Win 2003
This mainly concerns ASP.NET. The framework installs ok on a Win 2003 machine but i don't get a "Microsoft .NET Framework 2.0 Configuration" option in the Administrative Tools in the Control Panel and i don't get the ASP.NET tab inside IIS6 Web Site configuration either. Are there any manual ways to install this like a regsvr32 command or similar I remember trying to install Beta 1 of 2.0 on the same machine and then these options showed up. A ...Show All
Visual Studio Why is interacting with Visual Studio so clumsy?
I recently downloaded the VS2005 SDK (formerly VSIP), and I was extremely disappointed by the whole thing. Why is it so difficult to build an add-in Why do I have to know about the different interfaces, and why can't I access strongly-typed property classes You guys should really take a look at Jamie Cansdale's ManagedAddin framework. It's so easy to use. You specify the menu navigation commands in a hierarchial XML format. You create stand-alo ...Show All
Visual Studio uninstall Microsoft device emulator version 1.0 beta 2 - ENU
Hi all, Help me, I want install the last ctp of VS 2005. I have all previous version uninstall. But I can't uninstall the 'Microsoft Device Emulator 1.0 Beta 2 - ENU', I have no buttom to remove in the Add/Remove program on the control panel. Any have a ID to help me TIA philippe Solution, I have used the Regcleaner Utility to recover the registry infos, and then Remove this with the contraol panel Add/Re ...Show All
Visual Studio 2008 (Pre-release) netTcpBinding
Hey! What's the default security for netTcpBinding and how do I turn the ws-security on I'm using the January CTP. Thanks. [melack] Default Security is SSPI/Windows over tcp transport. Ben ...Show All
Windows Forms Method of web service, about database?
Hi all I create s web service, it have a method updateDemo. The method use to update data of dataset. When it is runed only one row executes successfully. However I added new or modifyed records. But also method here, when it is runed at&n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Why to use DirectX?
Why would I use DirectX What's that "something" in it, which makes it better than others I know that it's very useful and so on, but can someone tell me what is its strength. I'm thinking should I begin to practise DirectX. Thanks, Timo Okay. I'll ask if I have questions. Those tutorials look good, so now I'm going to take a look at those. Thanks for your help! Timo ...Show All
Visual Studio Tools for Office MS Office 2003 COM Add-Ins not working properly
Hi I have created a COM Add-In for MS Office 2003 application word, excel and powerpoint. It has few buttons in commandbar that I create. There are four different cases where this addin behaves differently. In first case, Its working correctly in my development machine. My system has windows xp os. In second case, In one of the system that new toolbar is appearing in all 3 office applications but some of the functionality is not working which in ...Show All
.NET Development How to properly deserialize a property with type "Object"
Hi all, I have a class which is serialized to XML as part of custom serialization of a dictionary. The class has several properties, one of which which returns an Object type. The actual types that the property can hold are String, Integer, etc. Serialization and deserialization of the dictionary does not cause any exceptions to be thrown. However, when deserializing, the property contains a two-item array of XmlNode objects (one XmlAtt ...Show All
Visual Basic Get information from database
Hello I was using Visual Basic 6 and when I want to get information from a database, I write: Dim Con As New ADODB.Connection Dim rst As New ADODB.Recordset Set Con = New ADODB.Connection Set rst = New ADODB.Recordset Con.Open "Provider=MSDataShape.1;Extended Properties='Jet OLEDB:Database Password=111';Persist Security Info=False;Data Source=D:\Programs.mdb;Data Provider=MICROSOFT.JET.OLEDB.4.0" rst.ActiveConnection = C ...Show All
Visual Studio Express Editions New to MsC#2005 and Ms Server 2005, need help!!
Hi all, I moved from .php, mysql, and Apache to Ms C# 2005 and Ms Server 2005. I want to connect my program C# to a Ms database, just like .php connect to mysql. How do I go about that, what do I need. I had installed "Ms visual C# 2005 express edition" and also "Microsoft SQL Server 2005" on my computer. What else do I need thanks Jason Hi, I try to connect to my SQLEXPRESS server 2005, and got this er ...Show All
SQL Server SQL 2005 CTP - Export Data & Generate Scripts
Has anyone else tried SQL 2005 CTP...the Import/Export Data Wizard DOESN'T have an option for 'Copy objects and data between SQL Server databases'. Microsoft suggests to use the 'Copy Database Wizard' to copy over objects now...fair enough EXCEPT the copy database wizard copies the whole database...so what if you only want to bring over a few tables I have also noticed that the 'Generate Script' function is lacking as well. In ...Show All
