peybest's Q&A profile
SQL Server Reference Documentation on VBA in relation to SSIS
Hi, I have heard alot of people talk about using C# for scripting withing SSIS and the answer to that question is no apparently. You can only use VBA but there is no extensive or in my respect any documentation as reference for using VBA in SSIS. I am new to VBA because i used to use jscipt and vbscript in early version of sql server. But in order to learn using VBA, I need to learn it in which there seems to be no reference in relation to SSIS. All the VBA references you find are in relation to MS Office. Is there anything i am missing or can someone show me where to go as my reference for VBA in SSIS. Its bad enough to change the scripting ...Show All
Smart Device Development How can I create a Smartphone Home plug-in project for both WinCE 2003 and Win Mobile 5.0 ?
Hello, Sample "Homescreen" project has only Win Mobile 5.0 setting, and I need a plug-in for WinCE 2003 as well. If I build a plug-in under WM 5.0, can I use it for WinCE 2003 as well If no, what kind of project should I create to support both OSs: DLL, static library, or something else And what options and settings should be set Thank you. Hi, I have a sample homescreen application from the smartphone sdk...... I can able to build and install the cab.... i dont know how to test..... and some qurey what is homescreen plugins............ please help me Regards v ...Show All
Visual C++ (repost) How to create a hyper link to save to a .doc file ?
( I had post this question yesterday, but when I checked this forum today to see if any response, I can't find my post. ) Hi: how to create a hyper link programmatically to insert ( save ) to a .doc or .rtf file ( like the one we create manually in MS Word ), even without Word running or installed on the machine. Thanks. Follow you original post at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=317976&SiteID=1 Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio Express Editions Hi, can some one help me with a chatroom, guestbook?
Hi i'm from Holland, i'm learning to work with visual basic. Know a used a starterskit. Then made it my one stile. Look and practisch the starters video. But now it doesn't work in the starters kit. I want to make and add a chatroom, guestroom, and something like this form, where a inlogd guest can edit a form like this , in de starterskit. But is there anny video's about these guestrooms, chatrooms, form. Can some one please help me. I'm alredy working on these idears like two/three day's (and nights). This is the code and where must a place the rest (because everthing I do dos't run) ...Show All
Visual C++ About convert CString to char*
When I Search the forum with this tilte,I found there is a way to convert CString to char*.but I get a error when I compile it in vc 2005 CString hello("CString"); char* hello1=new char[hello.GetLength()+1]; _tcscpy(hello1, hello); Error 1 error C2664: 'wcscpy' : cannot convert parameter 1 from 'char *' to 'wchar_t *' d:\projects\c++.net\test3\test3\test3.cpp 20 why thanks. Short Answer: Why are you using a char * when you clearly wanted a TCHAR * Long Answer: In previous versions of Visual C++, all applications were compiled with Unico ...Show All
SQL Server SQL Server Management Studio Express CTP
Hello! I have a problem-SQL Server Management Studio Express CTP does not work. Mine doesn't work either. However, it did work when I first installed it, but it stopped working sometime later. The only change I made was installing the SQL Server 2005 Books On-Line. I'm planning on uninstalling BOL to see if its the culprit. Do you have the Books on-line installed ...Show All
Visual Studio Team System application center test viewstate over SSL
Instead of auto recording, I manually created a Application center test script with view state to stress my application, it works fine while connecting to server without SSL, but when connecting to server with SSL enabled, no response is returned, maybe the server does not take manually created view state over SSL anybody done this before Set g_oConnection = Test.CreateConnection(myserver, 80, false) 'connecting to server without SSL or Set g_oConnection = Test.CreateConnection(mysecuredserver, 443, true) 'connecting to server with SSL enabled g_oReque ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XACT question pertaining to ambient soundscapes
Hello. Is it possible to set up a looping sound or cue that contains a random amount of silence between each iteration of the loop, with the amount of silence able to be specified with a minimum and maximum value My goal would be to layer several such loops to build an ambient dynamic soundscape. ...Show All
SQL Server Connecting to Oracle on 64-bit (x64) machine
Hi, Has anyone received the following error when trying to create a connection to an Oracle database using SSIS installed on a 64-bit (x64) machine "Test connection failed because of an error in initializing provider. ORA-06413: Connection not open" The reason this is funny to me is because I have the same Oracle/SSIS setup on a 32-bit (x86) machine and I can connect successfully. On both machines I have SSIS RTM, Oracle 9.2 and using the Microsoft Ole Db Provider for Oracle. Thanks, - Joel Hey Marcell, I was looking at this article and found that this can work in development. But in production if y ...Show All
Windows Forms Databinding combo box
I am working on an MDI application. I have a list box and combo box in one child form. The irony is that the selectindex does not work even when I set the selectindex property to -1. The same application works fine when it's not a child form. Have any one of you came across this situation before Any thoughts Thanks- Sathish Wel ...Show All
Visual Studio Team System Task numbering reset?
I am getting started creating our first project within VSTS and adding in Tasks. Because of testing the system and such we have added and deleted many tasks, bugs and such items. When I go to create the first actual real task the number is now at 84. Can I reset the numbering some how so if I delete this entry and restart the numbering would start over Thanks in advance! Kevin Actually, this can't be done without reinstalling the server. The numeric ids for work items are global to the entire Team Foundation Server. Once a number is used, it is never used again for a new work item. In general, the ...Show All
Visual Studio Team System How to capture the form request in a https site
Hi, all I have a question about how to capture https request when click some "save" button of my site, because there is some javascript source, so VS can not capture it , does anyone knows how to capture the whole request Thanks very much. Yes, that's means: I try to manually form the request, but i don't know the request content that sent to the web site after i click some "save" button. Do you know any method to do that thanks very much. ...Show All
Visual C++ win32 windows application project template in VC2005 express
Is there a way to add Win32 Windows application template in New project templates list in VC2005 express I downloaded and installed PSDK. solved using informations from this page http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx ...Show All
Software Development for Windows Vista must DependancyProperty variables be suffixed with "Property"?
It seems that if you want to create a DependancyProperty your variable must be suffixed with "Property". I tried to create a DependancyProperty like so: public static DependencyProperty suppliedMessage = DependencyProperty.Register("suppliedMessage", typeof(string), typeof(SupplyMessage)); But I kept getting the error: Could not create activity of type 'Ex01.SupplyMessage'. System.ArgumentException: Type 'Ex01.SupplyMessage' does not define dependency property with name 'suppliedMessageProperty' So after a puzzling few minutes checking my code for errors I changed my variable to suppliedMessageProperty: public ...Show All
Visual Studio 2008 (Pre-release) Could not locate the assembly "WindowsUIAutomation"
I just installed Visual Studio 2005 Team Suite Beta 2 Version 8.0.50215.44 (Beta2 50215-4400) and WinFX SDK Beta 1 Web Setup, and Microsoft Visual Studio Extensions for WinFX Beta 1. I go to create a brand-new Avalon Application and without adding a single line of code I compile. I am given the following errors: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "WindowsUIAutomation". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\WINDOWS\Microsoft.NET\Framewo ...Show All
