David Weller's Q&A profile
.NET Development Duplicate programs running on top of each other
When I run a simple application to open an Access program file remotely the program opens two of the exact same Access files one on top of the other. The code I use to find and open the file is: My.Computer.Filename.FileExists("D:/filename.mde") Then Process.Start("D:/filename.mde") Is there any reason this code should return two open files Is there another process to run the files. Doug I rechecked my ori ...Show All
Visual C# How do I compare time?
I would like to compare time / do a time comparison. How would I code: time1 = 8:00am if (time1 < time2) { //execute some code } That would be the CORRECT result, according to the OP's problem statement - how to compare two times (which implies that you ignore the date). For example, if I get up at 7:00 on monday but at 8:00 on tuesday, it is perfectly rea ...Show All
SQL Server ODBC Destination in SSIS
Hi! I have a problem that stops me from using Integration Services as THE ETL tool. My goal is to load a data warehouse type of a database. The database is MaxDB (former SAP DB), but this is not the point. Let's take ANY ODBC compliant DB and assume all I have is ODBC driver - no OLE DB driver. I figured out how to read from ODBC source (using Data Reader and ADO.NET provider for ODBC). Now my question is how do I output/write my data into ODBC ...Show All
Visual Basic Cross Threaded Data Binding
I'm using databinding (.net 2.0) quite a lot in my application. I have written business objects (my model) with properties bound to controls on my forms (my views.) I use simple databinding, and databinding via the BindingSource; for example the Save button enabled property is bound to the IsDirty property of my business object, and I have collections of child objects exposed via generic binding lists. All is well and I really like this ...Show All
Software Development for Windows Vista Problem with "The Goods"
All, I tried to install Windows Vista with Virtual PC last evenning, following Ben's (Virtual PC Guy) instructions. I however got stuck early on, it asked for my 25 digit activation code to do the install but refused to accept the one I was given in the book accompanying the disks. Any thoughts E. Did you burn the ISO to a DVD More information on that is available the PDC"TheGoods" wiki . ...Show All
Visual Studio Team System Why can't I create a report
When I want to create a report. I got a " rsLogonFailed " error message. The windows application event log is like below ================================================ Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3031 Date: 2005-12-8 Time: 21:27:38 User: N/A Computer: MSRAIT-TRAINING Description: An unexpected condition has occurred in a Team Foundation co ...Show All
.NET Development n-tier
Hi, I need a sample about develop asp.net application with n-tier. thanks I'm afraid that the forums is not a good place for getting example code for an entire application. It is simply too much code. You should try the regular developer sites that provide articles and tutorials. Some of my favorites are: http://www.codeproject.om http://www.codeguru.com http://www.c-sharpcorner ...Show All
SQL Server Need help to check data with different datatype
Hi I have one field with intger datatype, But i want sql code for reject the records or data which contain the alpha-numeric value from table while inserting a records or data in table e,g CREATE TABLE TEMP ( TEMP_ID INT ) INSERT INTO TEMP ( TEMP_ID ) VALUES ( 1 ) INSERT INTO TEMP ( TEMP_ID ) VALUES ( 2 ) INSERT INTO TEMP ( TEMP_ID ) VALUES ( 3 ) INSERT INTO TEMP ( TEMP_I ...Show All
Windows Forms Plugin frame work
Hi, All , Any one can suggest me plugin frame work development in windows with c#. Thanks in advance . ...Show All
SQL Server OLE DB DataSource w\ stored procedure not populating column metadata
I'm having some issues getting OLE DB Data Sources to work w\ stored procs in SSIS. Here's the situation. I have an OLE DB Data Source set up to call a stored proc w\ no parameters. The stored procedure loops through a set of databases and inserts data from each database into a results table. I'm attempting to return the results table to SSIS, but the Available External Columns are not populating. However, previewing the query in SSIS does s ...Show All
Windows Forms Runtime resize handles
> Hi ... > > In my application, the user can drag and drop objects from the toolbox to > the main working area (just like in Visual Studio). Each of these objects is > actually an image that is displayed in the work area using a ...Show All
Visual Studio ReportViewer and Drillthrough Report
Hi! My report has a drillthrough report (a hyperlink action on a textbox jumps to it) that is a chart showing the informations of the table in the main report. I used the ReportViewer control to do my paramater bar, and it works fine until I try to see the chart. It just doesn't show anything. I used the OnDrillthrough event handler on the reportViewer tag on my aspx file, but it seems it doesn't realize it's a drillthrough when I click on th ...Show All
Microsoft ISV Community Center Forums Creating AD user with profile & home directories
I am using Excel VBA to create AD users from a spreadsheet of names. I can create the users in the correct OU and can add the home drive and profile path to the user object. However, unlike when creating the User from the "AD Users and Computers", the folders themselves and the relevant permissions are not created automatically. Creating the folders themselves will be no problem, but how can I then assign the correct security permissions to the ...Show All
Visual Studio Tools for Office Help please : my SQL Query with VBA in Excel doesn't work...
Hello, I did some automated reports with VBA in Excel. They are working well and I want to make a little programm in excel able to gererate automatically those reports by copying an existing one and replacing the SQL Query which is calling datas necessary for my reports. By an userform, the user enters a season code (TB_col.Text : H04 for winter 2004, E06 for summer 2006, ...) and the directory where the report will be created ...Show All
Visual C# C#: Is there a easy way to extract string that is seperated by one or more whitespaces?
Hi, everyone, I have a row of data , they are seperated by one or more whitespace , Is there a easy way to extract string that is seperated by one or more whitespaces 4.67600 5.26870 5.85750 999.0 70.90 0.60300 &n ...Show All
