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

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

backwater

Member List

rufuskes
Ulrik
Helios07
wucz
Salva
Deb Magsam
n3hgn
Bhaskar Vasudevan
raynkel
Glenn Burnside
Mack the knife
VadimG
adlammons
DotNetSteve
scompa
meatago
Kyle Pike
Tom Scogland
Paulino PP
apps983
Only Title

backwater's Q&A profile

  • Microsoft ISV Community Center Forums fast search

    hi all i have used workspace in msaccess 2000 project in order to get an atomic transaction so it can rollback at any problem the workspace allow me to open the record set for once but i need to open the record set with multiple conditions so what i did i opened a generic record set set rs = db.openRecordset("t1",2,dbseechanges) then i used a filter to determine the conditions dim x as recordset rs.filter ='c = ...Show All

  • Visual Studio Express Editions windows forms

    Can anyone help .is it possible to create executeable files with windows forms (to run outside the c++ express ide ) (new user ) Yes, any exe you create will run outside the IDE, but not outside of computers that have the .NET framework installed. To do this, for an app with windows, you need to buy a version of VC++, and create an MFC app. ...Show All

  • Visual Studio Crystal Reports XI and Visual Studios 2005 Questions?

    OK I have read a lot of post here that lead me to believe CRXI is not compatible with Visual Studio 2005. Or should I say not till CRXI r2 comes out in which case it will support VS2005 .net Framework 2.0. On a Project that is updated to VS2005 from VS2003 and CRXI for the most part went very smooth.   Except and for me this is major CR Version is 10.2.3600.0 in VS2005 where as it was VS2003 it is Version 11.0.3300.0 for me. Ok fr ...Show All

  • Windows Forms Error when Creating a new font object

    The code below gives me an arithmetic overflow when it runs.  Why would that be Dim myFont As System.Drawing.Font myFont = New System.Drawing.Font("Microsoft Sans Serif", 8, FontStyle.Regular) Thanks ...Show All

  • .NET Development Dynamically creating result columns & data

    I have created a database that has a JOBS table, each row of the table has corresponding records in a JOB_TASKS table. Each job may have a different number of records in the JOB_TASKS table. I am trying to create a query that returns a few fields of the JOBS table, then searches the JOBS_TASKS table for all related records and uses those records to create additional column names back in the query and fill in the data in the correct columns. ...Show All

  • SQL Server JDBC: Retrieving stored procedures column information returns "-9" data type for nvarchar

    Hello, I'm using the latest JDBC driver for SQL server 2005 (1.0.809.102). Retrieving stored procedures column information returns "-9" data type for nvarchar: public class driver { public static void main(String[] args) throws java.lang.Throwable { Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver").newInstance(); java.util.Properties properties = new java.util.Properties (); properties.put("user ...Show All

  • Windows Forms Bindingsource.Filter Problem

    I have a Windows Forms app with about 20 combobox controls on one form that are databound to a dataset from a SQL 2005 Express db. In addition to the comboboxes, I have one DataGridView that uses a bindingsource (MaintenanceBindingSource) as its datasource. I want to use the filter property of the bindingsource to filter records from the dataset based upon the value (text) of the SerialNoComboBox and display them in the DataGridView. I've tried ...Show All

  • Visual Studio Team System TfsWorkItemTracking Process Identities Job fails every 10 minutes

    I just had a look at the event log on the machine running our single-server TFS installation, and this message appears once every 10 minutes: SQL Server Scheduled Job 'TfsWorkItemTracking Process Identities Job' (0x0E06FC1460769D4C8B8BA32312E2B0DD) - Status: Failed - Invoked on: 2006-03-31 09:00:00 - Message: The job failed. Unable to determine if the owner (NE\TFSSETUP) of job TfsWorkItemTracking Process Identities Job has server access (reason ...Show All

  • SQL Server Transactions in Data Flow

    If I want my data flow task to require a transactions, both Control and Data Flow have the TransactionOption property. Do I need to set both properties, or would setting the TransactionOption to Required in Control Flow imply a transaction in the Data Flow Just curious. Greg. BOL does a good job of explaining this.  Here is the topic. ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.SQL.v2005.en/dtsref9mref/ ...Show All

  • .NET Development Object Persistence and transaction

    I'm planning to redesign my application in N-Tier and create an object persistence objects (DAL) for each object in my project. For example, I've salesOrder and salesOrderItems objects. I'm trying to create corresponding data persistence object for both of them. My problem is how can I include the objects in the same transaction So that the business layer can start a transaction and the DAL can involve in the same transaction. Example: Whe ...Show All

  • Windows Forms encryption (DES)

    I use a tripleDES routine to encrypt data in one of my apps. It works fine except that if you view the DLL using IL DASM, you can see in plain view the values used for the Key and IV byte array.. this makes the encryption us ...Show All

  • Smart Device Development What happen with CF after installing VS 2005?

    Hello everybody. I have VS2003 on my desktop. I'm using it for developing smart device app. Then I installed the VS2005. After this operation the possibilities of CF 1.0 of VS2003 were disappeared. Now, if I want to create the smart device app, the VS show me the errors: "The .NET assembly 'MsCorLib' could not be found" "The .NET assembly 'System' could not be found" ... When I add this references to the projec ...Show All

  • SQL Server error during quiet installation of June CTP.

       I am trying quiet installation of June CTP with the .ini file .   The installation is failing with Last Action :Install Finalize:       The sql server service failed to start.       Error number:29523 --------------------------  My ini file settings were as folllows [snip] SQLBROWSERACCOUNT= "NT AUTHORITY\LOCAL SERVICE" SQLBROWSERPASSWORD= SQLACCOUNT="N ...Show All

  • Visual Studio Team System MSProject Fields Mapping Problem

    Hi, Based on the information we found from the list of Project fields at the following url: http://msdn2.microsoft.com/en-us/library/ms181691.aspx and also how to: change how fields are mapped to Microsoft Project from the following url: http://msdn2.microsoft.com/en-us/library/ms181686(VS.80).aspx We are trying to map the "Description" field in VSTS workitems with the "pjTaskNotes" field in MS Project but when w ...Show All

  • Visual Basic resource parameter?

    im not quite sure how this happened and im not sure on what it is and how to fix it.. help please Error 1 The item "obj\Debug\abc.Form1.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter. just read this http://forums.microsoft.com/msdn/showpost.aspx postid=550253&SiteID=1 ...Show All

©2008 Software Development Network

powered by phorum