Software Development Network Logo
  • Microsoft ISV
  • IE Development
  • Visual C++
  • SQL Server
  • Audio and Video
  • .NET Development
  • Visual FoxPro
  • Windows Vista
  • Visual Studio
  • Windows Forms
  • VS Team System
  • Visual C#
  • Game Technologies
  • Visual Basic
  • SharePoint Products

Software Development Network >> arikve's Q&A profile

arikve

Member List

BonnieB
Kevin K.
marric
voltagefreak
SimonOng
FabioPax
Khalnayak
AlexDcosta
xtrout
ManishaPatil
jimgong
LukeR_
David Sadler
WineNCheese
remedios_
brianInsTech
ShadowRayz
David Tatton
Poma
Peppermint
Only Title

arikve's Q&A profile

  • .NET Development meta data for web services and UDDI

    Hi all, I want to have a registry for my web services where i can store the meta data of the web services and my application queries this registry on certain criteria and select suitable web service to be used. I need suggestion that what can be possible formats of meta data and how can it be queried. Is UDDI a suitable choice for that and can UDDI be queried with complex queries. What might be the other suggestions for this purpose. Thanks ...Show All

  • Visual Studio Team System Creating Workitem Dependencies

    We have created a new process template from Agile Process template, customized and uploaded successfully. In this template we would like to put some state transition constraint on a specific workitem. For example let us say, Requirement Specification and Detailed Design are two work items with states defined as 'Started' & 'Completed' . Now we want that State of Detailed Design should not be 'Completed' until State of Requirement Specification is 'Completed' . Any suggestion on how to do this OK now I have understood that <dependencies> are used in process template tasks creation and we need to define rules to control a field's values. Since 'WorkItemType' defines a class of 'WorkItem' ...Show All

  • Visual Studio 2008 (Pre-release) Windows Media Photo image format support?

    Hi, Does (or will) .NET 3.0 support the new Windows Media Photo image format Thanks! Yes it does. Look for the WmpBitmapDecoder and WmpBitmapEncoder classes in the System.Windows.Media.Imaging namespace. Also, you can use the BitmapFrame or BitmapImage classes to decode Windows Media Photo files. ...Show All

  • SQL Server selecting the values with criteria ?

    hai , This is my Table . Table TN963 :- Access Allowed. TN963 :- Access Allowed. TN963 :- Access Allowed. TN964 :- Access Allowed. TN964 :- Access Allowed. TN964 :- Access Allowed. TN963 :- Door Not Allowed! Access Disallowed TN963 :- Access Allowed. TN963 :- Access Allowed. i want to select the values before :- in the above table . So that my output will be TN963 TN963 TN963 TN964 TN964 TN964 TN963 TN963 TN963 Cheers, Raghu.G Hi, a sample would be: DECLARE @Text VARCHAR ( 100 ) DECLARE @Delimiter VARCHAR ( 50 ) SET @Text = 'TN9633 :- Access Allowed.' SET @Delimiter = ' :-' SElECT LEFT( @Text , ISNULL ( CHARINDEX ( @Delimiter ...Show All

  • .NET Development DataRow DateTime value is incorrect

    I am running into a strange problem with DataRows where the date time is being returned incorrectly. I have a SQL 2K DB that contains a DateTime column 2008-02-11 00:00:00 000, but when it is returned in the DataRow the value displays as< 02/10/2008 9:00AM >. Anyone else run into this problem Thanks for the prompt reply. The test case does not build the DataRow programmatically, rather reads the values from XML into a DataSet. It then iterates through the DataTables and then compares the DataRows in each table. AFAIK the XSD definies the column data type, should I be doing something else in this case < xs:element name ="ins_DateTime" type ="xs:dateTime" minOccurs ="0 ...Show All

  • SQL Server Cannot transfer schemabound object - error

    I am trying to alter the AdventureWorks database to transfer ownership from one schema to another... Alter schema dbo transfer Person.CountryRegion I get the following error.. "Cannot transfer a schemabound object." Any help would be appreciated. Person.CountryRegion has foreign key references and an indexed view referencing it. So you need to resolve those before trying to transfer ownership. In this case, it looks like you have to drop the index on the view, perform the transfer and create the index back. ...Show All

  • SQL Server Using Look UP Getting error when Insert New Records in SSIS Package

    Hi i am using look up for 5 composite key purpose for Insert new Records and Updated Old Records. I am getting the Follwing Error Information. I cant understand the Error Description Please give any one solution for this : Here i a m pasting the Error Description; "[Insert Destination [14266]] Error: An OLE DB error has occurred. Error code: 0x80040E2F. An OLE DB record is available. Source: "Microsoft OLE DB Provider for Oracle" Hresult: 0x80040E2F Description: "ORA-00001: unique constraint (RDP.SYS_C0020517) violated ". " [Insert Destination [14266]] Error: The "input "OLE DB Destination Input" (14279)" failed because error code 0xC020907B occurred, and the error row dis ...Show All

  • Visual Basic database to word

    well what i'm trying to do is , when a user types in word to search (e.g ID) and presses search, once search is pressed the program goes through the data looking for all records for that word and then puts it into a database   I'm using this code but i'm getting an error "rs.Open( "Select data*where ID = " & Text2.Text, db1, ADODB.CursorTypeEnum.adOpenDynamic, ADODB.LockTypeEnum.adLockOptimistic)" I'm getting a "Syntax error (missing operator) in query expression 'data*where ID  = 6'." , I'm using vb 2005 and access 2004 any help or advice would be really helpful     Private Sub cmdSearch_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSearch.Click Dim ...Show All

  • Visual C# Public partial classes

    Hello Everyone, How to access these public partial classes: I have something like this public partial class test : System.Web.UI.Page { // What ever I need here } I have a second class public partial class test1 : System.Web.UI.Page { //Code here How can I access test from here } OK, understood the requirement. So does something like this: Just say you have 2 asp.net pages called PageOne.aspx and PageTwo.sapx. In PageOne.aspx put a button and add the following code as well public int AddTwoInt(int Num1, int Num2) { return Num1 + Num2; } protected void btnNextPage_Click(object sender, EventArgs e) { Server.Transfer("PageTwo.aspx"); } Now in the ...Show All

  • Visual Studio Generate .chm file based on my own .htm or .doc...etc files

    Hi, Is there way in sandcastle to generate the .chm not only based on .dll,exe.. but, based on my own .htm, .doc, ...etc Thanks, Naveen Hello Naveen,  what's about merging CHM's - generate first CHM with Sandcastle - generate your second CHM with CSS to make it like Sandcastle's style - merge these two CHM's Further information about HTMLHelp - Using merge you find at: http://www.helpware.net/htmlhelp/how_to_merge.htm HTH Best Regards Ulrich Kulle ******************************* http://www.help-info.de *******************************   ...Show All

  • Smart Device Development controls repositioning based on screen resolution

    Hi All, I've controls in a form like this ------------------------------ Control1 Control2 Control3 Control4 Control5 ------------------------------- I want to reposition all controls based on screen resolutions, I know how to do if Ive single control in a row, but here Ive two controls. Please advice me Thanks Tan I would probably go through each control and set the location of the control on the form depending on the screen size. You can get the screen size using the Screen class in .NET CF I believe. something like....   foreach(Control currentControl in Me.Controls) {    currentControl.Location = new Point(x, y) } ...Show All

  • SQL Server File Groups

    Hi everyone, While creating our database in only one disc(C or D), suppose that we create more than one file group in order to group our data files. However, in this situation; I wonder that whether it brings any benefit or advantage to us. Also, I wonder that why we always have to put our data file into separate file group if we use separate discs for data files. Is not it allowed to use only one file group even if we use separate dics Would you explain these to me Thanks merit, Your scheme of splitting data among disks works perfectly with you example provided, that is, when overhelming part of transactions are read-only. Otherwise, if you have read-write (OLTP) application and only 2 disks, just put the data in one disk and log ...Show All

  • Visual Studio Is there any way to find the error in SubReport?

    Four days now trying to figure out why my subreport doesn't work. Local Mode. VB. Business Objects. Is there something that the business object needs to have besides its properties Perhaps a method to search for the items containing the parameter I've even tried creating a datatable on the fly and passing that as the datasource to be added in the subreportprocessing subroutine. The reportviewer's ReportError event doesn't fire. All I get is "Error. The Subreport cannot be shown" on the main report. Very helpful. Oops, sorry, I'm getting a bit sarcastic. The subreport embedded in the main report has a parameter called Docket with a value of Fields!Docket.Value. The subreport (rdlc) has a parameter called Docket with a prompt of Docket ...Show All

  • Visual Studio Express Editions character count,richtextbox editor

    ok I have a working word count, but cants eem to het the character count to work right. it doesnt start off with zero, and with 1 character it displays 2, otherwise counts correctly. I tried making 2 seperate routines, 1 for word and 1 for char, then tried combining them. for some reason the char count starts off with an extra number. any advice great;y appreciated. Private Sub rtbDoc_TextChanged( ByVal sender As Object , ByVal e As System.EventArgs) Handles rtbDoc.TextChanged Dim in_word As Boolean Dim i As Integer Dim ch As String Dim num_words As Integer Dim charcount As Integer charcountbase = 0 For i = 1 To Len(rtbDoc.Text) ch = Mid ...Show All

  • SQL Server Problem with dynamic query and statement IN

    Hi, try to execute this: "where a12.year_id = " & Parameters!years.Value & " and a12.month_of_year in ( " & Parameters!months.Value &" ) " & but when I run the report raise an error someone kwon if it's possible to use the IN statement within a dynamic query I've setting The parameter month as multivalue thanks I enter thsi query in the Edit Expression because I need to use the IIF function! Within the Edit Expression the @someVariable is an identifier Unknow, you must use Parametres!someVariable.value If I use the variable without multivalue option , it works right "where table.fied =" & Parametres!someVariable.value If I use ...Show All

©2008 Software Development Network