Software Development Network Logo
  • .NET Development
  • Visual Studio
  • Microsoft ISV
  • Visual J#
  • VS Team System
  • Visual C++
  • Windows Forms
  • VS Express Editions
  • Windows Live
  • Game Technologies
  • Smart Device
  • Visual C#
  • Visual Basic
  • Architecture
  • Visual FoxPro

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

Buffy6

Member List

gauravgulati81
consultutah
bpsmicro
pradm
ruchigup
m.dobler
Quantum_x
Mr Steve
mconnag
K.Kong
Shaneisasuper
FSales
MikeFrey
GanitMandir
SNMSDN
roschi
rosraj
UnquaLeX
Matt Michuta
Thorsten Abdinghoff
Only Title

Buffy6's Q&A profile

  • Visual C# why we did not declare Int32 in C#???

    As we know c# datatypes are object by inheriting the CTS classes. When we declare int anyVariable=anyValue; Exactly what we are doing . If we are creating an instance object of type int or what Please give me some detail idea.... Thanks in advance... Ashok An Int32 inherits from System.ValueType which in turn inherits from System.Object. Anything that inherits from ValueType (ie Int32, DateTime and any other structure) are actually created on the stack, whereas reference types, such as those that inherit directly from System.Object are created on the managed heap. Because of that, Value Types are typical ...Show All

  • SQL Server Problems with SQL Task

    Hi! I have a problem running a package and one of its SQL Tasks. This is the action the task performs: DELETE FROM Fac_Vendita WHERE Data >= I pick the value from a variable I get from a previous task, and I map it in the new task like this: Variable name: User::dur Direction: Input Data Type : DBTIMESTAMP Parameter Name: 0 I get this error: DELETE FROM Fac_Vendita WHERE Data >= " failed with the following error: "Invalid character value for cast specification". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or conne ...Show All

  • Visual C# How to read exact line from text file?

    Hello again.I have one question: (example) How I can read the 3rd line from a text file and transform the rezult to string Yes, you can do this by using the StreamReader Object. include the System.IO Namespace then StreamReader sr=new StreamReader("FilePath"); sr.readline(); // reads first line sr.readline(); // reads second line sr.readline(); // reads third line check out for different read options according to your need. ...Show All

  • Windows Forms SizeGripStyle.Auto behaviour

       Can someone explain the behaviour of SizeGripStyle.Auto which is a value for the Form.SizeGripStyle property [Note: SizeGrip is the triangular section shown in lower right hand corner of forms to indicate it can be resized] According to the MSDN doc it just says "The sizing grip is automatically displayed when needed." What are those "When needed " situations. In the doc for Form.SizeGripStyle it says "You can set this property to display the sizing grip or have it automatically displayed based on the setting of the FormBorderStyle property" But setting the FormBorderStyle property to either Sizable or SizableToolWindow does ...Show All

  • Windows Forms how to embed child datagrid from its parent - this is not IT

    Hi, All, posted a thread earlier regarding nested tables on .net data grid, guess, the simple goal that I am looking for is: for a .net datagrid on a win form app, how can I embed a child datagrid for each data row - so I can click one of the parent row column (e.g. first column of the parent data row and launch the embed  ...Show All

  • Software Development for Windows Vista How to use SharedConnectionWorkflowTransactionService?

    The translation what i found in SDK is that SharedConnectionWorkflowTransactionService connect to the same DB using multiple services, for example:SqlWorkflowPersistenceService and SqlTrackingService use the same DB,and it can share data connection and transaction between two services. But in forum someone says that it also be used when host and DB in the same machine. Now, the thing I meet is that SqlWorkflowPersistenceService and SqlTrackingService use different DB, DB and host do not in a same machine,need i use SharedConnectionWorkflowTransactionService If needed,how to initialize using connectionString ...Show All

  • SQL Server Execute SSIS package from asp.Net

    Hi, I am a newbie to SSIS. I am trying to execute a simple package that I created from my ASP.Net application. I get the error 'DTSER_FAILURE'. Can anyone help Thanks Turn on logging, or supply an implementation of IDtsEvents interface to Execute() method to find out some information about the error. By the way, the most common problem: security, the package is executed under ASP.NET service account, not your domain account. ...Show All

  • Visual Studio Visual Studio Debugger Crashes after Exception Thrown

    While in debug mode in a particular ASP project, Visual Studio will hang after any exception is thrown. This happens if the error is handled or not handled. The above stated problem won’t occur on a new ASP project. The problem project has approx 40 aspx files. Business classes are maintained in a separate class project. To shut down VS I need to “End Process” from Task Manager. Note: VS is usually using 85%+ CPU at that point. The project will even hang when I throw an error. t hrow new Exception(“dang”); The Exception window pops up with the correct error but I can't close it ...Show All

  • SQL Server Left Outer Join

    Hi All Dudes and Dudesses Please help... I've got Two tables, Problem and Breach, in DB Support. The main Table (Problem) has a primary key on field Number and I retrieve most of my data from this table but the other fields are irellevant. The Breach Table includes fields: Number & Keyword. I use an Left Outer Join to connect from Problem.Number to Breach.Number and retrieve the Breach.Keyword if any. If there's no records in Breach it still retrieves all the Problem.Numbers and that's great but when there's more than one Breach.Keyword for the Problem.Number I retrieve more than one record at this stage but I would only like to retr ...Show All

  • SQL Server one to one relationship

    How do I create a one to one relationship in a SQL2005 Express database The foreign key needs to be the same as the primary key so it can't just increment to the next number. Don't use identity for the child table but use @@SCOPE_IDENTITY when you have inserted in the parent table to use this as the foreign key value. ...Show All

  • Visual Basic Free Cell Playing Cards

    In Visual Basic 2005 Express Edition is it possible to access and manipulate the playing cards used in the Microsoft Free Cell card game   Steep ( Newbie ) I would take a look at black jack card game in the starter kits.  It has a framework for building card games http://msdn.microsoft.com/vstudio/express/vb/starterkit/default.aspx ...Show All

  • SQL Server Flat Files Containing Dates

    Hi everyone. I'm trying to use a Flat File Connector to read in a fixed field width file that contains some date columns. The problem is that the date column is in a CCYYMMDD format (with no delimiters) so that todays date, as an example, would be 20050711. When it attempts to import the file it fails due to a "Data Conversion Failed" error. I can't find any way to specify the format of the column in the FFC dialog so my only option appears to be read in the column as a string and transform it later. Is that correct Steve What do you mean when you say it "throws a cast exception" Have you tried en ...Show All

  • Visual Studio Help still broken

    Just installed the release version of VS2005 standard. Alas, F1 help is still broken. If I position the cursor over a word (for example HANDLE) and hit F1, the following happens: 1. If MSDN is set to use local help only, it always displays the topic-not-found page, even though on the left hand side, the topic is not only present, but selected. A single click on the highlighted item displays the correct information. 2. If MSDN is set to use online help first, then pressing F1 takes up to a minute (looks like multiple redirections happening), then either displays the topic-not-found page or displays something only vaguely related to the select ...Show All

  • .NET Development http upload

    hi I am looking for the best solution on uploading files over http. I tried the webclient and the httpwebrequest but without success. whatever help you can give me would be appreciated thanx thanks for the reply Malar. Perhaps 3rd party ftp server is the only way for dev right now. implementing socket server means implementing all the functionallity that i have right now. i'll try to find one. again thanks ...Show All

  • Microsoft ISV Community Center Forums How to open Access files and export them to Excel

    I need to open multiple Access files and export several colums to Excel. The problem is that the file extension is not a typical access one and that I need to choose a table from several tables for each file. Then I need to merge into one excel document. Any help would be appreciated, thanks. I'm sorry, I thought this was the VB.Net site. VB.NET. and I'm new to it... thanks. ...Show All

©2008 Software Development Network