GreatLaker's Q&A profile
SQL Server Creating DTS
Are you referring to Data Transformation Services package in SQL Server 2000 or SQL Server Integration Services package in SQL Server 2005 If it's the latter you can create an SSIS project using the Business Intelligence Development Studio which is part of SQL Server 2005 in editions from Developer Edition and higher. Andrew Watt MVP - InfoPath wrote in message news:6a53eb64-e504-4710-99bf-527c9aa02e46@discussions.microsoft.com... > Is there a way to create a DTS from Windows application > > And how can I send parameters and configure DTS from my CSharp Code > Is there a way ...Show All
Windows Forms ComboBox Binding with a Blank Selected Index Initially???
I'm making a search engine windows app that contains ComboBoxes that are bound to my SQL Server database. It would be so much better that once my ComboBox is bound that I could have no item selected (so a blank) incase they don't want to include that in their search but I can't seem to do that without putting in a blank record in my database and that seem soooooo wrong. The only answer I can think of is maybe populate an RA with the data leaving index[0] a blank and then binding to the RA. But I don't even know if I can bind to an RA. If anyone thinks this is a good idea I'd love a code example. If anyone has any ideas, workarounds or ...Show All
SQL Server Missing RsWebParts.cab
there is no RSWebParts.cab on our server, what should I go to get it ...Show All
Visual C++ Embedding an edit control into a tab control
I want to embed four different edit controls into four different tabs. How do I do that Please include more details What technology are you using What have you tried so far yourself Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Basic Simple window restore from max/min behaves erratically when AppSettings are used
VB 2005 - Very simple windows application - one form, no controls. The only thing I set is Form1/ApplicationSettings/Location to "Form1Location" and Form1/ApplicationSetting/Size to "Form1Size". Now run the application in IDE (or as execuatble) and maximize the window using the control box. Then restore the window using the control box - the window does not resize to the original size before the maximize. Now run the application in IDE (or as execuatble) and minimize the window using the control box. Then restore the window by clicking on the task bar button - the window does not resize to the original size before the minim ...Show All
Visual Studio Visual SourceSafe (Internet) is slow as hell...why/what can I do?
So we have 4 people attempting to access VSS via the Internet plug-in, and it is slow as hell. Doing a get on the solution is about 2 to 3 times slower than SourceOffsite for more than one of these guys ... (and that puts it basically at the same speed as VSS over LAN...and yes we checked, they are running the Internet plug-in). The others are slower than SourceOffsite but not as bad as describe above (but it is inconsistent....and this is comparing on the same network connections). Any ideas What OS do you have the Web Service installed on In Windows XP Pro there is a limit of incoming connections, which ...Show All
.NET Development problem with the online xml/xsd validator
Hello, for a job I am required to validate my xml files against a schema using the online validator at http://apps.gotdotnet.com/xmltools/xsdvalidator/ and even though my files validate without any problems using either offline validators or other online ones I can't get a single file validated using the above mentioned one. For every single element in my xml document I get an error message saying: Warning at (4,2): Could not find schema information for the element 'xyz'. It seems like the validator fails completetly to connect the instance to the schema. I did various tests and am pretty sure it's not a nemspace problem. ...Show All
Smart Device Development When using "InternetOpen()"...
I am working on a smartphone 2003 project. I want to use the " InternetOpen " function. What to import Where is it Thanks! InternetOpen is defined in #include <wininet.h> Is it what you want --- Lao K Visit my Blog for Windows Mobile Pocket PC Smartphone Programming Hints and Tips ...Show All
Windows Forms populating grid on the fly
hi friends am trying to populate data grid on the fly in button's click event. my sample code is SqlCommand myCommand = new SqlCommand ( "select * from task" ); myCommand.Connection = conn; myCommand.ExecuteNonQuery(); grdTask.DataSource = myCommand; grdTask.Refresh(); this is not loading any data or returning any error any ideas . am using VS 2005 and C# Thanks i tried first one but getting following error Error 1 Cannot implicitly convert type 'System.Data.DataTable' to 'string' C:\Documents and Settings\Rajani\my documents\visual studio 2005\Projects\TrackerIn.Net\TrackerIn.Net\Form1.cs but 2nd opti ...Show All
Visual Basic Parsing/extracting multiline fields
I have a very large sequential file in which each data field is delimited by the same unique string (//, specifically). Each field of data is multiline. I would like to iterate through the file, extracting each field of data for purposes of parsing subfields and recording the offset of each field of data. Unfortunately, I can not identify a method that extracts/parses data fields that span multiple lines. TextFieldParser seems like a nice option, but it seems single line oriented also. I realize I could read each line of the file sequentially and concatenate each line until I reach the delimiter, but I would like a more efficient metho ...Show All
.NET Development Required Permission Caanot be Acquired Error
Hello - I get this error when I try to run web applicaiton. I checked the trusts and full trust has been given. This is running on Windows 2003 server with .net 2.0 with Sept CTP / RC1 and Team foundation beta 3 I have reporoduced the error below. __________________________ Required permissions cannot be acquired. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Security.Policy.PolicyException: Required permissions cannot be acquired. Source Error: An unh ...Show All
SQL Server Thread was being aborted
I receive the following errors while browsing the http://server/reports page.Please help me to resolve the issue. Error1. Thread was being aborted. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Threading.ThreadAbortException: Thread was being aborted. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace ...Show All
Visual Basic immed?
In vb 6 I could use the immedaite window to do something like form3.DataGridView1.Width to see the width of a column... then form3.DataGridView1.Width = 800 to set it and see if it looks right.. then I'd write a procedure to set up data grid appearance. How do I do that in vb.net Getting furstrated... Brian ok.. when I do that I get "unable to evaluate the expression" when I do form3.datagridview1.columns(0).width I get "unable to evaluate the expression. This is from both the immediate window and the Watch window. ...Show All
.NET Development Plans for Nullable types in 2.0 Typed DataSets?
Is the support for Nullable types in 2.0 Typed DataSets a feature that has the potential to make it into the RTM, or was this cut I have seen some stuff in the Data Team's blog about that functionality but they are all fairly old posts. I am exposing Nullable<DateTime> properties on some of my Business Classes, but am unable to blindly pass a null value into a datetime field in a Typed DataSet (defined as datetime, set to maxOccurs="0" a.k.a. AllowDBNull=true). In 1.1, I used to be able to set nillable="true" and that would cause the code generator to create a Set<FieldName>Null method for me to use to handle the nu ...Show All
Windows Forms Centering Controls Vertically at Runtime
Hi everyone, I have user control lets call it A. I mad trying to make a collection of this control called ACollection, deriving from UserControl class. I am providing two methods Add and Remove that would allow adding or removing controls of type A. Thus basically ACollection acts like a container control. I would like to add controls A so that that ce ...Show All
