Luis Mack's Q&A profile
SQL Server Create schemas programatically.
Hello, I need a column of type XML but I need to construct the XML at runt time in my asp.net application. I would like to create first an XML schema to be validated all the data that is going to be inserted in that column. Can u provide me information in how to make this. Thanks. Thanks thats what I wanted. as extra Information I tell you taht all instances of a table will have the same schema, because every customer will only customize the info once at the beginning of the configuration of the application. ...Show All
Windows Forms BindingSource and ComboBox and not selecting anything
I experimented using BindingSources and Comboboxes. One thing struck me: there does not seem to be a way to select 'nothing'. On databinding, the first item in the list is automatically selected. This can't even be undone, because the BindingSource.Position property cannot be set to -1, as you could do with the SelectedIndex property of a combobox. This results in the following very unpleasant behaviour: Suppose the user uses my combobox to select some values, f.e. 10, 20 and 30 and I don't want to allow the selection of any other values. Then, on binding, the value 10 will be selected. If a different value would be needed as the fi ...Show All
Visual Studio Express Editions Debugging classic ASP pages with Visual Web Developer Express
I have a Visual Web Developer project that contains several classic ASP files. Is there anyway to set breakpoints in these files so I can debug them I've read several articles explaining how to do this in Visual Studio 2005, but wondering if it's possible to do it in VWD. The Debug menu does not have an option to attach to another process, so I'm stuck writing Response.Write statements in my code to see what's happening. Painful to say the least. TIA for the help. You would receive a better response to your question by posting in the ASP.NET and Visual Web Developer forums found at http://forums.asp.net/ This forum is for Visu ...Show All
SQL Server Can't play files: Video Series: SQL Server 2005 Express Edition for Beginners
I cannot play any of these video files in RealPlayer or in Windows Media Player. Any suggestions Anyone else having this problem Thanks, Brian Video Series: SQL Server 2005 Express Edition for Beginners C00D1199: Cannot play the file Could you give me a pointer to where you got this file Regards, Mike Wachal SQL Express team ---- Please mark your thread as Answered when you get your solution. ...Show All
Visual C# The IDE often automatically changes the file subtype from "Form" to "Code" in the .csproj file
The IDE often automatically changes the file subtype from "Form" to "Code" in the .csproj file, which renders the forms unviewable in design view until that change is undone. Is there any way to prevent the IDE from doing this automatically Thanks, Wilfred look at this url http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx FeedbackId=f39a46fc-5dac-4a55-81ef-e1d262fe0040 ...Show All
SQL Server Difference between Flat File Source Output ?
Can someone tell me the difference between the Flat File Source Output - External Columns and Output Columns I always end up changing the datatype properities in both to make things work :-) Hi, Have you tried setting the datatypes for the external columns using the Advanced pane of the Flat File Connection Manager What you set there ought to be carried through to the Output columns. Andrew Watt [MVP] < cgpl@discussions.microsoft..com > wrote in message news:760e2f6b-3480-4430-850e-8b30237e462d@discussions.microsoft.com ... Ca ...Show All
Windows Forms How Do I check for the Blank Text Box
Hi, I am new to this site as well as c# language. My Background is vb6.0 How do I check for the blank Text Box which we were doing in vb6.0 if txtName.text="" then Msgbox("Please Enter Name" txtName.SetFocus() end if How do I achieve very same thing in C# winforms application. bye venkat_kl Yes testing the length for being 0 will& ...Show All
SQL Server Error installing SQL Server 2005 Express
I hope someone can help me with this issue. Thanks very much. At the end of installation I get the summary screen showing that: SQL Setup Support Files - Setup failed... SQL Native Files - Setup failed... SQL Server Database Services - Setup failed... I am enclosing some of the log file SQLSetup0002_*_Core(Local).log where the errors start: Action "InstallSqlAction" will return false due to the following preconditions: Condition "Action: InstallSqlAction.11 has finished and failed." returned true. Condition "Action: InstallSqlAction.12 has finished and failed." returned true. Installation of pa ...Show All
Visual Studio Team System Switching Process Templates mid-project
We have a large project that we are building inside of Team System. We wish to switch the process methodology we are using on this project mid-way through. So basically I wish to switch to a different process template with different work item types, what is the recommended way to go about doing this There really isn't an easy way to do it. One way is to create a new project and branch your source and copy your bugs over to it. If you just want to change the work item types to the new methodology, then you can create a new project with the new methodology, down load the work item types and re-upload them to ...Show All
Visual Studio Team System SQLServer service with LOCALSYSTEM, why?
The latest Team Foundation Server installation guide (TFSInstall-v51020.chm) states in SQLServer installation instructions that the local system account should be used. Why Is it possible to use another account, e.g. a domain user account Great catch -- you can absolutely use other accounts or domain accounts. For our Beta we had recommended LocalSystem. As we move towards RTM we are looking to set our recommendation to NetworkService. Hope that helps, marc ...Show All
.NET Development Databases for Express Editions of VS2005
Hello, never been using Visual Studio before. Now I decided to _try_ a jump from Delphi to VS as my new toolkit. Got the C# Express Edition installed and running properly. But I do not seem to be able to connect to any database other than SQLServer or Access. Question: is this working as designed for the Express Editions If no, what do I have to do to connect to my recently modernized databases (Firebird). If yes, are those connections allowed/supported with the "higher" versions of VS2005 regards, Andre Hi Andre, The Express editions of Visual Studio do not support connecting to remote datab ...Show All
Software Development for Windows Vista SqlWorkflowPersistenceService exception using beta2
Hi, I've tried to created a web application using workflow. but there was an exception (array index out of bound exception) occurred when i tried to call 'startRuntime()'. Here is the code: --------------------------------------------------------------------- private WorkflowRuntime runtime; private WorkflowInstance instance; private AutoResetEvent waitHandle; and in button_click(): runtime = new WorkflowRuntime (); waitHandle = new AutoResetEvent ( false ); SqlWorkflowPersistenceService sqlService = runtime.GetService< SqlWorkflowPersistenceService >(); if (sqlService == null ) { ...Show All
Microsoft ISV Community Center Forums How can filter object ?
I have a Document: have Text, picture, table... So, i want select only all Text , and delete it, retain pic to use. How can do it Any one tell me Thx. ...Show All
Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.
foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you... Don--while I also tend to believe that VFP gives better performance than Access, I don't think your one example proves anything. How many times do we hear someone running down FoxPro because they've encountered one badly-written app Tamar ...Show All
Windows Forms Problems with Batch Update...doh!
Hi- Here's the scenario. I'm retrieving data from two different tables. Once I get this data I am looping through the data and I have to update a couple columns in the same table. Doesn't anyone know of where I can find a good example of this. I've been looking every where for this. Example: Stored Proc: SELECT IL.listing#, IL.imageID, o.brokerNum, ...Show All
