Huseyin Akturk's Q&A profile
SQL Server variables in data flow OLE DB
I'm storing a sql command (could be an SP call or simple select) that I would like to pass into the "OLE DB Source" container in my data flow task. If I choose Data Access Mode: SQL Command from variable, I get an error saying there is a data source column with no name. I've fought SSIS pretty good up to this point. I realize you need to "initialize" variables & expressions in the control flow ahead of time if you want to access them in the data flow. But I was kind of hoping that all I would need to do in this case would be pass a SQL command into a variable and access that somehow in the data flow without jumping through any hoops. Is this possible This is a great forum btw, thanks, Phil ...Show All
Visual Studio Express Editions Visual web express database help.
Hi, I'm doing a team project for a course in college where we have to implement the backend client software for a make believe website. We decided, on suggestion for a few professors, to use visual web express because it has the database features already built in. The problem is that none of my team has ANY background in database. I've learned how to show the contents of a few my tables but I still have not mastered everything. The software needs to be able to add new products and edit current products. How can I make changes to the database through the backend client web page Are there any good tutorials out there Thanks I appreciate the help As you are using Visual Web Developer (VWD) I would ...Show All
Windows Forms Installation wizard for my .NET project
Hi sorry if this is a wrong forum. I am a total newbie in .NET. I need to know after I have completed my .NET project, I need to have an installation wizard program to package my application. What should I be looking for Is there a tool in Visual Studio .NET 2005 that I can use to build installation wizard program for my application Please advice. Thanks Three articles! http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/ http://www.simple-talk.com/dotnet/visual-studio/visual-studio-setup---projects-and-custom-actions/ http://www.simple-talk.com/dotnet/visual-studio/updates-to-setup-projects/ ...Show All
Visual Studio Express Editions Modifying Public Variables
I've been searching for this all evening, and can't find it. I have an application (project) with several forms. I use one form to gather inputs from the user, and am trying to place them into another form. (My central "repository" for the public forms) I then reference those public variables using my report form. Here's the problem. When the first form (the inventory gathering form) obtains the data, it does not write to the public variables located in the second form. I have it set up so that the repository has a public class, and the variables are all declared as public. (public XYZ as integer for example) In the other forms, I declare the variables local (dim) with the local name and set them equal to the publi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Importing and Embedding Flash Movies into XNA
hello, I am currently evaluating the XNA Framework for the company I work for, and I would like to know if it is possible to display a .swf file into XNA's 3D Engine I believe I heard someone mention that they were able to, but they were somewhat sparse on the details. If I could get more information on this, I would be sincerely appreciative. Thanks! There is nothing built into the XNA framework to play a flash file. You would have to create your own component, or use one built by someone else. I haven't heard off hand if a component such as this actually exists. ...Show All
Software Development for Windows Vista WCS .NET 3 June CTP and IE7
I've installed the last .NET 3.0 June CTP . My installation seems ok and I can create some personal cards using the selector (with its new GUI :) Then I've tried to login to Kim Cameron's website and Microsoft Live Labs STS web site (the former one uses the HTML Object tag and the latter one the XHTML tag) Both trigger the selector... but only during 1 second and then it's closed. That's all :( Did somebody succeed in authenticating to these websites using WCS .NET 3 June CTP PS: This scenario runs well with the previous WCS version Beta 2. [updated] Here my configuration: - XP SP2 - Not fresh install of winfx (previous one was Beta 2) - IE7 b ...Show All
SQL Server Help: How to improve the speed of Sync.
I have a table which has around 132000 rows with 24 columns. I use rda.pull download the data to PDA. For query these data, I must create a index on 5 character columns. The data download time is good enough, around 4 mins. But it takes 12mins to create the index. Please help to give me any idea on how to improve the whole synchroniztion speed. Thanks! If possible, make the colums shorter to decrease the index size. You could also consider createing the database file server side (including indexes), zipping and downloading, then unzipping on device. ...Show All
Windows Forms Passing values from one form to datagrid placed on diff form....
Hi, If the two forms are in the same project, then there are several ways to do. 1. make the value public (though not a good idea) or global 2. write a function which you can pass the value as parameter ... But if they're two different windows applications, then you may use the Clipboard (OLE) to transfer the data. ...Show All
SQL Server SSIS Logs
Hello Experts, I have an SSIS package which runs evertyime flat file is uploaded. I am also logging the results in sql table(sysdts90)..But I am cluesless abt how to show these results to the user on a web page ....as this package is automated..is there a way for me to show the user for this upload this package was run and these r the results Regards You could try building some Reporting Services reports on top of the log table. Or you could use the ones that Microsoft have already provided for you: http://www.microsoft.com/downloads/details.aspx familyid=526E1FCE-7AD5-4A54-B62C-13FFCD114A73&displaylang=en -Jamie ...Show All
Visual J# Input Java (Sun) on J#
Can i input my Java code on J# and add java api on J# I'm afraid that may not work I had suggested to J# team in the past to be able to "Open As Link" a folder (import filenames into project) and also to be able to "Open a folder" (copy files into project) and get all the subfolders and files in a folder with any decent Java API there are lots of subfolders (for packages) and files and its very tiring to do it by hand. But I guess somebody could make an add-on for VS.net to do that ...Show All
Windows Forms Urgent-Problem in developing Desktop Application
I am developing a desktop application which will run as a service. This application contain one form which contain images and visible all the time on desktop same as wallpaper. With this form visible I should able to access the icons on desktop. Right now,I am able to do so by making the form transperant, But images on the form are shown above the icons. I want to show these images on the form below icons. Please suggest the solution ASAP. Thanks in advance. Regards, Vishal. ...Show All
.NET Development Out of memory exception (c#, .net 2003, large images)
Hi, I am developing an application (c#, .Net 2003, Framework 1.1) that deals with large images. The application captures multiple image frames and stitch them up into a large hige-res image. We are looking at 50+ frames and sometimes more than 100 frames of 1024x768 color images. I am also using double buffers for edit purposes. To get an idea of what this application does: beyond the image acquisition and stitching, it is very similar to Paint.Net ( http://www.getpaint.net/index2.html ) in providing tools to draw on top of the image. The program is hitting out of memory exceptions -- sometimes even with smaller images. Documentation on LOH seems to explain this observation well, especially with memory fragmentation a likely cause of ...Show All
Visual FoxPro Visual Studio 2k5 Database tools problem with Fox pro 9.0 sp1 ole db provider
I have MicrosoftR Visual FoxProR OLE DB Provider 9.0.0.3504 installed. In the visual database tool, when I run "SELECT DATE() FROM MYTABLE", visual studio will give me the follow error: Error in SELECT clause: expression near ')'. Error in SELECT clause: expression near 'FROM'. Missing FROM clause. Unable to parse query text. However in visual studio 2003 on another machine, everything works fine. I tried to reinstall visual studio 2005 and the fox pro ole db provider many times. I still get the errors. Also, I remember it works on my friend's visual studio 2005. Can someone give me some help to fix this Thanks. Also, "Verify SQL Syntax" returns "This command is not supported by this provider&quo ...Show All
Visual C# Multiple types in an array
Hello! I'd like to put two different classes' instances into an array. (Both are child classes, derived from a base class.) The problem is, you have to specify a type for the array itself, but I don't know what to do if I have to store more then one type in it. Will it work if I use the base class as array type, and if yes, please give me an example. Probably it won't since the base class doesn't contain the child classes' fields and methods. I also would like to know if it's possible to store even more types, like "string", "int", "instance of a class" all in one array. I tried to understand structures, but I couldn't get closer to the solution. Anyway, I'm in college and we didn't learn anything about structures yet, so please don't p ...Show All
Visual Studio "Entering break mode failed for the following reason: Source File XXX does not belong to the project being debugged
I get this modal message box if I copy a solution with multiple projects from one folder to another and try to run it. This never happened with the previous version. I have tried everything I can think of: rebuilding, deleting all the dlls/pdbs to force them to be recreated, editing the csproj & sln files with notepad looking for references to the old folder structure... Somewhere vs.net is picking up the old folder path because it appears in the message box but I can't discern where this information is stored. We used to have an option "Rebuild All" would this not correct this problem How do I force the IDE to rebuild the pdb's and point them at the right place Thanks in advance I'm not sure why it didn' ...Show All
